上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 104 下一页
摘要: SQL>@ORACLE_HOME/rdbms/admin/utlsampl.sql;似乎不够完整,等待补充。 阅读全文
posted @ 2014-04-03 19:31 健哥的数据花园 阅读(617) 评论(0) 推荐(0) 编辑
摘要: 首先要启动 listener: lsnrctl start对于dbconsole:emctl start dbconsole 阅读全文
posted @ 2014-04-03 16:55 健哥的数据花园 阅读(845) 评论(0) 推荐(0) 编辑
摘要: 1 linux安装盘挂载,安装日语语言包2 linux的系统语言设置为日语3 firefox的 edit-> setting -> contents -> language setting,添加日语,并设置为第一顺位4 重新启动5 启动oracle的litener,数据库,oem6 启动firefox浏览器来访问oem,发现firefox自动设置了日语语言插件,然后oem中显示的已经是日文界面了。 阅读全文
posted @ 2014-04-03 16:10 健哥的数据花园 阅读(414) 评论(0) 推荐(0) 编辑
摘要: 光盘挂载:mount /dev/cdrom /mnt/cdromcd /mnt/cdrom/Server以oel5.5为例:rpm -ivh fonts-japanese-0.20061016-4.el5.noarch.rpmrpm -ivh m17n-db-japanese-1.3.3-48.el5.noarch.rpm 阅读全文
posted @ 2014-04-03 15:49 健哥的数据花园 阅读(738) 评论(0) 推荐(0) 编辑
摘要: 通过查阅网上文章,发现很多Advanced Queue的例子无法跑起来。参考了英文网站,可以正常运行成功。http://www.orafaq.com/wiki/Advanced_Queueing第一步:建立object,建立queue table,建立queue,然后启动queue。*****************************************************************************[oracle@localhost ~]$ cat q01.sqlCREATE OR REPLACE TYPE event_msg_type AS OBJECT 阅读全文
posted @ 2014-04-03 15:18 健哥的数据花园 阅读(1510) 评论(0) 推荐(0) 编辑
摘要: 试验:SQL> oradebug setmypid;Statement processed.SQL> 接着,进行backup:RMAN> list backup; using target database control file instead of recovery catalogspecification does not match any backup in the repositoryRMAN> backup database;Starting backup at 02-APR-14allocated channel: ORA_DISK_1channel 阅读全文
posted @ 2014-04-02 17:20 健哥的数据花园 阅读(452) 评论(0) 推荐(0) 编辑
摘要: 如何查看自己的电脑是32位还是64位方法如下:点击开始——运行——输入wmic cpu get addresswidth 阅读全文
posted @ 2014-04-02 08:11 健哥的数据花园 阅读(5005) 评论(0) 推荐(0) 编辑
摘要: 以10.2为例,官方文档如此说:http://docs.oracle.com/cd/B19306_01/backup.102/b14191/rcmconc1.htmThe RMAN behavior when the BACKUP command includes datafile 1 depends on the CONFIGURE CONTROLFILE AUTOBACKUP setting.If control file autobackups are ON and the backup includes datafile 1, RMAN writes the control file 阅读全文
posted @ 2014-03-29 20:40 健哥的数据花园 阅读(5039) 评论(0) 推荐(0) 编辑
摘要: 因为单位网络管理的原因,不太方便使用 Virtualbox 的Bridge Adapter 模式,故此欲采用NAT模式,不对外不暴露虚拟机IP。但是此时会有一个问题:采用NAT模式后,在通常情况下,从外面看,或者从物理机来看,此虚拟机是不可见的。此时,可通过端口转发,来使得外部机器和此物理机进行通讯。设置方法如下:1 先测试 两台物理机是否能够ping通。例如 物理机地址:192.168.1.104 和 192.168.1.105物理机 192.168.1.104上的虚拟机地址:10.0.3.15物理机 192.168.1.105上的虚拟机地址: 10.0.2.15测试:从 192.168.1 阅读全文
posted @ 2014-03-23 18:35 健哥的数据花园 阅读(2838) 评论(0) 推荐(0) 编辑
摘要: SQL> select log_mode, force_logging from v$database;LOG_MODE FOR------------ ---ARCHIVELOG NOSQL> 阅读全文
posted @ 2014-03-21 18:00 健哥的数据花园 阅读(561) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 104 下一页