Oracle 重启数据库以及忘记管理员账户怎么办?
http://docs.oracle.com/cd/B19306_01/server.102/b15658/strt_stp.htm#UNXAR165 http://www.dba-oracle.com/t_oracle_shutdown_immediate_abort.htm Oracle has three shutdown modes: ·Normal (default) - waits for in-flight work to complete. This could take houes. ·Immediate- terminates all sessions and does a rollback on all ·Abort- aborts all sessions,leaving current DML in need of rollback,de-allocates the SGA and terminates the background processes. Note that a shutdown abort is NOT evil or dangerous. The "abort" simply means that Oracle will terminate all active work,which is what most people want during a shutdown! The "normal" and "immediate" modes can take a long time in you have in-flight transactions,and many Oracle DBA's ensure a swift clean shutdown this way,aborting the sessions,re-starting to allow warmstart rollback of the aborted transactions,and a shutdown immediate to close cleanly:
Restarting an Oracle DatabaSEOr Automatic Storage ManagementInstance Caution: If the database instance uses Automatic Storage Management for storage management,then you must start the Automatic Storage Management instance before you start the database instance. To restart an Oracle Database or Automatic Storage Management instance:
忘记Oracle管理员账户怎么办参考http://stackoverflow.com/questions/740119/default-passwords-of-oracle-11g Login into the machine as oracle login user id( where oracle is installed)..
One more check,while oracle installation and database confiuration assistant setup,if you configure any database then you might have given password and checked the same password for all other accounts.. If so,then you try with the password which you have given in your database configuration assistant setup. Hope this will work for you.. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |