摘要: 1、ORA-00984列在此处不允许 ZC: 我在字符串的两端用的是双引号,改成单引号 就OK了。 2、 阅读全文
posted @ 2016-04-19 10:42 DbSkill 阅读(153) 评论(0) 推荐(0) 编辑
摘要: 1、 --创建表 create table zctest( id number(9) not null primary key, classname varchar2(40) not null) 2、 3、 阅读全文
posted @ 2016-04-19 10:22 DbSkill 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 1、 alter user scott account unlock; // 解锁(需要sysdba的身份) 2、 select * from dba_sys_privs where grantee='SCOTT'; // 查看用户scott 拥有的权限select * from dba_role_ 阅读全文
posted @ 2016-04-19 09:48 DbSkill 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 1、 listener.ora、 tnsnames.ora ... ...\oracle\product\10.2.0\db_1\network\ADMIN 阅读全文
posted @ 2016-04-19 09:42 DbSkill 阅读(237) 评论(0) 推荐(0) 编辑