Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: NLS probleam
Thanks for that information, it is just what I was looking for. Obviously you are using filenet as well.
I still have a small problem. When I try to startup the database again, using startup without any parameters , the database starts up and says it cannot mount the database in exclusive mode.
If I use the pfile parameter , I don’t get the cannot mount the database in exclusive mode error, but the database does not open until I issue the alter database open command.
All my tests so far have been done using a test instance without filenet. Obviously I would like to be able to perform the test on a filenet instance and not have to worry about what the instance having to be started manually.
Thanks in advance for any help/advice.
Gerold Krommer wrote in message <8vdf22$hg8$1_at_news.netway.at>...
>This worked for me.
>
>SVRMGR>startup mount exclusive pfile=/fnsw/local/oracle/init.ora
>SVRMGR>alter system enable restricted session;
>SVRMGR>alter database open;
>SVRMGR>alter database indexdb character set WE8ISO8895P1;
>SVRMGR>alter database indexdb national character set WE8ISO8895P1;
>SVRMGR>shutdown normal
>
>PS: It IS possible to change the character set later, as long as it is a
>strict superset of the original one ( eg US7ASCII -> WE8ISO8859P1) starting
>with Oracle8.
>
>
Received on Wed Nov 22 2000 - 04:13:05 CST
![]() |
![]() |