<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>sqlplus - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/sqlplus/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 06 Jul 2022 05:45:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>sqlplus常用命令</title>
		<link>https://www.coder4.com/archives/7752</link>
					<comments>https://www.coder4.com/archives/7752#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Tue, 05 Jul 2022 02:30:40 +0000</pubDate>
				<category><![CDATA[心情随笔]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[sqlplus]]></category>
		<category><![CDATA[常用命令]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7752</guid>

					<description><![CDATA[1 连接数据库(通过service_name) sqlplus user/pass@ip:1521/service_name service_name不确定的话，需要区数据库服务器上查询。 lsnrctl然后输入service即可。 2 连接数据库(通过sid) sqlplus user/pass@"(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=ip)(PORT=1521))(CONNECT_DATA=(SID=sid)))" 3 查看用[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7752/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Linux下如何安装sqlplus</title>
		<link>https://www.coder4.com/archives/7749</link>
					<comments>https://www.coder4.com/archives/7749#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Mon, 04 Jul 2022 11:04:27 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[bash_profile]]></category>
		<category><![CDATA[Oracle]]></category>
		<category><![CDATA[sqlplus]]></category>
		<category><![CDATA[客户端]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=7749</guid>

					<description><![CDATA[1 下载软件 https://www.oracle.com/cn/database/technology/linuxx86-64soft.html 2 主要是下载2个 sqlplus、basic，注意选择相同版本 比如这里我选择的两个：oracle-instantclient11.2-basic-11.2.0.4.0-1.x86_64.rpm、oracle-instantclient11.2-sqlplus-11.2.0.4.0-1.x86_64.rpm 3 安装[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/7749/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
