We’ll show you a couple of PDB commands. You might also like this pdb cheat sheet. Print a variable name. $ python3 hello.py 0 /Users/awdeorio/hello.py (4) - os.mkdir (dirname) (Pdb) p dirname 'hello/world/' Change a value while the program is running. In this post I’ll try to cover Basic DBA commands to manage a PDB and CDB in Oracle 12c so that we can at least be aware of the syntactic changes in 12c. Establish a Connection to a CDB/PDB. You connect to the root or a PDB through a database service. When you create a PDB, a default service with the same name as the PDB.
|
|
|
|
|
|
|
|
|
|
| |
| |
| Set a breakpoint at a specific line, if condition is met |
| Set a breakpoint in a file at a specific line |
| Set a breakpoint at the first line of a function |
| Disable breakpoint number |
| Enable breakpoint number |
| Remove breakpoint number |
|
|
|
|