摘要:
1、创建directory d1create directory dd1 as '/home/oracle/';2、授权grant read,write on directory d1 to public;3、创建源数据库与本地数据库的联系本地tnsname.ora里添加源端数据库信息4、创建dbl 阅读全文
摘要:
--查看用户信息select * from dba_users where --temporary_tablespace='TEMP_ETL2'username like '%DGP_ETL%' --查询用户权限select * from dba_sys_privs where grantee li 阅读全文
摘要:
postgresql 数据库创建触发器记录对A表增删改(之前之后或更新时)的详细数据1、创建functionCREATE OR REPLACE FUNCTION auditlogfunc() RETURNS TRIGGER AS $example_table$ BEGIN INSERT INTO A 阅读全文
摘要:
RMAN> show all; using target database control file instead of recovery catalogRMAN configuration parameters for database with db_unique_name CPBD are: 阅读全文