Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Problem after my migration from 8.1.7 to 9.2
Thierry PLASSART wrote:
> Hi, > > there's an other point regarding accounts: assuming we have an account in > 8.1.7 with connect and resource grants and 'select any table', you'll have > to add in 9.2 the 'select any dictionnary'. > That should be usefull for querying sys tables (to have execution plans...) > > T PLASSART > > "cschang" <cschang_at_maxinter.net> a écrit dans le message de > news:113cklckst66743_at_corp.supernews.com... >
> > > Here is the way I resolved the problem with tips from you and other on-line 1. sqlplus "/ as sysdba" 2. sql> show parameter spfile 3. sql> create pfile='d:\path\pfile\init.ora' from spfile='d:\oracle\ora92\database\spfileinit.ora'; 4. sql>exit 5. Stop the OracleService under the MS windows 2000 services 6. cmd>oradim -delete -sid mySID 7. remove the all files under the %oracle_home%\admin\ddump\ and udump 8. remove the PWD.ora under the 'oracle\ora92\database 8a. copy the new init.ora to d:\path\pfile\init.ora 9. cmd>set oracle_sid=mySID 10. cmd> oradim -new -sid mySID -intpwd <sys pw> -startmode auto -pfile d:\path\pfile\init.ora 11. sqlplus "/ as sysdba" 12. shutdown 13. startup
and then login as sys as sysdba in the Oracle Manager console and then give the "SELECT ANY DICTIONARY" to that problem user. Now every thing for regular user is fine for both login at console and SQL mode.
However, there is still two issued I can not resolve. 1. It seems that the client machine with the Oracle Manager console of 8.1.7 version can not log in with SYS user. The window has no action. Only regular user can still use the old Console. 2. If I type "show parameter spfile" at the SQL>, it will return the location of the spfile. However, if I reboot the machine, then type it again, the spfile location value is null again. 3. Do I need to remove the old 8.1.7 home folder under the \oracle\ora81, so that it won't cause any confusion to operate. Thanks.
C Chang Received on Tue Mar 15 2005 - 21:12:06 CST
![]() |
![]() |