Oracle数据库学习一 (Oracle数据库安装/环境变量配置/客户端/基础/问题...),待续...

版权声明:本文为博主原创文章,随便转载。 https://blog.csdn.net/qq_37902949/article/details/81843646

1、Oracle数据库安装

参考:https://blog.csdn.net/ain_xiaobai/article/details/80634338

2、Oracle数据库环境变量配置

参考:https://blog.csdn.net/sinat_21843047/article/details/72983547

参考2:https://jingyan.baidu.com/article/1876c8527e37c0890b137613.html

3、Oracle数据库客户端

参考:https://www.cnblogs.com/gne-hwz/p/7510104.html,个人喜好Navicat客户端,可连多种类型数据库

下载Instant Client:http://www.oracle.com/technetwork/cn/topics/winsoft-085727.html

配置参考:https://blog.csdn.net/lengdaochuqiao/article/details/54177022

4.、Oracle数据库基础

用户管理:https://blog.csdn.net/oiu1010110/article/details/52852435

参考:http://www.blogjava.net/kiant/articles/234781.html

Oracle查询表数量:select count(*) from user_tables ;

oracle查看所有表的数据量:https://www.cnblogs.com/haizine/p/5915494.html

5、Oracle数据库导入导出

参考:https://blog.csdn.net/qq_37902949/article/details/81843910

6、问题

(1)、oracle12c 可行的解决办法:ORA-01017: invalid username/password; logondenied:

参考:https://blog.csdn.net/oiu1010110/article/details/52852435

(2)、ORA-12505, TNS:listener does not currently know of SID given in connect descriptor

参考:https://www.cnblogs.com/wangkang0320/p/6829295.html

(3)、ORA-28040: 没有匹配的验证协议、ORA-01017: 用户名/口令无效; 登录被拒绝

参考:https://blog.csdn.net/moscot_wu/article/details/77482217

(4)、大小写敏感的

参考:https://blog.csdn.net/hproc/article/details/41847675

(5)、创建多个Oracle数据库及相应的实例

参考:https://blog.csdn.net/luiseradl/article/details/6972217

(6)、MyEclipse连接Oracle12c测试报java.sql.SQLException: ORA-01017: 用户名/口令无效; 登录被拒绝

参考:https://zhidao.baidu.com/question/2058499415206105107.html

学习中,主要参考别人做法,待续。。。

猜你喜欢

转载自blog.csdn.net/qq_37902949/article/details/81843646