Doubt to create a job to run a executable oracle 10g

Hi guys,
I´m using oracle 10gR2 and trying to schedule a job to execute a automatic import every night and then drop the dmp file.
I would like to know if it´s possible..
I´m configuring via web enterprise manager and in the option :
"Command
Select the command type for the job, then enter the command requirements."
And I´m changing the command type to executable and passing
$ORACLE_HOME/bin/imp sys/password file=mydump.dmp fromuser=user1 touser=user2
but it´s failing. Anybody knows what I´m doing wrong ?

No, that you cant.
Instead create a shell script for the import and then put that as the command in oem.
Message was edited by:
orafad

Similar Messages

  • Creating a job that runs a Tcl script

    Hi,
    We currently have a scheduled job running a Tcl script on a 8.1.7 DB. My question is, can I still use the same setup in 10g DB (i.e. creating a job that runs Tcl script)? If I can, how am I gonna do it?
    Thanks,
    howie

    It depends on how you scheduled the job in 8.1.7 DB.
    By Cronjob? Yes you can do the same to connect to 10g
    By DBMS_JOB?. Yes you can do it in 10g and in addition, can improve it with DBMS_SCHEDULER
    Via OEM? Yes in can use Enterprise Manager to create a Job that runs the Script.

  • How to create a job to run daily, based on form values entered.

    Hi,
    In DB we have 3 columns: creation_date, name, approved_or_not. Default for approved_or_not is 'No'.
    In the application form page suppose I fill in sysdate for creation_date and leave default for approved_or_not and click [create] button.
    Now a job should run everyday and check for where (approved_or_not='No' & creation_date = 'sysdate - 1') and send mail to the person in 'name' field mentioning: 'Approval pending. click on link <some_link> for details on approval'.
    Could anyone give me pointers to example on such job? (Working on APEX 3.0)
    Thanks,
    Priyanka
    Posted this message on wrong forum, Moved this on APEX forum.
    -Priyanka

    I think you may create your own job by this supplied package in your application -
    http://psoug.org/reference/dbms_scheduler.html
    Or you may use Event-Based Scheduling -
    http://www.oracle.com/technology/pub/articles/10gdba/nanda_10gr2dba_part2.html#event
    Best regards.

  • Urgent: problem running reports in Oracle 10g application server

    Hi all,
    our problem is that we deployed a jsp report as Ear file in Oracle 10g application server in infrastructure node.deployment says successfull.when we try to run that report it says 401 unauthorised.while sending request we are passing the database username,password &sid is this correct or any configuration setting to be done to make it run.
    one morething normal jsp works fine.when we run reports jsp it gives the above mentioned 401 error.

    hello,
    when you deploy reports JSPs they still require the reports specific componentes (e.g. TLD file, classes, ...) etc be available. i doubt that's the case in your ear file.
    thanks,
    ph.

  • Unable to create ASM instance in Sol 10 with oracle 10g

    Hi
    I am trying to create ASM instance in oracle 10g, getting an error will try to add localconfig add command
    "bash-3.00# /export/home/oracle/oracle/product/10.2.0/db_1/bin/localconfig add reset
    Failure at scls_scr_create with code 1
    Internal Error Information:
    Category: 1234
    Operation: scls_scr_create
    Location: mkdir
    Other: Unable to make user dir
    Dep: 2
    Successfully accumulated necessary OCR keys.
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Configuration for local CSS has been initialized
    Adding to inittab
    /etc/init.d/init.cssd: /var/opt/oracle/scls_scr/Sun/root/cssrun: cannot create
    Startup will be queued to init within 30 seconds.
    Checking the status of new Oracle init process...
    Expecting the CRS daemons to be up within 600 seconds.
    Giving up: Oracle CSS stack appears NOT to be running.
    Oracle CSS service would not start as installed
    Automatic Storage Management(ASM) cannot be used until Oracle CSS service is started "
    initcssd has been installed and unable to start also getting an error
    # svcs -x svc:/system/initcssd:default
    svc:/system/initcssd:default (system activity reporting package)
    State: maintenance since Wed Nov 16 10:39:29 2011
    Reason: Start method failed repeatedly, last exited with status 2.
    See: http://sun.com/msg/SMF-8000-KS
    See: sar(1M)
    See: /var/svc/log/system-initcssd:default.log
    Impact: This service is not running.
    Can some please help me to create this instance, alos need a initcssd.zip file for 10g

    Hi thanks,
    I have passed more steps, CSS is started after changing the hostname, after that I created two drive and mounted properly
    when I try to create a ASM disk its failing with following error and idea
    SQL> CREATE DISKGROUP DB_DATA NORMAL REDUNDANCY
    2 FAILGROUP controller1 DISK '/dev/dsk/c0d1s0'
    3 FAILGROUP controller2 DISK '/dev/dsk/c1d1s0';
    CREATE DISKGROUP DB_DATA NORMAL REDUNDANCY
    ERROR at line 1:
    ORA-15018: diskgroup cannot be created
    ORA-15031: disk specification '/dev/dsk/c1d1s0' matches no disks
    ORA-15025: could not open disk '/dev/dsk/c1d1s0'
    ORA-15056: additional error message
    Intel SVR4 UNIX Error: 13: Permission denied
    Additional information: 42
    Additional information: 134497888
    Additional information: -809278080
    ORA-15031: disk specification '/dev/dsk/c0d1s0' matches no disks
    ORA-15025: could not open disk '/dev/dsk/c0d1s0'
    ORA-27037: unable to obtain file status
    Intel SVR4 UNIX Error: 25: Inappropriate ioctl for device
    Additional information: 16
    Additional information: 134497888
    Additional information: -809278080

  • Cannot create text index in partition table on Oracle 10g

    I try to create context index in a table with 15 millions records. The table is divided 5 partitions and each patition has 3 millions records. When I create the context index in the table, the same error always arised. The follow are my work:
    --First create my own lexer
    begin
    ctx_ddl.createperference('my_chinese_lexer','chinese_lexer');
    end;
    --Second create index
    create index idx_part_text3 on tb_test_part(text3)
    indextype is ctxsys.context local (
    partition p1_ix,
    partition p2_ix,
    partition p3_ix ,
    partition p4_ix,
    partition p5_ix)
    parameters('lexer my_chinese_lexer') parallel;
    --error message
    create index idx_part_text3 on tb_test_part(text3)
    Error in 1 line:
    ORA-12801: Parellel Query Server P000 send error signal
    ORA-29855: Error on execute ODCIINDEXCREATE program
    ORA-06510: PL/SQL: User Defined Error
    ORA-06512: In "CTXSYS.DRIDISP", line 244
    ORA-04030: Try to alloc 65548 Bytes (CTX PRM heap,draccbx:message buffer) Out of memory
    ORA-06512: In "CTXSYS.DRIPARX", line 10
    ORA-06512: In "CTXSYS.TEXTINDEXMETHODS", line 359
    ORA-04030: Try to alloc 65548 Bytes (CTX PRM heap,draccbx:message buffer) Out of memory
    ORA-06512: In "CTXSYS.DRUE", line 191
    ORA-06512: In "CTXSYS.DRUE", line 49
    ORA-06512: In "CTXSYS.DRUE", line 24
    ORA-06512: In "CTXSYS.DRUE", line 186
    ORA-06512: In "CTXSYS.DRVDDL", line 682
    ORA-04030: Try to alloc 65548 Bytes (CTX PRM heap,draccbx:message buffer) Out of memory
    ORA-04030: Try to alloc 65548 Bytes (CTX PRM heap,draccbx:message buffer) Out of memory
    ORA-06512: In "CTXSYS.DRUE", line 191
    ORA-06512: In "CTXSYS.DRUE", line 49
    ORA-06512: In "CTXSYS.DRUE", line 24
    ORA-06512: In "CTXSYS.DRVDDL", line 452
    ORA-06510: PL/SQL: User Defined Error
    BTW:
    My oracle 10g run on linux AS3 box with 4xP4 and 6G Mem.
    I set pga_aggregate_target=2200M, and at the beginning of creating index, the max pga alloced is about 1100M, but when one patition finished, the error arised and the max pga alloced suddenly reached 3500M. So in every times, the index status is always like below:
    P1_ix usable
    P2_ix Inprogress
    P3_ix Inprogress
    P4_ix Inprogress
    P5_ix Inprogress
    Thx for any help!

    Try to increase LARGE_POOL_SIZE.
    PGA_AGGREGATE_TARGET is not only parameter that can meddle in parallel execution.
    Looks like parallel execution parameters is not correctly set. Check it all, including PARALLEL_EXECUTION_MESSAGE_SIZE.

  • Create mount point on Mac OS for Oracle 10g

    I am trying to install Oracle 10g on Mac OS. The current mount point is "/". But I want to create a mount point like "/u01" so that the Oracle home path will be /u03/app/oracle. The question is how to create this mount point /u01 on MAC OS? Please advise.
    Thanks
    S.

    Mount points are traditionally simple (and empty) directories.
    A directory becomes a mount point when it is used in the mount command. Typical *nix sequence is
    mkdir /u01
    mount <type information> <source disk> /u01 -o <options>
    What the docs are referring to is the Oracle (or Optimal) Flexible Architecture and the assumption is that you have additional drive partitions available. In that case
    mount -t ext3 /dev/sdb1 /u01
    would do the trick.
    In your case, assuming you have enough disk space on the root file system, and assuming this is not for a production environment, just stop at the 'mkdir /u01' and you;ll be fine. Then 'mkdir -p /u01/app/oracle' and 'chown -R oracle:oinstall /u01' so that you can use '/u01/app/oracle' as your ORACLE_BASE in the install, and '/u01/app/oracle/product/11.1.0/db_1' as the ORACLE_HOME (which will become the defaults if you set ORACLE_BASE=/u01/app/oracle before you start the installer)
    For a production system, it is generally insane to use one disk and put Oracle database & s/w on the root disk - 'eggs in one basket' kind-a thing.

  • How to run servlets in Oracle 10g Application server

    I have tried running the simple servlet given in this URL
    oracle.com/technology/sample_code/tech/java/servlets/samples/hellouser.
    The following error comes when i try to access it
    "Invalid protocol verification, illegal ORMI request or request performed with an incompatible version of this protocol"
    I have used simple deploying method and followed alll the steps given

    The following error comes when i try to access it
    "Invalid protocol verification, illegal ORMI request or request performed with an
    incompatible version of this protocol"You are using the rmi port of oc4j in your URL. Instead, your should use the http port. Yes, of course, the http port.
    The initial ports are defined at ORACLE_HOME/install/portlist.ini ... if you reconfigure (say, by changing the ORACLE_HOME/Apache/Apache/conf/*.conf or the ORACLE_HOME/Apache/conf/* files), the portlist.ini will not be updated. Well, you can always use "opmnctl status -l" to find the http port.

  • Problem Running rpeports in oracle 10G

    when calling a report from my application form I get the following error:
    REP-52266: فشل خادم Reports الجاري تشغيله rep_pc1 في البدء.oracle.reports.RWException: IDL:oracle/reports/RWException:1.0
    Console has the following lines also:
    C:\Documents and Settings\Administrator\Desktop>F:\DevSuiteHome_1\jdk\bin\java
    -Doracle.security.jazn.config=F:\DevSuiteHome_1\j2ee\DevSuite\config\jazn.xml -D
    oracle.home=F:\DevSuiteHome_1 -DORACLE_HOME=F:\DevSuiteHome_1 -jar F:\DevSuiteHo
    me_1\j2ee\home\oc4j.jar -userThreads -config F:\DevSuiteHome_1\j2ee\DevSuite\con
    fig\server.xml
    10/01/18 10:36:38 Oracle Application Server Containers for J2EE 10g (10.1.2.0.2)
    initialized
    10/01/18 10:37:43 FormsServlet init():
    configFileName: F:\DevSuiteHome_1/forms/server/formsweb.cfg
    testMode: false
    10/01/18 10:37:51 ListenerServlet init()
    10/01/18 11:30:09 Not able to load oracle.reports.util.EnvironmentGlobal class
    10/01/18 11:30:09 Using oracle.reports.util.Environment class
    10/01/18 11:30:13 REP-50139: ط╟ وع▀غ ═╨▌ ╟طعط▌ F:\DevSuiteHome_1\reports\server\
    rep_pc1.dat
    It is clear that oracle not able to load oracle.reports.util.enviromentGlobal class.
    I don't know how to solve the problem.
    Any one could help please??

    When writing the following :
    http://pc1:8889/reports/rwservlet/getserverinfo?server=rep_pc1
    I got the following error:
    REP-51002:failed to connect to server reports rep_pc1
    Here is what I have in rwserver.trc log file:
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): ALLUSERSPROFILE=C:\Documents and Settings\All Users
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): APPDATA=C:\Documents and Settings\Administrator\Application Data
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): CLIENTNAME=Console
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): CommonProgramFiles=C:\Program Files\Common Files
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): COMPUTERNAME=PC1
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): ComSpec=C:\WINDOWS\system32\cmd.exe
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): FP_NO_HOST_CHECK=NO
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): HOMEDRIVE=C:
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): HOMEPATH=\Documents and Settings\Administrator
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): LOGONSERVER=\\PC1
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): NUMBER_OF_PROCESSORS=2
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): OS=Windows_NT
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): Path=F:\DevSuiteHome_1\jdk\jre\bin\classic;F:\DevSuiteHome_1\jdk\jre\bin;F:\DevSuiteHome_1\jdk\jre\bin\client;F:\DevSuiteHome_1\jlib;F:\DevSuiteHome_1\bin;F:\DevSuiteHome_1\jre\1.4.2\bin\client;F:\DevSuiteHome_1\jre\1.4.2\bin;F:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): PERL5LIB=F:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86;F:\oracle\product\10.2.0\db_1\perl\5.8.3\lib;F:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86;F:\oracle\product\10.2.0\db_1\perl\site\5.8.3;F:\oracle\product\10.2.0\db_1\perl\site\5.8.3\lib;F:\oracle\product\10.2.0\db_1\sysman\admin\scripts;
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): PROCESSOR_ARCHITECTURE=x86
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): PROCESSOR_IDENTIFIER=x86 Family 6 Model 23 Stepping 10, GenuineIntel
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): PROCESSOR_LEVEL=6
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): PROCESSOR_REVISION=170a
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): ProgramFiles=C:\Program Files
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): SESSIONNAME=Console
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): SystemDrive=C:
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): SystemRoot=C:\WINDOWS
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): USERDOMAIN=PC1
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): USERNAME=Administrator
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): USERPROFILE=C:\Documents and Settings\Administrator
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): windir=C:\WINDOWS
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): NLS_LANG=ARABIC_EGYPT.AR8MSWIN1256
    [2010/1/20 3:17:13:328] Debug 50103 (EnvironmentUtility:getEnvironment): REPORTS_TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    [2010/1/20 3:17:13:343] Info 56025 (RWServer:startServer): جاري بدأ تشغيل Reports Server
    [2010/1/20 3:17:13:593] Info 65000 (Multicast:init): تمت تهيئة قناة الاتصالات
    [2010/1/20 3:17:13:593] Debug 50103 (Multicast:registerReceiver): Packet handler registered
    [2010/1/20 3:17:13:593] Info 50103 (ServerPacketHandler:start): ServerPacketHandler started successfully
    [2010/1/20 3:17:16:796] Info 56023 (ServerImpl:ServerImpl): Idle thread has been started
    [2010/1/20 3:17:16:796] Info 50103 (RWServer:startServer): Using multicast mechanism
    [2010/1/20 3:17:16:828] Info 56020 (EngineManager:spawnEngine): Launching engine rwEng-0
    [2010/1/20 3:17:17:0] Info 50103 (RWLocaleUtility:RWLocaleUtility): Using oracle.i18n.util.LocaleMapper class
    [2010/1/20 3:17:17:15] Debug 50103 (EngineManager:spawnEngine): Start engine command line = F:\DevSuiteHome_1\jdk\jre\bin\javaw -server -cp "F:\DevSuiteHome_1\j2ee\home\lib\ojsp.jar;F:\DevSuiteHome_1\reports\jlib\rwrun.jar;F:\DevSuiteHome_1\jlib\zrclient.jar" -Duser.language=ar -Duser.region=EG -Xmx256M oracle.reports.engine.RWEngine name=rwEng-0 server=rep_pc1 ORACLE_HOME=F:\DevSuiteHome_1 engineimplclass=oracle.reports.engine.EngineImpl traceopts=trace_all tracefile=F:\DevSuiteHome_1\reports\logs\rep_pc1\rwEng-0.trc tracemode=trace_replace cacheDir=F:\DevSuiteHome_1\reports\cache server_ior=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp_18071221
    [2010/1/20 3:17:17:15] Info 56021 (EngineManager:spawnEngine): Engine rwEng-0 has been launched
    [2010/1/20 3:17:17:15] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Initial
    [2010/1/20 3:17:17:15] Info 56020 (EngineManager:spawnEngine): Launching engine rwURLEng-0
    [2010/1/20 3:17:17:15] Debug 50103 (EngineManager:spawnEngine): Start engine command line = F:\DevSuiteHome_1\jdk\jre\bin\javaw -server -cp "F:\DevSuiteHome_1\j2ee\home\lib\ojsp.jar;F:\DevSuiteHome_1\reports\jlib\rwrun.jar;F:\DevSuiteHome_1\jlib\zrclient.jar" -Duser.language=ar -Duser.region=EG -Xmx256M oracle.reports.engine.RWEngine name=rwURLEng-0 server=rep_pc1 ORACLE_HOME=F:\DevSuiteHome_1 engineimplclass=oracle.reports.urlengine.URLEngineImpl traceopts=trace_all tracefile=F:\DevSuiteHome_1\reports\logs\rep_pc1\rwURLEng-0.trc tracemode=trace_replace cacheDir=F:\DevSuiteHome_1\reports\cache server_ior=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp\tmp_20983130
    [2010/1/20 3:17:17:15] Info 56021 (EngineManager:spawnEngine): Engine rwURLEng-0 has been launched
    [2010/1/20 3:17:17:15] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Initial
    [2010/1/20 3:17:17:15] Debug 50103 (JobStore:writePersistFile): Purge persistent file
    [2010/1/20 3:17:17:46] Debug 50103 (JobStore:writePersistFile): Purge persistent file done
    [2010/1/20 3:17:22:187] Warning 50103 (EngineManager:registerEngine): REP-55103: API URLEngine:getEngineEnvsغير قابل للتطبيق على مشغل عنوان URL
    [2010/1/20 3:17:22:187] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwURLEng-0
    [2010/1/20 3:17:23:687] Debug 50103 (EngineManager:registerEngine): PATH = F:\DevSuiteHome_1\jdk\jre\bin\classic;F:\DevSuiteHome_1\jdk\jre\bin;F:\DevSuiteHome_1\jdk\jre\bin\client;F:\DevSuiteHome_1\jlib;F:\DevSuiteHome_1\bin;F:\DevSuiteHome_1\jre\1.4.2\bin\client;F:\DevSuiteHome_1\jre\1.4.2\bin;F:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\Microsoft SQL Server\100\Tools\Binn\;C:\Program Files\Microsoft SQL Server\100\DTS\Binn\
    [2010/1/20 3:17:23:687] Debug 50103 (EngineManager:registerEngine): DISPLAY =
    [2010/1/20 3:17:23:687] Debug 50103 (EngineManager:registerEngine): LD_LIBRARY_PATH =
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): ORACLE_HOME = F:\DevSuiteHome_1
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): TNS_ADMIN =
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): NLS_LANG = ARABIC_EGYPT.AR8MSWIN1256
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): USER_NLS_LANG =
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): RW = F:\DevSuiteHome_1\reports
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): REPORTS_PATH = F:\DevSuiteHome_1\repadm61\srw;F:\DevSuiteHome_1\cgenr61\admin\crretc;F:\DevSuiteHome_1\cgenr61\admin;F:\DevSuiteHome_1\reports\templates;F:\DevSuiteHome_1\reports\samples\demo;F:\DevSuiteHome_1\reports\integ;F:\DevSuiteHome_1\reports\printers;F:\DevSuiteHome_1\reports;e:\GL
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): REPORTS_TMP = C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): REPORTS_TAGLIB_URI = /WEB-INF/lib/reports_tld.jar
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): java.class.path = F:\DevSuiteHome_1\j2ee\home\lib\ojsp.jar;F:\DevSuiteHome_1\reports\jlib\rwrun.jar;F:\DevSuiteHome_1\jlib\zrclient.jar
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): sourceDir =
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): tempDir =
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): useDataCache =
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:registerEngine): ignoreDataParameter =
    [2010/1/20 3:17:23:734] Info 56026 (EngineManager:registerEngine): Reports Server started up engine rwEng-0
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:updateEngineState): Engine rwURLEng-0 status is 1
    [2010/1/20 3:17:23:734] State 56004 (EngineInfo:setState): Engine rwURLEng-0 state is: Ready
    [2010/1/20 3:17:23:734] State 56012 (IdleThread:run): Reports Server جاهز
    [2010/1/20 3:17:23:734] Debug 50103 (EngineManager:updateEngineState): Engine rwEng-0 status is 1
    [2010/1/20 3:17:23:734] State 56004 (EngineInfo:setState): Engine rwEng-0 state is: Ready

  • I need to create a DSN less connection to an oracle 10g database in coldFusion 10

    Can i use <Cfquery   dbtype =:dynamic Connectstring="">
    if so, where can I get examples of the Connectstring
    if not what other options are available

    I am planning to do my project on Linux with J2EE,Oracle technologies.You don't need to set up a DSN. Just use a JDBC connect string such as jdbc:oracle:thin:@localhost:1521:xe
    ~Jer

  • How many sessions can run simultaneously in oracle 10g database

    Dear Experts,
    Please tell me .
    Thanks

    Going into further details, if you are asking about number of concurrent sessions >that can access a block then it is defined by the INITRANS and MAXTRANS >parameters for the segment (which defaults to 2 for table segment, 1 for index >segment). There is more to say about that ITL slots: for Oracle 9i at least there can only be a maximum of 255 ITL slots whatever the data block size: for small block size, the maximum of ITL slots is about 50% of the data block size and and can be lower than 255.
    See Metalink note:
    Subject: INITRANS relationship with DB_BLOCK_SIZE.
    Doc ID: Note:151473.1 Type: BULLETIN
    Last Revision Date: 27-SEP-2006 Status: PUBLISHED
    I don't know if this is still valid for Oracle 10g.

  • How to create a DSN (Data Source Name) for "Oracle 10g XE" on SUSE 10??

    Hii Friends,
    I am new Linux user.I installed SUSE Linux 10.2. I am planning to do my project on Linux with J2EE,Oracle technologies. I installed Oracle 10g Express Edition. But unfortunately i have no provider name for oracle in the Providers List in SUSE/Gnome Desktop/System/Data Access points/ dsn list. I am unable to understand what actually happened. Should i install any other libraries, or Odbc drivers (I mean aren't they not given by Oracle XE Setup, as in MS Windows XP) ? Any one please help me. I need this immediately.
    Waiting for a reply,
    Mahidhar Chaluvadi
    CS Engg. Student
    Vizag.

    I am planning to do my project on Linux with J2EE,Oracle technologies.You don't need to set up a DSN. Just use a JDBC connect string such as jdbc:oracle:thin:@localhost:1521:xe
    ~Jer

  • Having trouble getting a job to run using job scheduler

    I am using Oracle 11g. I run a sql script that schedules a job:
    exec sys.dbms_scheduler.create_job( job_name => '"SYSTEM"."UCR"', job_type => 'EXECUTABLE', job_action => 'D:\UserCountReport\bin\ucr.bat', repeat_interval => 'FREQ=HOURLY;BYHOUR=3;BYMINUTE=0;BYSECOND=0',start_date => to_timestamp_tz('2011-07-21 US/Eastern', 'YYYY-MM-DD TZR'), job_class => 'DEFAULT_JOB_CLASS', auto_drop => FALSE,enabled => FALSE);
    exec sys.dbms_scheduler.set_attribute( name => '"SYSTEM"."UCR"',  attribute => 'job_weight',  value => 1);
    exec sys.dbms_scheduler.enable( '"SYSTEM"."UCR"' );
    commit;
    exit;When I am connected to the database, I run these commands:
    SQL> SELECT JOB_NAME, STATE, job_action, repeat_interval FROM DBA_SCHEDULER_JOBS
    where job_name='UCR';
    JOB_NAME
    STATE
    JOB_ACTION
    REPEAT_INTERVAL
    UCR
    SCHEDULED
    C:\UserCountReport\bin\ucr.bat
    FREQ=HOURLY;BYHOUR=9;BYMINUTE=0;BYSECOND=0
    SQL> SELECT JOB_NAME, status FROM DBA_SCHEDULER_JOB_LOG where job_name = 'UCR';
    JOB_NAME
    STATUS
    UCR
    SUCCEEDED
    UCR
    SUCCEEDED
    UCR
    SUCCEEDEDHowever, I don't get any signs that the job has run even though Oracle says all the runs have succeeded. The batch file that the job is supposed to execute creates a file and writes stuff to it. However, the file is not written. When I run the batch file from command prompt, it executes correctly.
    I have tried following instructions here:
    Answers to "Why are my jobs not running?"
    However, all three of these commands return errors:
    SQL> select value from v$parameter where name='job_queue_processes';
    select value from v$parameter where name='job_queue_processes'
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select count(*) from dba_scheduler_running_jobs;
    select count(*) from dba_scheduler_running_jobs
    ERROR at line 1:
    ORA-00942: table or view does not exist
    SQL> select count(*) from dba_jobs_running;
    select count(*) from dba_jobs_running
    ERROR at line 1:
    ORA-00942: table or view does not existI've tried various other commands from that list and I get errors as well.
    I'm not quite sure where to go from here to troubleshoot this problem. Any help would be appreciated. Thanks.
    Edited by: 874375 on Jul 22, 2011 9:14 AM
    Edited by: 874375 on Jul 22, 2011 9:18 AM

    So I changed my script to this:
    exec sys.dbms_scheduler.create_job( job_name => '"SYSTEM"."UCR"', job_type => 'EXECUTABLE', job_action => '%windir%\system32\cmd.exe /C D:\UserCountReport\bin\ucr.bat', ....I now have this:
    SQL> SELECT JOB_NAME, status FROM DBA_SCHEDULER_JOB_LOG where job_name='BOXTONE_
    MONTHLY_UCR';
    JOB_NAME
    STATUS
    BOXTONE_MONTHLY_UCR
    FAILED
    BOXTONE_MONTHLY_UCR
    SUCCEEDED
    BOXTONE_MONTHLY_UCR
    SUCCEEDED
    JOB_NAME
    STATUS
    BOXTONE_MONTHLY_UCR
    SUCCEEDEDIs there a place with log files that will tell me why the job failed? If so where are the log files located?

  • Creating a job and schedule

    Hi,
    working in oracle database 9i. I need to know how to create a job that runs a stored pl sql procedure and schedule it.
    I have created a job via toad but it doesn't run by itself. .
    what am i missing?

    http://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_job.htm

  • Create a Job for a transaction dynamically through ABAP program.

    Hello Experts,
    Can a job be created for a transaction dynamically, say for example i have a parameter on selection screen which will take the name of the transaction and then i have to create a job to run that transcation.
    Plz provide sample code.
    Regards,
    Mansi.

    hiii
    yes you can call transaction like that..take tcode in that parameter then you can use it in your program with statement like
    call transaction (variable)..in background process.
    regards
    twinkal

Maybe you are looking for

  • IChat Can be heard and watched, I can Watch but I can not Hear

    Hi iChat Forum, I'm new into the Mac world environment with a recent out of the box MacBook Pro that I just recently received three weeks ago. One of the main concerns that I would like to share with you is Video Conferencing with a PC AIM user, whic

  • Project Server Enterprise Text1-40 task level fields in Database?

    Hello, There are some custom enterprise text fields available for each entity, such as Enterprise Text fields 1-40 for Tasks or Resource etc. documented here: http://office.microsoft.com/en-us/project-help/available-fields-reference-HA010370279.aspx#

  • How to use session and cookies in struts

    I have login page. If user enters his username and password go to other page. then i copy this url and put the address bar automatically go to this page without enter username and password. So this time i want to send one message "Your session is exp

  • Where do I look for my bookmarks for recovery on a crashed Linux machine?

    On a crashed Linux machine (OpenSuse 13.1) would like to know where I can find my bookmarks to recover them. Will not boot but my be able to get in with a live CD.

  • How "Get Back" Lost Internal ("Macintosh HD") Drive?

    I already have a thread on the forum, but I thought I'd start a separate thread to address a very limited, but perplexing, question: After unsuccessfully running Disk Repair from the Installation disc, I "lost" my internal drive (called "Macintosh HD