摘要:
create table test (id number(2), name varchar2(10), salary number(6,2));insert into test values (1,'Tom',120);insert into test values (2,'Ellen',240);... 阅读全文
摘要:
给Ubuntu的swap分区增加容量的具体步骤:Ubuntu下在 apt 安装 oracle-xe-client 时,有可能会出现如下的错误,提示 Swap 分区没有达到要求的大小,安装无法继续。 This system does not meet the minimum requirements ... 阅读全文
摘要:
使用expdp/impdp工具报错:ORA-39006: internal errorORA-39213: Metadata processing is not available Cause:The Data Pump could not use the Metadata API. Typical... 阅读全文