摘要: 1. Windows代码下/nchome/bin/jarsh.jar解压 2.将解压包下的root.sh拷贝到Linux/nchome下执行 阅读全文
posted @ 2021-11-29 14:42 Master` 阅读(94) 评论(1) 推荐(0)
摘要: 1.拷贝Windows下nchome/root.bat脚本到Linux代码nchome下,执行root.bat生成bat脚本文件 2.拷贝Windows下nchome/ant/bin/ant.bat (windows批处理文件 8KB)到Linux代码nchome/ant/bin下 阅读全文
posted @ 2021-05-08 10:50 Master` 阅读(203) 评论(0) 推荐(0)
摘要: 1.查看表空间文件存放路径 1 SQL> SELECT tablespace_name, file_id, file_name, round(bytes / (1024 * 1024), 0) total_space FROM dba_data_files ORDER BY tablespace_n 阅读全文
posted @ 2021-03-30 14:38 Master` 阅读(602) 评论(0) 推荐(0)
摘要: 实现把用户表空间中的数据文件从某一个路径移动到另一个路径 一、针对可offline的非系统表空间 本例移动oracle的案例表空间(EXAMPLE表空间),将其从D:\ORADATA\ORCL\ 移动到 D:\ORACLE\ORADATA\ 1.查看要改变的表空间的数据文件信息 1 2 3 4 5 阅读全文
posted @ 2021-03-29 14:24 Master` 阅读(748) 评论(0) 推荐(0)