摘要:
1、登录 sqlplus / as sysdba;//登陆sys帐户 sqlplus sys as sysdba;//同上 sqlplus scott/tiger;//登陆普通用户scott 2、创建表空间 create tablespace user_data logging datafile ' 阅读全文
摘要:
来源:http://stackoverflow.com/questions/11296361/how-to-create-id-with-auto-increment-on-oracle There is no such thing as "auto_increment" or "identity" 阅读全文