问题背景: oracle表空间不足报错是比较常见的故障,尤其是没有对剩余表空间做定期巡检的系统; 报错代码如下: oracle表空间不足错误代码:ORA-01653: unable to extend table ; 解决方式: 1、查看表空间使用率: 1 set linesize 220; 2 s ...
分类:
数据库 时间:
2020-06-11 21:24:36
阅读次数:
61
In this Document Symptoms Cause Solution References APPLIES TO:Oracle Database - Enterprise Edition - Version 12.1.0.1 to 12.1.0.2 [Release 12.1]Infor ...
分类:
其他好文 时间:
2020-06-11 21:22:34
阅读次数:
64
原文: https://docs.oracle.com/cd/E37670_01/E75728/html/section_c5q_n2z_fp.html 4.3 Creating a Docker Image from an Existing Container If you modify the ...
分类:
其他好文 时间:
2020-06-11 20:04:51
阅读次数:
55
create pluggable database ***(数据库名)admin user ***(数据库sys用户) identified by ***(数据库sys密码)file_name_convert=('D:\app\Administrator\oradata\orcl\pdbseed'( ...
分类:
数据库 时间:
2020-06-11 19:59:41
阅读次数:
81
1、进到数据库进行操作[root@localhostetc]#mysqlWelcometotheMariaDBmonitor.Commandsendwith;or\g.YourMariaDBconnectionidis7Serverversion:5.5.41-MariaDBMariaDBServerCopyright(c)2000,2014,Oracle,MariaDBCorporationAb
分类:
数据库 时间:
2020-06-11 18:12:20
阅读次数:
175
部署oracle-JDK https://www.oracle.com/java/technologies/javase-jdk8-downloads.html #oracle-JDK下载地址 oracle JDK在1.8版本之后不再提供升级,如果后期想使用JDK 8之后的版本,则只能进行付费使用; ...
分类:
其他好文 时间:
2020-06-11 10:26:27
阅读次数:
54
1、打开PLSQL,填写用户名和密码(初始有两个用户sys和system,密码是自己安装oracle数据库时定的),Database选择ORCL(默认数据库,oracle中创建的用户就像是mysql中建的数据库,两者有异曲同工之妙) 2、登陆成功后在界面的头部可以看到一下信息,最上面的system@ ...
分类:
数据库 时间:
2020-06-11 00:40:09
阅读次数:
132
Oracle RAC Linux 10g 11g step by step tutorial ...
分类:
数据库 时间:
2020-06-10 22:59:44
阅读次数:
87
背景: springboot yml配置连接oracle数据库,报错 解决: 修改配置文件中 为:oracle.jdbc.OracleDriver Orcale9之后将oracle.jdbc.driver.OracleDriver改为oracle.jdbc.OracleDriver ...
分类:
数据库 时间:
2020-06-10 22:47:29
阅读次数:
523
1、instr()函数的格式 (俗称:字符查找函数) 格式一:instr( string1, string2 ) // instr(源字符串, 目标字符串) 格式二:instr( string1, string2 [, start_position [, nth_appearance ] ] ) / ...
分类:
数据库 时间:
2020-06-10 21:15:21
阅读次数:
70