We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fe872a commit 758c19cCopy full SHA for 758c19c
db相关总结.md
@@ -68,6 +68,7 @@
68
* oracle客户端软件的说明:http://blog.csdn.net/haiross/article/details/17917637
69
* 怎么判断oracle客户端、服务器端的位数:http://blog.csdn.net/linghe301/article/details/8471945
70
* oracle数据导入与导出: http://blog.csdn.net/loadrunn/article/details/7283441
71
+* EXECUTE IMMEDIATE 常见使用方法: http://blog.itpub.net/27042095/viewspace-739404/
72
73
74
## PL/SQL Developer
@@ -756,7 +757,7 @@ Oracle提供了两种验证方式,一种是OS验证,另一种密码文件验
756
757
这个命令重新生成了数据库的密码文件。密码文件的位置在ORACLE_HOME目录下的\database目录下。这个密码是修改sys用户的密码。除sys其他用户的密码不会改变。也可以下方法修改密码,设定完后,重新启动服务,再次登陆就可以了。
758
759
orapwd file=pwdxxx.ora password=newpassword entries=10
-
760
+
761
762
# DB2
763
0 commit comments