sys/change_on_installsystem/manager等等不过最好自己创建一个新用户

解决方案 »

  1.   

    最好自己创建用户。
    connect system/manager;
    create tablespace user_tablespace datafile 'c:\orawin95\database\user_tablespace.dbf' size 100M default storage ( next 2M pctincrease 10 );
    create user user1 identified by user1 default tablespace user_tablespace temporary tablespace user_tablespace;
    grant dba,connect,resource,select any table, create table to user1 ;
      

  2.   

    Oracle 学习方法
    1. 装上一个 Oracle 数据库.
         下的地址: http://otn.oracle.com/software/products/8i_personal/index.html
    2. 基础入门.
        www.oradb.net
    3. 有时候多看一些电子书.
        www.pdown.net    
         http://www.studa.com/newdown/soft/713.htm
    http://www.studa.com/newdown/soft/713.htm 
           ORACLE 8/8I 开发使用手册(PDF) 序员 10-100
    4. 看官方文档最有权威.
         http://otn.oracle.com/documentation/oracle8i_arch_816.html
    5. 看看高手们的说话.
         www.itpub.net
         otn.oracle.com看看高手是如何学的吧 :)
    http://www.ncn.cn/oracle/admin/2003003.htm
    http://www.cnoug.org/bin/ut/topic_show.cgi?id=1657&h=1&bpg=1&age=30
      

  3.   

    登录 soctt/tiger 吧~是系统自带的~ 有几个表例子