Fulltext results:
- Oracle: SPFile and PFiles
- File instead of ${PATH_TO_PFILE}. <code sql> SHUTDOWN IMMEDIATE; STARTUP NOMOUNT PFILE='${PATH_TO_PFILE}' CREATE SPFILE FROM PFILE; SHUTDOWN IMMEDIATE; </code> If your PFile is located at... recovery area. * For more inforamtion, see the documentation: [[http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams054.htm#REFRN1
- Oracle Errors
- d_pfiles|Enlarge the flash recovery area]]. * **Documentation**: [[http://download.oracle.com/docs/cd/B19306_01/server.102/b14219/e0.htm#sthref181|10.2]] [[http://download.oracle.com/docs/cd/E11882_01/server.112/e10
- Oracle
- cle.com/pls/db102/homepage|Oracle Database Online Documentation 10g Release 2 (10.2)]] * [[http://ww... cle.com/pls/db112/homepage|Oracle Database Online Documentation 11g Release 2 (11.2)]] {{tag>oracle t
- Oracle: Resize Instance
- instance to activate the change: <code sql> SHUTDOWN IMMEDIATE; STARTUP; </code> {{tag>admin oracle