摘要:
ip 是個指令喔!並不是那個 TCP/IP 的 IP 啦!這個 ip 指令的功能可多了! 基本上,他就是整合了 ifconfig 與 route 這兩個指令囉~不過, ip 可以達成的功能卻又多更多! 真是個相當厲害的指令。如果您有興趣的話,請自行 vi /sbin/ifup ,就知道整個 ifup 就是利用 ip 這個指令來達成的。好了,如何使用呢?讓我們來瞧一瞧先![root@linux ~]# ip [option] [動作] [指令]參數:option :設定的參數,主要有: -s :顯示出該裝置的統計數據(statistics),例如總接受封包數等;動作:亦即是可以針對哪些網路參數. 阅读全文
摘要:
oracle 10g 以后允许在不同的incarnation之间进行完全/不完全恢复。在参数文件log_archive_format中多了一个%r格式符号,这是resetlogs的标志号,这一归档模式避免不同incarnation的归档相互覆盖,从而使得跨越resetlogs恢复的日记基础得以保证。RMAN> list incarnation;List of Database IncarnationsDB Key Inc Key DB Name DB ID STATUS Reset SCN Reset Time------- ------- -------- --... 阅读全文
摘要:
已确保安装的ORACLE_BASE目录是属于grid:oinstall但安装时总是报:OUI-10182 The effective user ID does not match the owner of the file ..........---------------------------------------------------解决方法:用root帐户在/etc下建立文件oraInst.loc,并写入以下内容: inventory_loc=/u01/app/oraInventoryinst_group=oinstall重新执行安装程序即可。 阅读全文
摘要:
SymptomCM-CFG-5029 Content Manager is unable to determine whether the content store is initialized. ORA-06552: PL/SQL: Compilation unit analysis terminated ORA-06553: PLS-553: character set name is not recognizedCauseUnicode was not defined correctly for the particular Database.EnvironmentOracle 10. 阅读全文