上一页 1 2 3 4 5 6 ··· 9 下一页
摘要: Oracle version:11.2.0.3.0 设置 db_recovery_file_dest 的路径和大小 SQL> alter system set db_recovery_file_dest='/u01/fast_recovery_area'scope=both; System alte 阅读全文
posted @ 2024-07-31 10:49 Coye 阅读(134) 评论(0) 推荐(0)
摘要: win10 下命令行控制 VBox 虚拟机 今天虚拟机突然自己休眠了,各种按钮不能用,只能想其他办法了 我的安装路径是 C:\Program Files\Oracle\VirtualBox cd C:\Program Files\Oracle\VirtualBox 虚拟机的名称是 Oracle 强制 阅读全文
posted @ 2024-07-23 15:24 Coye 阅读(80) 评论(0) 推荐(0)
摘要: 1. ssh超时时间设置 客户端超时时间设置: ssh -o ConnectTimeout=10 user@host 2. wget下载文件到指定目录 2.1. 不指定 wget + 网址 2.2. 指定下载目录 wget -P 地址 网址 2.3. 指定下载目录和文件名 wget 网址 -o 地址 阅读全文
posted @ 2024-06-26 23:30 Coye 阅读(12) 评论(0) 推荐(0)
摘要: 官方地址: https://www.oracle.com/database/technologies/instant-client/linux-x86-64-downloads.html instantclient-sqlplus-linux.x64-11.2.0.4.0.zip instantcl 阅读全文
posted @ 2024-06-20 11:11 Coye 阅读(1077) 评论(0) 推荐(0)
摘要: DB version:11.2.0.3.0 OS version:rhel 6.3 PS:测试用的数据库是一个刚刚模拟断电的库 打开归档模式 已sysdba身份登录数据库 [oracle@oracle ~]$ sqlplus / as sysdba SQL*Plus: Release 11.2.0. 阅读全文
posted @ 2024-04-29 16:15 Coye 阅读(93) 评论(0) 推荐(0)
摘要: OS :Red Hat Enterprise Linux Server release 6.3 (Santiago) DB :11.2.0.4.0 设置 行的 宽度 和 页的行数 SQL> set line 233 pages 233 设置 long 的长度 SQL> set long 233 显示 阅读全文
posted @ 2024-04-24 14:30 Coye 阅读(25) 评论(0) 推荐(0)
摘要: ORACLE version: 11.2.0.4 OS: RHEL 6.3 背景:数据库几年没用了,傻乎乎的项目组要恢复出来查数据,也不知道咋想的,咱也不敢问。。。就开始着手恢复了,得亏nub上有备份 恢复过程中,报错 ORA-27211: Failed to load Media Manageme 阅读全文
posted @ 2024-04-18 17:36 Coye 阅读(67) 评论(0) 推荐(0)
摘要: OS: AIX 5300-12-05-1140 背景: 上了一台很老的 Oracle 查问题,手滑了,直接vi 了alert日志,报错了... 1. 报错如下 oraprd> vi alert_PRD.log ex: 0602-101 Out of memory saving lines for u 阅读全文
posted @ 2024-04-18 16:54 Coye 阅读(82) 评论(0) 推荐(0)
摘要: SQL*Plus Connection and DBCA Fails With: ORA-12547: TNS:Lost Contact 背景:某个SAP 的数据库的系统盘有问题了,需要迁移,当时数据库文件尚未损坏,于是将数据库软件连同数据文件一起 scp 到新的服务器 OS version: DB 阅读全文
posted @ 2024-04-11 16:55 Coye 阅读(399) 评论(0) 推荐(0)
摘要: version: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 通过sqlplus 获取视图的 DDL 的两种方法 先设置格式 set line 233 pages 233 long 9999 通过 all_views/dba_v 阅读全文
posted @ 2024-04-09 19:33 Coye 阅读(335) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 ··· 9 下一页