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
用户B要操作用户A中的表: 1:在用户A中把表的权限授权给B; -- Grant/Revoke object privileges grant all privileges on A.TEST_TABLE to B;2:在用户A中建立同义词。 -- Create the synonym create ...
分类:
数据库 时间:
2020-06-10 21:13:14
阅读次数:
275
1.前因 python 导入clickhouse_driver需要import ssl和_ssl,报错 File "/home/oracle/python3/lib/python3.7/site-packages/clickhouse_driver-0.1.2-py3.7-linux-x86_64. ...
分类:
其他好文 时间:
2020-06-10 18:58:10
阅读次数:
348
在服务端cmd窗口输入 导入到数据库表结构 公式: impdp TEST_ODIXN/odixn@orcl directory=dump_dir dumpfile=HXZS3.DMP logfile=HXZS3_impdp.log transform=segment_attributes:n 举例: ...
分类:
数据库 时间:
2020-06-10 17:12:00
阅读次数:
76