Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> Re: [Q] how to manually create sysman on database to use dbconsole on 10gr2?

Re: [Q] how to manually create sysman on database to use dbconsole on 10gr2?

From: Juan Carlos Reyes Pacheco <juancarlosreyesp_at_gmail.com>
Date: Thu, 27 Jul 2006 17:16:38 -0400
Message-ID: <cd4305c10607271416n173516b7w524acb8e4ba999be@mail.gmail.com>


Did you tried to go to the database wizard on linux and create a database to script only, and copy from there the command? :)

On 7/24/06, dba1 mcc <mccdba1_at_yahoo.com> wrote:
>
> Thanks. But we are LINUX system not Window. Do you know how to do on
> LINUX?
>
>
> *Juan Carlos Reyes Pacheco <juancarlosreyesp_at_gmail.com>* wrote:
>
>
> Hi here is an example
> connect SYS/***@PERP as SYSDBA
> set echo off
> spool C:\emRepositoryPERP.log
> @D:\oracle\product\10.2.0\db_1\sysman\admin\emdrep\sql\emreposcre
> D:\oracle\product\10.2.0\db_1 SYSMAN SYSMANpass TBL_TEMP ON;
> WHENEVER SQLERROR CONTINUE;
> spool off
>
>
> to create console
>
> D:\oracle\product\10.2.0\db_1\bin\emca.bat -config dbcontrol db -silent
> -DB_UNIQUE_NAME PERP -PORT 1522 -EM_HOME D:\oracle\product\10.2.0\db_1
> -LISTENER LISTENER -SERVICE_NAME PERP -SYS_PWD *** -SID PERP -ORACLE_HOME
> D:\oracle\product\10.2.0\db_1 -DBSNMP_PWD DBSNMPASS -HOST SRVDAZ07
> -LISTENER_OH D:\oracle\product\10.2.0\db_1 -LOG_FILE C:\emConfigPERP.log
> -EMAIL_ADDRESS jreyes_at_dazasoftware.com -MAIL_SERVER_NAME
> mail.dazasoftware.com -SYSMAN_PWD SYSMANPASS
>
>
>
> >
>
>
> --
> ----------------------------------------
> http://www.oracleboliviaspecialists.com/
>
> Oracle Certified Profesional 9i 10g
> Orace Certified Professional Developer 6i
>
> 10 years of experience from Oracle 7 to Oracle10g and developer 6i
>
>
> ------------------------------
> How low will we go? Check out Yahoo! Messenger's low PC-to-Phone call
> rates.
> <http://us.rd.yahoo.com/mail_us/taglines/postman8/*http://us.rd.yahoo.com/evt=39663/*http://voice.yahoo.com>
>

-- 
----------------------------------------
http://www.oracleboliviaspecialists.com/

Oracle Certified Profesional 9i 10g
Orace Certified Professional Developer 6i

10 years of experience from Oracle 7 to Oracle10g and developer 6i

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jul 27 2006 - 16:16:38 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US