Oemevent command equivalent in 10g?

Is there a 10g command equivalent for the old oemevent command? I'm looking for some easy way to add a grid control alert to my existing cron jobs..
Thanks
John

Hi,
You can use the "keepalive retryperiod" same as passdetect interval on ACE
http://www.cisco.com/en/US/docs/app_ntwk_services/data_center_app_services/css11500series/v7.40/command/reference/CmdKeepC.html
Siva

Similar Messages

  • Host command in forms 10g

    hi all
    i am using host command in forms 10g. but it is not executing .
    is there any distinct syntax or pre-requirement for executing this command
    kindly help
    thanks

    i am using the following code create a text file in root directory.
    the textfile should contain the list of folders,files present in the root directory.
    XCMD:=NULL;
    XCMD:='CD\' ;
         CLIENT_HOST('CMD /C' || XCMD);
    XCMD:='dir >C:foldnm.txt' ;
         CLIENT_HOST('CMD /C '|| XCMD);
    but the file is creating in the specific users directory. ie.
    \ documents and settings\username\desktop
    kindly help

  • SYSTEM HANGS WHILE RUNNING EXP COMMAND IN ORACLE 10G

    WHEN WE ARE RUNNING THE EXP (EXPORT) COMMAND IN ORACLE 10G
    TO TAKE THE BACKUP IT GETS HANGED FOR A LONG TIME AND THEN IN THE LOG FILE WE FIND THE FOLLOWING ERROR MESSAGE.
    SOMETIMES AFTER RESTARTING THE SERVER WE ARE ABLE TO RUN THE EXP COMMAND.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.1.0.2.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user MANHAR
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user MANHAR
    About to export MANHAR's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    *********************************** AT THIS POINT THE SYSTEM HANGS FOR A LONG TIME.
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00056: ORACLE error 24324 encountered
    ORA-24324: service handle not initialized
    EXP-00000: Export terminated unsuccessfully
    THE EXP COMMAND THAT WE USE IS AS FOLLOWS:
    EXP MANHAR/MANHAR FILE=F:\BACKUP\MANHAR.DMP LOG=F:\BACKUP\MANHAR.LOG BUFFER=1000000 GRANTS=Y CONSTRAINTS=Y
    WE ARE RUNNING THE EXP COMMAND ON THE SERVER ITSELF.
    THE SERVER OPERATING SYSTEM IS WINDOWS 2003 SERVER.
    Kindly give us a solution at the earliest.

    You should ask Oracle support for help. There's only one entry for this error stack (Bug 3361288 - Export of XMLSCHEMA may fail with ORA-24324 in UTF8), but it should have been fixed for your DB version and , as far as I can see, you don't have a Unicode database.
    Werner

  • Errors in impdp command on oracle 10g database

    Hi,
    could you plz help me to solve below errors which are coming while doing import with impdp command in oracle 10g 10.1.0.4.0 os: Red Hat Enterprise Linux ES release 4
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Job "DCA"."SYS_IMPORT_SCHEMA_01" stopped due to fatal error at 15:31
    i tried to restart job but the following errors coming
    UDI-00008: operation generated ORACLE error 39078
    ORA-39078: unable to dequeue message for agent KUPC$A_1_20081111155728 from queue "KUPC$C_1_20081111155728"
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 2356
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3261
    ORA-06512: at line 1
    thanks in advance

    NAME TYPE VALUE
    streams_pool_size big integer 0
    sga_target big integer 200M
    what could be the value for avoiding errors! thanks in advance

  • Errors in impdp command on oracle 10g database-urget help needed

    Hi,
    could you plz help me to solve below errors which are coming while doing import with impdp command in oracle 10g 10.1.0.4.0 os: Red Hat Enterprise Linux ES release 4
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    Job "DCA"."SYS_IMPORT_SCHEMA_01" stopped due to fatal error at 15:31
    i tried to restart job but the following errors coming
    UDI-00008: operation generated ORACLE error 39078
    ORA-39078: unable to dequeue message for agent KUPC$A_1_20081111155728 from queue "KUPC$C_1_20081111155728"
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 2356
    ORA-06512: at "SYS.DBMS_DATAPUMP", line 3261
    ORA-06512: at line 1
    thanks in advance

    Can you check Metalink Note 376022.1? Your STREAMS_POOL_SIZE parameter may be too small.
    If you don't have Metalink access, try this :
    sql> alter system set STREAMS_POOL_SIZE=100M scope=spfile;
    sql> shutdown immediate
    sql> startup
    Note : the Portal Applications forum may not be the appropriate forum for this datapump issue. Try one of the database forums as you'll have a wider audience there.

  • EPMA Batch client command Equivalent to Select Top Member

    Hi
    I am looking for EPMA batch client command equivalent to performing "Select Top Members" in web against a shared dimension in Application library.
    I can find commands for exclude members in the document but could not find any Dimension Property or Command which will help me to automate this.
    Thanks in Advance.
    Ram

    I don't believe there is a command that will do that yet.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Database not start with srvctl  command in rac 10g

    hi
    when i change parameter in sqlnet file
    SQLNET.AUTHENTICATION_SERVICES= (NTS) to SQLNET.AUTHENTICATION_SERVICES= (NONE)
    then database is not started with srvctl utillity but started with sqlplus enviroment.
    please help in this issue

    user521214 wrote:
    hi,
    we are implementing security policy for our client. our databas is on RAC . As per the security, we need to revoke sys dba priviliges. when i used SQLNET.AUTHENTICATION_SERVICES=(NTS) in sqlnet.ora or SQLNET.AUTHENTICATION_SERVICES=(NONE). the instance not start with the following command in rac 10g.
    $srvctl start database -d abc
    $ crs_stat -t
    Name Type Target State Host
    ora.db.db application OFFLINE OFFLINE
    ora....b1.inst application ONLINE OFFLINE hosttest01
    Edited by: user521214 on Apr 21, 2011 4:08 AMIs this the only parameter you changed? What happens when you undo this modification?
    What do you see on log files?

  • IOS command equivalent.

    Hello,
    Is there any command equivalent on ASR9k for
    show interface summary ( from IOS)
    and
    monitor capture buffer
    regards,

    Hi,
    There is a show int summary, but the output is not precisely the same as IOS.
    You can also use a show int accounting or a show ip int brief if that helps there?
    As for the monitor buffer, in XR431 (not out yet) we have a great packet capture methodology:
    https://supportforums.cisco.com/docs/DOC-29010
    And of course you can use SPAN also:
    https://supportforums.cisco.com/docs/DOC-15772
    cheers!
    xander

  • Equivalent to the Pivot command on Oracle 10g

    Hi,
    I have a requirement where i want change the below statement so it pivots on the day of the week
    select periodid, entrydate, duration
    from period
    where period_id = xxxx
    The above statement will return 7 records for each of the days of the week.
    I want these 7 days to become columns.
    Is there a way I can change this so is it
    select period_id_monday, monday_duration, period_id_tuesday, tuesday_duration,
    period_id_wednesday, wednesday_duration, period_id_thursdayday, thursday_duration,
    period_id_friday, friday_duration
    without having 7 separate sub queries.
    Pivot command in SQL server is only for group functions from what I remember
    Regards
    Stephen

    You could have googled or searched the forums! The method is
    select max(decode(to_char(entrydate, 'fmDAY', 'nls_date_language=english'), 'MONDAY', periodid)) monday_perodid,
           max(decode(to_char(entrydate, 'fmDAY', 'nls_date_language=english'), 'MONDAY', duration)) monday_duration,
    from   perod
    where  period_id = xxxxleaving you to fill in the blanks...
    Edited by: Boneist on 01-Jul-2009 12:01

  • Convert fmb to fmt in command line in 10g

    Would anybody out there give me a hint on how to convert fmb file to fmt in a command line in forms 10g ? Which command can we use to start the form converter that we can get from file -> convert on the form developer ? either in
    Windows or Linux environment.
    Thank you in advance
    -ian

    Ian,
    this is what you are looking for
    Forms/Reports 9.0.X, 10.x
    #UNIX Forms Compile
    #compile_forms.sh
    for i in `ls *.fmb`
    do
    echo Compiling Form $i ....
    f90genm userid=scott/tiger@bs817 batch=yes module=$i module_type=form
        compile_all=yes window_state=minimize
    done
    ( For 10gR1 = forms 9.0.4.x, you can use f90gen also)
    ( For 10gR2 = forms 10.x, you can use frmcmp.sh or frmcmp_batch.sh)
    #UNIX COMPILE REPORTS
    #compile_rep.sh
    for i  in `ls  *.rdf`
    do
    echo Compiling Report $i  ...
    rwconverter.sh userid=scott/tiger@bs817 batch=yes source=$i 
        stype=rdffile dtype=repfile overwrite=yes compile_all=yes
    done
    Note: If you dont want to use the X-Display then you can use f60gen,f90gen and frmcmp_batch.sh
    for compiling Forms. Make sure TERM, ORACLE_TERM and NLS_LANG values are properly set.
    ADDITIONAL:
    You can use the information above to compile libraries or menues or
    convert files from binary to text and text to binary too. eg:
    for %%f in (*.pll) do ifcmp60 userid=user/pwd@db module=%%f module_type=LIBRARY batch=yes window_state=minimize compile_all=yes
    for %%f in (*.mmb) do ifcmp60 userid=user/pwd@db module=%%f module_type=MENU batch=yes window_state=minimize compile_all=yes
    for %%f in (*.mmb) do ifcmp60 userid=user/pwd@db module=%%f module_type=FORM batch=yes window_state=minimize parse=YES
    for %%f in (*.mmb) do ifcmp60 userid=user/pwd@db module=%%f module_type=FORM batch=yes window_state=minimize script=YES
    (and similar loops for Unix).

  • Report script command equivalent for @relative calculation command

    HI ,
    We have a calculation script which has a fix statement like below :
         FIX( Grade, "w/o LO", "Line Options", AtLaunch, @DESCENDANTS("470.92"), @DESCENDANTS("Price Item"), @RELATIVE("Total Region", 0) )
    We are trying to make a reportscript which gives us the format of the set of database being calculated.
    So we are tranforming the above calc script commands into equivalent report script commands. We are struck with the @Relative command.
    Can somebody tell us what is the equivalent report script command for @Relative calculation script function.
    Regards
    OKU

    There's no direct analogue, but you can use the <LINK command along with <DESCENDANTS and <LEV to get pretty close. See: http://download.oracle.com/docs/cd/E10530_01/doc/epm.931/html_esb_techref/rwriter/link.htm
    JExport (if pre 9.3) or DATAEXPORT (if 9.3 or greater) may also be options and will in fact allow @RELATIVE to be used.
    Regards,
    Cameron Lackpour

  • PROMPT Command equivalent in Oracle 7

    Hi All,
    I am working on a database Health check script . I Have to implement this on a Oracle7 server running on OS HP-unix. I have done with this health check script on all the 9i servers. The same script i have to modify and implement in Oracle7 database also. To print Headings or titles in Oracle 9i i used PROMPT command. So which is the equivalent command that can be used in Oracle7. I want to print the headings. Kindly assist me.

    877920 wrote:
    Same error. Unable to login.
    SQL> connect / as sysdba
    ERROR: ORA-01017: invalid username/password; logon deniedAs far as I recall, sqlplus back then did not support this specific logon syntax. Qualify the connection string using username and password. e.g.
    sqlplus sys/mysecretpassword
    The sysdba role will likely not be enabled - but that should not be an issue for running a bunch SQL selects.
    Also reconsider using the sys schema for logging on. The only time this schema should be used is for actual database maintenance - like doing a shutdown, changing initialisation settings, doing an upgrade and so on.
    Using it as your personal superuser logon is not a good idea and one that you will be nailed for (and very hard) in any security review or audit.
    Rather create a new schema and grant it the minimal rights needed to do perform the required job.
    PS. Cannot recall if connect internal also worked in sqlplus back then - but that can be tried if you want a sysdba connection from sqlplus itself.

  • Copy and open Command in Oracle 10g Linux (Minut, Ubuntu)

    Dear All;
    I am facing one problem we used to copy any document and for open any document in WINDOWS
    Host('CMD /C COPY '||'"'||:Old_Doc||'"'||' X:\03\03\'||:New_Doc);
    Client_Host('Cmd /C Start '||'X:\03\03\'||:New_Doc);
    But these commands not running in Linux. Please provide me any solution that will help me to copy and open any kind of document in oracle 10g in Linux. I am waiting of your positive response. thx.

    I am not using any thing istead of HOST command, I dn't know any thing similier about HOST command. When I run this in Linux then it give me error message. I think there is something like HOST command in Linux but........ is it??

  • Command Line Discoverer 10g

    Hello Forum Friends,
    Long time no comms!! Hope all the regulars are keeping well.
    Question, the majority of my experiences with Discoverer have come from version 4, including admin and desktop. I've recently transferred to a new job, and although they have access to 4, some of their customers only have 10g.
    Could someone tell me if the functionallity of uising command line prompts such as;
    DIS51USR.EXE /connect user_name/password@database /apps_user /apps_responsibility "Resp_name"
    /opendb "user_name:workbook_name" /sheet ALL
    is still available in version 10g? I've hit a few stumbling blocks today, and a few errors, i think could be related to the <workbook name> syntax, but have also read on the forums that 10 g (is this also called plus?) does not really have the same functionality when it comes to creating batch files etc?
    Many thanks
    Simon

    Good Morning.
    After reading through a few bits and pieces on the OTN, i've now attempted to use the following command line syntax but to no avail;
    C:\oracle\BIToolsHome_1\bin\dis51usr.exe /connect sysadmin/password@db/apps_user/opendb
    I reveive the error "Failed to Connect to database - ORA - 12154: TNS: could not resolve the connect identifier specified" , okay so this tells me there is an issue with my tns names connection, but upon review this all seems fine, i can connect using the same "DB name" in the syntax above logging in manually, i'm connecting to both standard and applications euls, there are no entries in the GYWID or the Foundation name within tools options conections in Desktop, but this makes no difference to my manual connection, in fact when i do add the standard entries of;
    Gateway User ID: applsyspub/pub
    Foundation Name: apps
    i can not connect manually.
    Any suggestions would be great, many thanks in advance.
    Simon
    Discoverer Desktop Version 10.1.2.55.26

  • Cisco CSS "arpt-lct http-100-reinsert" command equivalent on the ACE ?

    Hi
    Quote from the CSS configuration guide:
    [quote]
    Reinserting an Arrowpoint Cookie in an HTTP Server Response
    By default, the CSS always inserts an Arrowpoint (ARPT ) cookie in the first server response packet that begins with HTTP. More than likely during POST processing, the packet may contain a 100 Continue response instead of a 200 OK response. When the client receives the 100 Continue response with the inserted ARPT cookie, it may discard the response along with the cookie. Because the CSS does not reinsert the cookie when it receives a following 200 OK response, the client never uses the cookie and stickiness is broken.
    To reinsert the Arrowpoint cookie in an HTTP server response if the previous packet contains a 100 Continue response, use the arpt-lct http-100-reinsertcommand. Use this command on a content rule configured with the advanced-balance arrowpoint-cookie command.
    [/quote]
    Is there an equivalent functionality on the ACE ?

    Timo
    I checked internally and I don't see any reference to the arpt-lct http-100-reinsert command and the ace. This probably indicates that no-one requiring this functionality has had issues on the ace. ie: either no-one has tried it or the ace works ok. I would suspect the former.
    What is the scenario here ? Are you looking to migrate to ace and are on concerned or have you already migrated and its not working ?
    Matthew

Maybe you are looking for

  • Blurred photos in slideshow

    Hi, Every 3 months of so I create a project in iDVD with my latest movies and photos. I create the movies in iMovie and use the slideshow function in iDVD for my photos. I upgraded to iLife'11 in December. The photos look fine in iDVD, but when I hav

  • I'd like to buy an album that exists only in Germany with my irish iTunes voucher. How do I get there?

    I bought a voucher/iTunes card in Ireland because I live there now, but I want to buy an album that exists only in the German iTunes Store. Any ideas what I can do? The voucher code seems to depend on the counrty and I can only spend the credit in th

  • Alert Manager Validation for sending Email

    Hi All, I am planning to use Alert Manager for sending out email in case if there is any locks in the database. I am not able to find a way to send a mail only when there is a lock in the database. Is there any way to do a validation on Oracle Alert

  • Iphone Registration Problem (what can I do now?)

    Hello everyone, I just recently bought my new Iphone, and well I immediately wanted to registrate it to be able to download aps and stuff: When i was about to registrate the iphone, i needed to create a new online click&buy account for the paying thi

  • Adobe Digital EditionsでのAdobeIDの登録制限について

    こんにちわ Adobe Digital EditionsでのAdobeIDの登録制限について WIndows 8.1 proにてAdobe Digital Editions2.0を利用しています. すでに.あるAdobeIDで複数台のコンピューターを認証しているのですが. 作業PCの入れ替えに伴い.認証済みのコンピューターの一つを認証解除し. 新しいPCを認証させようと考えています. 古いPCで認証解除し.新しいPCで再認証しようと. メニューの「ヘルプ>コンピューターを認証」から. Adobe