手工加入是什么意思﹖是指自動化的嗎﹖就是說不用sql語言生成﹐還要不用你所說的兩個工具﹖
那你就再上網找個跟這個類似的工具就行了﹐不過不知道有沒有﹐沒聽過有人有現成的工具不用的

解决方案 »

  1.   

    你自己写create语句就可以啊。
      

  2.   

    如何书写create语句呢?
    要不要配置初始化文件init.ora呢?
    建立起来以后,如何启动实例,装配数据库,打开数据库?
      

  3.   

    运行DBCA
    使用 Database Configuration Assistant 能创建数据库、更改数据库配置或删除数据库。还可从预定义的模板列表中创建数据库,或使用现有数据库作为模板创建新的数据库或模板。
      

  4.   

    哦?你不想用根据啊
    那就查询CREATE DATABSE 关键字的帮助吧
      

  5.   

    create database [database]
    [controlfile reuse]
    [logfile [group integer]file_definition
     [,[group integer] file_definition]...]
     [maxlogfiles integer]
     [maxlogmembers]integer]
     [maxloghistory]integer]
    [datafile file_definition[,file_definition]..]
     [autoexetend file_definition[,file_definition][on|off]
    [next integer]
    [maxsize [unlimited |integer}}}
    [archivelog |noarchivelog]
    [character set charaset]
    [national character set charset]
      

  6.   

    可以采用 oracle database assistant  或者是 linux下的dbca 来建库  但是在最后一步可以选择保存脚本  就可以了  然后在 sqlplus里运行这些脚本就可以了 也算的上手工建库了 而且不容易拉下什么