Sample Init Parameter file for 19c Oracle DB


I am just sharing a sample init file for usage. More parameter can be added as required.

Sample

*.audit_file_dest='/u01/app/oracle/admin/test/adump'
*.audit_sys_operations=TRUE
*.audit_trail='db'
*.compatible='19.15.0.0.0'
*.control_files='/data01/oradata/test/control01.ctl','/data02/app/oracle/control02.ctl'
*.db_block_size=8192
*.db_domain='lab'
*.db_name='test'
*.db_recovery_file_dest='/u01/app/oracle/fast_recovery_area'
*.db_recovery_file_dest_size=4560m
*.diagnostic_dest='/u01/app/oracle'
*.log_archive_format='%t_%s_%r.arc'
*.memory_max_target=754974720
*.memory_target=754974720
*.open_cursors=300
*.os_roles=FALSE
*.processes=300
*.recyclebin='OFF'
*.remote_login_passwordfile='EXCLUSIVE'
*.undo_tablespace='UNDOTBS1'






If you like please follow and comment