# # $Header: Rdbms/admin/init.ora/main/23 2009/05/15 13:35:38 ysarig EXP $ # # Copyright (c) 1991, 1997, 1998 by Oracle Corporation # NAME # Init.ora # FUNCTION # NOTES # MODIFIED # Ysarig 05/14/09-updating compatible to 11.2 # Ysarig 08/13/07-fixing the sample for 11g # Atsukerm 08/06/98-fix for 8.1. # Hpiao 06/05/97-fix for 803 # Glavash 05/12/97-add oracle_trace_enable Comment # Hpiao 04/22/97-remove ifile=, events=, etc. # Alingelb 09/19/94-remove vms-specific Stuff # Dpawson 07/07/93-add More comments regarded archive start # Maporter 10/29/92-add vms_sga_use_gblpagfile=true # Jloaiza 03/07/92-change ALPHA to BETA # Danderso 02/26/92-change Db_block_cache_protect to _db_block_cache_p # Ghallmar 02/03/92-db_directory-Db_domain # maporter 01/12/92-merge changes from branch 1.8.308.1 # maporter 12/21/91-bug 76493:add control_files parameter # Wbridge 12/03/91-use of%c in archive format is discouraged # Ghallmar 12/02/91-add global_names=true, db_directory=us.acme.com # Thayes 11/27/91-change Default for Cache_clone # Jloaiza 08/13/91-merge changes from branch 1.7.100.1 # Jloaiza 07/31/91-add Debug Stuff # Rlim 04/29/91-removal of Char_is_varchar2 # Bridge 03/12/91-log_allocation no longer exists # Wijaya 02/05/91-remove Obsolete parameters # ############################################################################## # Example INIT. ORA file # # This file was provided by Oracle Corporation to help you start by providing # A starting point-to-Customize your RDBMS installation for your site. # # note:the values that is used in the this file is only intended to be used # as a starting point. Want to adjust/tune those values to your # Specific hardware and needs. Also consider using Database # Configuration Assistant Tool (DBCA) to the Create INIT file and to size your # Initial set of tablespaces based on the user input. ############################################################################### # change ' <ORACLE_BASE> ' to point to the ORACLE BASE (the one for specify at # install time) Db_name= 'MYDB' memory_target=1g processes = 150 audit_file_dest= 'e:/app/admin/product/11.2.0/dbhome_1/admin/mydb/adump ' Audit_trail = ' db ' db_block_size=8192 Db_domain= " Db_recovery_file_dest= 'e:/app/admin/flash_recovery_area' db_recovery_file_dest_size=2g diagnostic_dest=' E:\app\admin\product\11.2.0\dbhome_1\oradata ' Dispatchers= ' (protocol=tcp) (SERVICE=ORCLXDB) ' open_cursors=300 Remote_login_passwordfile= ' EXCLUSIVE ' Undo_tablespace= ' UNDOTBS1 ' # want to ensure that control files is created on separate physical # devices Control_files = (ora_control1, ora_control2) compatible = ' 11.2.0 ' |