Fulltext results:
- Oracle: SPFile and PFiles
- e: SPFile and PFiles ====== Oracle reads its parameters from a file called "SPFile". You can't change... inary file. Additionally, Oracle can read the parameters from "PFiles", which are regular text files. ... ILE; </code> It will create a PFile ''${ORACLE_HOME}/dbs/init${ORACLE_SID}.ora''. ===== Import PFile ===== To import the parameters from the PFile to the SPFile, you have to boo
- Oracle
- ====== Oracle ====== ===== Pages ===== {{indexmenu>.}} ===== Bookmarks ===== * [[http://www.oracle.com/pls/db102/homepage|Oracle Database Online Documentation 10g Release 2 (10.2)]] * [[http://www.oracle.com/pls/db112/homepage|Oracle Database Online Documentation 11g Rele
- 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 Errors
- iles|Enlarge the flash recovery area]]. * **Documentation**: [[http://download.oracle.com/docs/cd/B1... 82_01/server.112/e10880/e0.htm#sthref197|11.2]] {{tag>database documentation error oracle reference}}
- 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=\
- andunix Infos
- ===== andunix Infos ===== {{indexmenu>info:#1 .:#1}} ===== Tags ===== ~~TAGCLOUD:50~~
- Oracle: Resize Instance
- nstance to activate the change: <code sql> SHUTDOWN IMMEDIATE; STARTUP; </code> {{tag>admin oracle}}