spicysudhi
Programmer
hi
current national characterset is UTF8. I want to change that to AL16UTF16.
I tried
connect sys/syspassword as sysdba
SHUTDOWN IMMEDIATE
STARTUP RESTRICT
ALTER TABLE testdb NATIONAL CHARACTER SET AL16UTF16;
I got a message
ORA-12721: operation cannot execute when other sessions are active
can someone help me how to overcome this.
will there be any major impacts by changing this.
thanks in advance,
sudhi
current national characterset is UTF8. I want to change that to AL16UTF16.
I tried
connect sys/syspassword as sysdba
SHUTDOWN IMMEDIATE
STARTUP RESTRICT
ALTER TABLE testdb NATIONAL CHARACTER SET AL16UTF16;
I got a message
ORA-12721: operation cannot execute when other sessions are active
can someone help me how to overcome this.
will there be any major impacts by changing this.
thanks in advance,
sudhi