- 
                    nls_date_formatHow to set NLS_DATE_FORMAT for a database permanentlyfor example let's say I want to set : NLS_DATE_FORMAT= 'dd:mon:yyyy hh24:mi:ss' for the database and I am not supposed to give the ALTER SESSION command at every statrtup of the database.Plz try it practically and give me a solution 
- 
                    
- 
                    Index tablespace for a DatabaseHow to assign an index tablespace for a database permanently, so that whatever indexes we are creating in the database, should automatically goes to that tablespace i.e. we neednot supply the tablespace name during index creation. 

 
  
  
 