错误图示: 问题解决 All database links, whether public or private, need username/password of the remote/target database. Public db links are accessible by all accounts on the local database, while private
环境描述:AIX6.1+Oracle11gRAC(11.2.4)+双节点 dbca建库过程中遇到Could not connect to ASM due to following error:ORA-01017 查看他人博客地址:http://blog.csdn.net/bzfys/article/details/49303509 提示是权限问题: 故下面检查自己的环境是否是权
尝试开启实例,报如下错误: Connected to an idle instance. SQL> startup ORA-01078: failure in processing system parameters ORA-01565: error in identifying file '+DATA/ptgk/spfileptgk.ora' ORA-17503: ksfdo
sqlplus sys/00x0@fuelcqcasys as sysdba select username,account_status from dba_users; alter user scott account unlock; alter user scott identified by scott; select username,ac
今天远程协助处理一个RMAN无法分配备份通道的问题 备份脚本里run部分如下: run{allocate channel d1 device type disk connect 'sys/oracle@TESTDB1';allocate channel d2 device type disk connect 'sys/oracle@TESTDB2';backup format '/u