02 2023 档案
摘要:select '('||to_char(sysdate,'yyyy-mm-dd')||' '||to_char(sysdate,'DY','NLS_DATE_LANGUAGE=''SIMPLIFIED CHINESE''')||')' fc_date from dual 结果是: (2023-02-
阅读全文
摘要:oracle创建同义词 首先定义:源数据库名称为:source_oracle ,目标数据库名称为 target_oracle 在源数据库实例中执行以下命令:(赋权) grant all on source_oracle.TABLE_NAME to target_oracle with grant o
阅读全文