Analyst Programmer - OCE JWCD 6. OCP JAVA SE 6. OCP in 10g DBA. SQL Expert
This is a blog of programming, database administration and
problem analysis. This blog is for sharing knowledge to help me. I like to analysis and play with code and I've intention to solve any kind Java, Struts 2, Java EE, JSF 2, Enterprise Java Bean, Spring, Web Service, GlassFish, Weblogic, JBOSS and Advanced PL/SQL puzzle. If you've any technical question just mail me, i'll reply in short.
Wednesday, June 23, 2010
How to connect sys without sysdbda or sysoper privileges
conn sys/sys as sysdba
alter system set O7_DICTIONARY_ACCESSIBILITY = true scope=spfile;
O7_DICTIONARY_ACCESSIBILITY is static parameter restart is necessary
No comments:
Post a Comment