<?xml version="1.0" encoding="GB2312"  ?>
<rss version="2.0">
<channel>
<title>ChinaUnix.net - Oracle</title>
<link>http://bbs.chinaunix.net/forumdisplay.php?fid=19</link>
<description><![CDATA[这里交流Oracle的安装、架构、备份恢复、优化、管理、认证，也包括SQL、PL/SQL、PRO*C和Developer、JDeveloper等开发工具的交流]]></description><managingEditor>admin2@staff.chinaunix.net</managingEditor>
<webMaster>admin2@staff.chinaunix.net</webMaster>
<lastBuildDate>2009-07-04 16:15:00</lastBuildDate>
<item>
<title>[图] ORACLE 开发、DBA 入门必读 ！ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1498364</link>
<author>寒秋子</author><pubDate>2009-07-04 14:48:28</pubDate><description><![CDATA[
作者: 寒秋子
发表于: 2009-07-04 14:48:28 (GMT 8)
简介：ORACLE 开发、DBA 入门必读 ！
]]></description>
</item>
<item>
<title>想学Oracle，CUUG是你最好的选择 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1498346</link>
<author>寒秋子</author><pubDate>2009-07-04 14:06:28</pubDate><description><![CDATA[
作者: 寒秋子
发表于: 2009-07-04 14:06:28 (GMT 8)
简介：如果您的职业方向在Oracle DBA上发展,这个就业课程是一个最好的选择!
[color=Red]http://www.cuug.com/lesson/lesson_qsjy_2.htm[/color]
]]></description>
</item>
<item>
<title>何为DBA？就业前景怎样？ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1498339</link>
<author>刀刀虎</author><pubDate>2009-07-04 13:57:44</pubDate><description><![CDATA[
作者: 刀刀虎
发表于: 2009-07-04 13:57:44 (GMT 8)
简介：DBA（数据库管理员） 

DBA是数据库管理员认证,英文是Database Administrator。 

DBA的一些职责： 
安装和升级数据库服务器（如Oracle、Microsoft SQL server），以及应用程序工具。 
数据库设计系统存储方案
]]></description>
</item>
<item>
<title>sqlplus &quot;sys/sys@ora10 as sysdba&quot;中的ora10是网络服务名还是SID？ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1498220</link>
<author>rickcafe</author><pubDate>2009-07-04 09:11:02</pubDate><description><![CDATA[
作者: rickcafe
发表于: 2009-07-04 09:11:02 (GMT 8)
简介：[quote]在命令运行sql*plus
  在命令行运行sql*plus是使用sqlplus命令来完成的，该命令适用于任何操作系统平台，
 语法如下:
   sqlplus [username]/[password][@server]

  如上所示:username用于指定数据库用
]]></description>
</item>
<item>
<title>ORACLE 10g  EM 报错 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1498219</link>
<author>xzt2008</author><pubDate>2009-07-04 09:04:42</pubDate><description><![CDATA[
作者: xzt2008
发表于: 2009-07-04 09:04:42 (GMT 8)
简介：安装了ORACLE 10g  EM 报错java.lang.Exception: IOException in sending Request :: Connection refused: connect.参考了网上的方法搞好后,可以用了一会.又不行了.请高手门帮忙!
]]></description>
</item>
<item>
<title>sqlplus中如何查看某个表空间中的表呢？ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1498112</link>
<author>art_codes</author><pubDate>2009-07-04 00:42:41</pubDate><description><![CDATA[
作者: art_codes
发表于: 2009-07-04 00:42:41 (GMT 8)
简介：sqlplus中如何查看某个表空间中的表呢？
具体命令能写一下么？ 

我知道查看所有的表空间使用select * from v$tablespace;命令
但是和查看某个表空间下的所有的表呢？ 谢谢大家啦 ^_^
]]></description>
</item>
<item>
<title>Oracle经常出现error </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1498094</link>
<author>xmi</author><pubDate>2009-07-03 22:58:09</pubDate><description><![CDATA[
作者: xmi
发表于: 2009-07-03 22:58:09 (GMT 8)
简介：我公司用的是oracle7, 有些process经常出现error...如ora-err:08102: index key not found, 但我只要把table export & import就可再次运作, 为什么呢?
请问做oracle有关的公作(如一个dba), 是不是每天都要fix oracl
]]></description>
</item>
<item>
<title>数据库的实例组成部分有哪些？ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1498092</link>
<author>meditatorx</author><pubDate>2009-07-03 22:50:56</pubDate><description><![CDATA[
作者: meditatorx
发表于: 2009-07-03 22:50:56 (GMT 8)
简介：[size=3]数据库的实例组成部分及作用是什么?一个oracle数据库可以有多个实例吗?[/size]
]]></description>
</item>
<item>
<title>oracle9i中如何使用sqlplus进行远程连接呢？ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1498074</link>
<author>art_codes</author><pubDate>2009-07-03 21:28:27</pubDate><description><![CDATA[
作者: art_codes
发表于: 2009-07-03 21:28:27 (GMT 8)
简介：oracle9i中如何使用sqlplus进行远程连接呢？
我试了好多网上的方法，但是全都失败了

下面的是一个网上说的方法，但是还是失败了…… 
[table=95%][tr][td][font=FixedSys][color=#000000]SQL[color=#0000CC]>[/
]]></description>
</item>
<item>
<title>求助：oracle9i  客户端  9.2.0.1升级到9.2.0.8 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1497996</link>
<author>wsjxtn</author><pubDate>2009-07-03 17:47:00</pubDate><description><![CDATA[
作者: wsjxtn
发表于: 2009-07-03 17:47:00 (GMT 8)
简介：我数据库服务器是9.2.0.8的，另一机器上的客户端9.2.0.1 ，发现在exp 导出表空间的时候有些表导不出来，在网上了解到可能是版本不一致导致的。
在网上有升级数据库的包 9.2.0.1升级到9.2.0.8，但是有问题。

不知
]]></description>
</item>
<item>
<title>怎么像PL/SQL Developer那样获取SQL执行失败的位置 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1497749</link>
<author>muziling</author><pubDate>2009-07-03 14:16:19</pubDate><description><![CDATA[
作者: muziling
发表于: 2009-07-03 14:16:19 (GMT 8)
简介：用PL/SQL Developer执行insert的语句时，比如某字段超长了，PL/SQL Developer会自动定位到超长的字段的位置，并用下划线指出。

想问下，在程序里怎么获取这个错误位置。
]]></description>
</item>
<item>
<title>[求助]rman备份出错 RMAN-03009 ORA-19505 ORA-27037 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1497647</link>
<author>cn_like</author><pubDate>2009-07-03 11:51:50</pubDate><description><![CDATA[
作者: cn_like
发表于: 2009-07-03 11:51:50 (GMT 8)
简介：OS:HP-UX 11.23     
ORACLE 10.2.0.3  做了RAC
用的HP DP备份软件

出错信息：

[Normal] From: BSM@hp-385-07 "db-full"  Time: 2009-7-3 11:29:14
	OB2BAR application on "databas1_vip" successfully st
]]></description>
</item>
<item>
<title>请教一个具体点的Oracle数据库的问题！大家帮忙！ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1497436</link>
<author>simhare</author><pubDate>2009-07-03 10:18:07</pubDate><description><![CDATA[
作者: simhare
发表于: 2009-07-03 10:18:07 (GMT 8)
简介：------------
我有一个数据表，里面有八百万条左右的记录，并且还在增长中，表的名字叫MU0，其中有a,b,c,d,e,f六个字段，a字段上有索引了。
现在，为了提高查询性能?我[b][color=Blue]有什么具体的方法可以做[/col
]]></description>
</item>
<item>
<title>一些问题,麻烦帮忙解决 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1497339</link>
<author>youkenn82</author><pubDate>2009-07-03 09:52:42</pubDate><description><![CDATA[
作者: youkenn82
发表于: 2009-07-03 09:52:42 (GMT 8)
简介：我用的teradata数据库

1在建表时的语句中的问题
CREATE MULTISET TABLE ptemp.tyckrj11 ,NO FALLBACK ,
     NO BEFORE JOURNAL,
     NO AFTER JOURNAL,
     CHECKSUM = DEFAULT         // 什么意思
    
]]></description>
</item>
<item>
<title>请教个比较宽泛的问题，大家说说自己的想法和做法？ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1497335</link>
<author>simhare</author><pubDate>2009-07-03 09:47:01</pubDate><description><![CDATA[
作者: simhare
发表于: 2009-07-03 09:47:01 (GMT 8)
简介：大家切磋、琢磨一下，主要是帮助后学晚进的我，呵呵。
-----------
数据库逻辑设计的结果应当符合下面的准则:
（1）[b][size=3][color=Blue]把以同样方式使用的段类型存储在一起[/color][/size][/b]；
（2）按照
]]></description>
</item>
<item>
<title>关于ORACLE限制IP访问的问题 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1496965</link>
<author>fanyang straw</author><pubDate>2009-07-02 17:57:29</pubDate><description><![CDATA[
作者: fanyang straw
发表于: 2009-07-02 17:57:29 (GMT 8)
简介：为了保证数据库的安全，我们的ORACLE限制IP进行访问
在sqlnet.ora中进行了如下的配置：

NAMES.DIRECTORY_PATH= (TNSNAMES, ONAMES, HOSTNAME)
tcp.validnode_checking = yes
tcp.invited_nodes=(10.69.18.*)

]]></description>
</item>
<item>
<title>oracle 10  迁移 database </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1496684</link>
<author>aiganmaganma</author><pubDate>2009-07-02 14:17:20</pubDate><description><![CDATA[
作者: aiganmaganma
发表于: 2009-07-02 14:17:20 (GMT 8)
简介：solaris 下安装了oracle10 , 现在需要把一个instance的database 迁到新加进来硬盘上。 
  有没有什么工具？
  如果database比较大，， 关闭database ， 通过CP分别 把datafile, logfile ,controlfile 拷贝到目的路
]]></description>
</item>
<item>
<title>如果索引和表都位于一个LUN上，有必要单独划分索引表空间吗？ </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1496628</link>
<author>rickcafe</author><pubDate>2009-07-02 13:21:00</pubDate><description><![CDATA[
作者: rickcafe
发表于: 2009-07-02 13:21:00 (GMT 8)
简介：并重建索引吗？

如果性能上没有提高，还有其它什么好处吗？

或者说Oracle本身在处理独立索引表空间时比处理单独用户表空间要效率高？
]]></description>
</item>
<item>
<title>[图] oracle服务器远程监听的问题 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1496523</link>
<author>带脚镣跳舞</author><pubDate>2009-07-02 11:29:07</pubDate><description><![CDATA[
作者: 带脚镣跳舞
发表于: 2009-07-02 11:29:07 (GMT 8)
简介：被这个问题弄的郁闷死了

server:oracle 11.1  linux rhel5.1
client:windowsxp    toad   oracle9i客户端

看了小布老师的视频后，通过远程连接ORACLE server

SQL> conn sys/xxxx@oracle_192.167.10.245
E
]]></description>
</item>
<item>
<title>新人请问个rman备份的错误 </title>
<link>http://bbs.chinaunix.net/viewthread.php?tid=1496447</link>
<author>死人一只</author><pubDate>2009-07-02 10:39:25</pubDate><description><![CDATA[
作者: 死人一只
发表于: 2009-07-02 10:39:25 (GMT 8)
简介：RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ==========================================
]]></description>
</item>
</channel>
</rss>