摘要:
VM 作为ORACLE 服务器,客户端登陆提示超时,本地连接使用网络连接正常。 D:>sqlplus system/oracle123@//192.168.63.121:15021/pdb01 SQL*Plus: Release 11.2.0.4.0 Production on Thu Nov 10 阅读全文
摘要:
ORACLE中设置同一个用户对两个表空间的权限的代码 alter user 用户 quota unlimited on 表空间A;alter user 用户 quota unlimited on 表空间B;或者放开所有表空间grant unlimited tablespace to 用户;或者索性给 阅读全文
摘要:
1. PDB is not an instance, so using SID in the connection string will not work. When the database is an Oracle Database 12c container database, the cl 阅读全文
摘要:
checklist: 1.12c: threaded_execution=true Prevents OS Login As Sysdba 2. The following database parameter should be set either to SHARED or EXCLUSIVE 阅读全文
摘要:
How to Define PDB Listeners With Different Ports In A Multitenant Setup Goal This Note will discuss the necessary steps to create and configure listeners for a Pluggable Database (PDB) in a Multite... 阅读全文
摘要:
How to install the 12c DB and use the Pluggable DB with SQL DeveloperGoal To give a path to install the 12c Database with Pluggable Databases. Solution This is one method to install the 12c Pl... 阅读全文