ChinaUnix.net
相关文章推荐:

oracle xe配置

oracle xe Client 如何配置 ODBC 服務端(oracle xe)安裝在另外一台機器,本機要通過ODBC連服務器,如何進行配置? 因為ODBC需要提供服務名,但是oracle xe Client 不知如何配置?哪位知道嗎?謝先

by huxianwei - Oracle - 2006-09-13 13:02:35 阅读(2699) 回复(4)

相关讨论

我的那个oracle-xe本来显示不了中文,我于是根据网上某个方法修改字符集,方法是这样的: shutdown immediate   startup mount   alter system enable restricted session ;   alter system set JOB_QUEUE_PROCESSES=0;   alter system set AQ_TM_PROCESSES=0;   alter database open ;   alter database character set internal_use ZHS...

by cfqtree - Oracle - 2008-05-30 21:25:40 阅读(1999) 回复(0)

oracle 10g xe 的字符集问题 http://www.dbanotes.net/database/oracle_10g_xe_nls_lang.html oracle xe 自带的数据库如何创建的? http://www.dbanotes.net/database/oracle_xe_hwo_to_create_a_database.html

by Fenng - Oracle - 2006-01-26 17:17:59 阅读(989) 回复(1)

我在一台机上装了oracle 10g xe,另一台机上装了Instant Client 10g,为什么连不上装了xe的机子,请指教!谢谢

by pqwer99 - Oracle - 2008-07-22 16:47:52 阅读(2251) 回复(0)

debian 4.0 stalbe gnome 登录为root并通过以下过程安装oracle apt-get install libc6-dev libaio-dev libaio1 groupadd dba useradd -g dba -d /home/oracle -s /bin/bash oracle passwd oracle Enter new UNIX password: Retype new UNIX password: 将如下内容添加到/etc/sysctl.conf kernel.sem = 250 32000 100 128 kernel.shmall = 2097152 kernel.shmmax = 536870912 kernel.shmmni = 4096 fs.file-max = 65536 net.ipv4...

by nick811125 - Oracle - 2007-09-05 15:09:48 阅读(2037) 回复(0)

请问.bkp文件是做什么用的,客户说可以导入oracle 10g xe版,不知道如何导入.

by simpleness - Oracle - 2006-06-07 17:17:07 阅读(822) 回复(0)

Debian3.1下oracle xe的安装 作者 blue_stone E-mail: blue_stone@xinhuanet.com Blog: http://bluestone.cublog.cn 版本:v1.0 原始链接: http://www.cublog.cn/u/7667/?u=http://www.cublog.cn/u/7667/showart.php?id=80769 转载请保留作者信息和原始链接. 本文档的最新版本, 可以在原始链接处找到. oracle Database Express Edition正式版已经提供下载了, 虽然在oracle xe官方安装文档中说支持Debian, 但官方文档中的方法无...

by blue_stone - Oracle - 2006-03-05 21:21:14 阅读(1478) 回复(4)

原本数据库用的是Access, 准备转到oracle xe上. 设置了oracle的ODBC DSN, 通过Access的导出到ODBC功能, 把数据都导进去了. 通过自带的网页界面,也能看到数据, 貌似一切都好. 但是以前的代码不能用了. debug发现 SELECT CoreName FROM Core; 这样的语句, 全部报错, "CoreName": invalid identifier 相反 SELECT * FROM Core 却能正常运作. 怀疑是字段名在导入导出的时候发生了什么变化.... 已经忙了一天还没找出原因, 求有想法...

by zfol_510 - Oracle - 2008-01-24 16:06:26 阅读(1822) 回复(7)

我刚在 FC7 上装好 oracle 10g xe,一切正常, 我想运行sqlplus, 可以 通过桌面应用程序菜单选择 运行sql命令行,打开sqlplus命令行. 但我在terminal里输入 sqlplus不行,我又在安装路径(/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin)下输入 ./sqlplus 提示: Error 6 initializing SQL*Plus Message file sp1.msb not found SP2-0750: You may need to set oracle_HOME to your oracle software directory 我需...

by lotoren - Oracle - 2007-11-14 17:46:40 阅读(2589) 回复(7)

错误如下: Failed to start oracle Net Listener using /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/tnslsnr

by davieyan - Oracle - 2006-07-25 17:07:37 阅读(2368) 回复(5)

运行下面的命令 # /etc/init.d/oracle-xe configure oracle Database 10g Express Edition Configuration-------------------------------------------------This will configure on-boot properties of oracle Database 10g ExpressEdition. The following questions will determine whether the database shouldbe starting upon system boot, the ports it will use, and the passwords thatwill be used for database accounts...

by polymath - Oracle - 2005-11-15 17:55:41 阅读(1016) 回复(0)