Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tools:oracle [2024/02/26 06:46]
darron [Oracle DB Archive log]
tools:oracle [2024/02/28 04:29] (current)
darron [Miscellaneous]
Line 680: Line 680:
 ==User== ==User==
  
-Create a user which can connect to the server and operated on the PDB tablespace.+Create a user which can connect to the server and operate on the PDB tablespace.
  
 <code> <code>
Line 701: Line 701:
 ===Miscellaneous=== ===Miscellaneous===
  
-==Tablespaces==+==Path==
  
-Not specifying a file path will create a tablespace file in this directory for 23c.+Not specifying a file path will create a tablespace file and archive logs in this directory for 23c.
  
 <code> <code>
Line 709: Line 709:
 </code> </code>
  
-To remove the tablespace file various options are required when dropping a tablespace.+==Tablespace== 
 + 
 +__Drop__ 
 + 
 +To remove tablespace file various options are required when dropping it.
  
 <code> <code>