随笔分类 - Oracle 12C
摘要:1.oracle 11.2.0.4 download --failed by below way because of support.oracle.com wget -O p13390677_112040_Linux-x86-64_1of7.zip -b http://aru-akam.oracle.com/adcarurepos/vol/patch43/PLATFORM/CORE/Linux...
阅读全文
摘要:SIT Test DB server: [root@pss-db-test ~]# uname -r 3.10.0-693.21.1.el7.x86_64 [root@pss-db-test db_1]# cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) [root@pss-db-test PSSDBbak]# df -h ...
阅读全文
摘要:注意: 1)这样修改会影响数据库中定义了Nclob、NVARCHAR2等大字段的表,会出现乱码。需要重新导入表,当然在修改前要备份相关表。 2)如果没有大对象,在使用过程中进行语言转换没有什么影响,(切记设定的字符集必须是ORACLE支持,不然不能start) 若直接运行 ALTER DATABASE NATIONAL CHARACTER SET AL16UTF16; 也可以,但是可能...
阅读全文
摘要:C:\windows\system32>lsnrctl status listener1 LSNRCTL for 64-bit Windows: Version 12.1.0.2.0 - Production on 31-JAN-2018 17:21 :51 Copyright (c) 1991,
阅读全文
摘要:----check path---- select member from v$logfile; F:\ORACLE\ORADATA\AE02PRD\REDO03A.LOG D:\ORACLE\ORADATA\AE02PRD\REDO03B.LOG F:\ORACLE\ORADATA\AE02PRD\REDO02A.LOG D:\ORACLE\ORADATA\AE02PRD\REDO02B.LO...
阅读全文
摘要:RMAN 备份脚本 -->注意格式的写法\\IP\Shared_folder\ ( 试验有问题) run{ allocate channel ch1 device type disk; allocate channel ch2 device type disk; backup database fo
阅读全文
摘要:Cause - Failed to access the temporary location.Action - Ensure that the current user has required permissions to access the temporary location.Additi
阅读全文
摘要:Oracle 12c中,增加了可插接数据库的概念,即PDB,允许一个数据库容器(CDB)承载多个可插拔数据库(PDB)。 CDB全称为Container Database,中文翻译为数据库容器,PDB全称为Pluggable Database,即可插拔数据库。 在ORACLE 12C之前,实例与数据
阅读全文