Fulltext results:
- Oracle: List Accounts with Objects
- you can query them with: <code sql> SELECT USERNAME FROM ALL_USERS ORDER BY USERNAME; </code> Or, if you only want the DBAs: <code sql> SELECT USERNAME FROM DBA_USERS ORDER BY USERNAME; </code> {{tag>admin oracle sqlplus}}
- Oracle: SPFile and PFiles
- ILE; </code> It will create a PFile ''${ORACLE_HOME}/dbs/init${ORACLE_SID}.ora''. ===== Import PFile
- Oracle: Recovery Manager
- ast three days): <code bash> #!/bin/bash . ${HOME}/.profile rman target / << __EOF__ DELETE NOPRO
- Oracle: EXP
- bjects from an Account ===== Enter the account name insteand of ''{user}''. <code bash> exp USERID=\