Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: security without using different usernames

Re: security without using different usernames

From: Pete Finnigan <oracle_list_at_peterfinnigan.demon.co.uk>
Date: Wed, 16 Jul 2003 20:28:18 +0100
Message-Id: <25937.338117@fatcity.com>


Hi Don,

I guess you are probably on 9i which uses SPFILE so you will need to stop and start the database with

startup pfile=/location_of_your_file/init.ora

you can then migrate the init.ora parameters to the spfile for the instance. Issue the following command:

create spfile from pfile='/path_to_init_ora/init.ora';

hth

kind regards

Pete

-- 
Pete Finnigan
email:pete_at_petefinnigan.com
Web site: http://www.petefinnigan.com - Oracle security audit specialists
Book:Oracle security step-by-step Guide - see http://store.sans.org for details.
Received on Wed Jul 16 2003 - 14:28:18 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US