摘要:
1.sqlplus / as sysdba后使用select instance_name,status from v$instance后出错:ERROR:ORA-01034: ORACLE not availableORA-27101: shared memory realm does not ex... 阅读全文
摘要:
Oracle提示错误消息ORA-28001: the password has expired在oracle服务器上用sqlplus / as sysdba登录进去,可以通过下面的sql语句查看账户情况:select username,account_status from dba_users;找到... 阅读全文
摘要:
转载自:http://www.programcreek.com/2013/03/hashmap-vs-treemap-vs-hashtable-vs-linkedhashmap/HashMap vs. TreeMap vs. Hashtable vs. LinkedHashMapMap is one... 阅读全文