Questions tagged [pluggable-database]

A pluggable database (PDB) is a portable collection of schemas, schema objects, and nonschema objects that appears to an Oracle Net client as a non-CDB.

PDBs can be plugged into to CDBs. A CDB can contain multiple PDBs. Each PDB appears on the network as a separate database.

31 questions
-1
votes
1 answer

Confusion Deciphering Error Code Python Module To Connect To Oracle (cx_Oracle)

You all are fired. That matter aside, I need help deciphering an error code I am seeing when trying to use the cx_Oracle module to connect to an Oracle database. For some irresponsible and moronic reason I am using Python2.7 instead of Python3000.…
user3808269
  • 1,321
  • 3
  • 21
  • 40
1 2
3