02 2023 档案

摘要:select '('||to_char(sysdate,'yyyy-mm-dd')||' '||to_char(sysdate,'DY','NLS_DATE_LANGUAGE=''SIMPLIFIED CHINESE''')||')' fc_date from dual 结果是: (2023-02- 阅读全文
posted @ 2023-02-28 19:02 无产铁锤 阅读(196) 评论(0) 推荐(0)
摘要:oracle创建同义词 首先定义:源数据库名称为:source_oracle ,目标数据库名称为 target_oracle 在源数据库实例中执行以下命令:(赋权) grant all on source_oracle.TABLE_NAME to target_oracle with grant o 阅读全文
posted @ 2023-02-16 16:30 无产铁锤 阅读(336) 评论(0) 推荐(0)