重新建了一个数据库SEG 可以以独立的模式进入dba studio看到数据库GUO 和 数据库SEG 表等信息。(第一个)数据库GUO的资料库删除不了。也新建不了提示OEM_REPOSITORY.ORA已经存在或
sql异常此时不能读取文件OEM_REPOSITORY.ORA
/* OracleOEM */ select count(*) from "GUOYY".SMP_VDS_REPOS_VERSION现在oracleorahome81managmentserver 的依附关系是数据库SEG(可以登录)没成功建立数据库SEG或者说新建一个数据库失败后依附关系是无。1。这是什么原因啊?????????
2。怎么更改oracleorahome81managmentserver 的依附关系

解决方案 »

  1.   

    I spent the night doing this and think i have gotten the steps right. hope this helps everyone out there who is having a hard time. do let me know when you get it to work.1. after you have installed your oracle 8i, first, edit the sqlnet.ora file found in your oracle_home/network/admin/ directory. change this line
    SQLNET.AUTHENTICATION_SERVICES= (NTS) to
    SQLNET.AUTHENTICATION_SERVICES= (NONE)2. after you have done that, you will need to create a respository. use OMS (Oracle Management Server) to do this. you can find it at
    programs -> oracle -> enterprise manager -> configuration assistant.select create a repository. follow the steps. once you are done, oracle will start the management server for you.3. finally, once you have the management server running, run the console found at
    programs -> oracle-> enterprise manager -> consoleyou need to login with sysman/change_on_install BECAUSE you are logging in for the first time.4. with all that done, create a datebase in your repository to start all your workhope it helps everyone out there. good luck
    ///////////////////////
    please refer to 
    http://www.csdn.net/expert/topic/955/955794.xml?temp=.4223291
      

  2.   

    SQLNET.AUTHENTICATION_SERVICES= (NTS) to
    SQLNET.AUTHENTICATION_SERVICES= (NONE)  不知是起什么作用呢用了你的方法还是不行
      

  3.   

    sysman/change_on_install 
    是不是应当为sysman/oem_temp
    change_on_install我没有试过,等会儿试试