摘要:
1.查看用户下有哪些表: scott@ORCL10G 2023-02-18 20:48:42> select * from tab; TNAME TABTYPE CLUSTERID DEPT TABLE EMP TABLE BONUS TABLE SALGRADE TABLE Elapsed: 00 阅读全文
摘要:
略 阅读全文
摘要:
略 阅读全文
摘要:
略 阅读全文
摘要:
略 阅读全文
摘要:
1.建议使用PLSQL Developer 15 (64 bit)工具 安装略 阅读全文
摘要:
1.安装规划 oracle10G 数据库版本: 10201_database_linux_x86_64.cpio.gz p8202632_10205_Linux-x86-64.zip p8350262_10205_Generic.zip 数据库安装规划: ORACLE_BASE=/u01/app/o 阅读全文
摘要:
1.sqlplus登录界面: #1.字符界面 Linux/Unix/Dos平台默认方式 #2.图形界面 Win图形界面下使用 2.sqlplus连接: #1.登录sys用户 sqlplus / as sysdba #2.登录scott用户 sqlplus scott/tiger 3.sqlplus连 阅读全文
摘要:
0.操作系统版本 [root@yuanzj ~]# cat /etc/redhat-release CentOS release 6.10 注意:在安装Oracle10g版本数据库时候,需要修改版本号为 [root@yuanzj ~]# cat /etc/redhat-release CentOS 阅读全文
摘要:
1.配置yum源 略 2.配置透明巨页 cat <<EOF >> /etc/rc.local if test -f /sys/kernel/mm/transparent_hugepage/enabled; then echo never > /sys/kernel/mm/redhat_transpa 阅读全文