11g R2 Remote External Job Setup

Have followed all of the instructions in the guide for remote external jobs. Running into the following error when trying to register a remote agent with the database:
./schagent -registerdatabase atlantic 16021
Agent Registration Password ? ********
ERROR: Connecting to: http://atlantic:16021/remote_scheduler_agent/register_agent. java.io.IOException: Server returned HTTP response code: 401 for URL: http://atlantic:16021/remote_scheduler_agent/register_agent2
If from that same machine I run the following - telnet atlantic 16021 - I get 'Connected to atlantic'.
When logged into the database named stage on atlantic, I can run the following query:
select dbms_xdb.gethttpport() from dual;
This produces 16021. Has anyone gotten this error message or something similar? I've only ever seen success in every guide, but something about my implementation must be off or different. I'm not sure what details will be helpful here, but willing to provide anything that would be pertinent.
Thanks!
Dan Berry

Hi Ravi,
We re-ran prvtrsch.plb and reset the password. Still given the same error. I can see that the dbms_isched_remote_access package was created in the database, and the it has references to procedures owned by the remote_scheduler_agent user. Is there any way to verify that the registration procedure is available via http? Also, I'm unsure if this makes a difference or not, but when we specify host during registration, we are using atlantic. Atlantic is our physical hardware where several databases reside. The database we want to register with is called stage and the port we set for xdb is 16021. It is the only place where this port is being used. When we register is it fine to say the host is atlantic and the port is 16021, or do we need to find a way to expose stage?
Thanks,
Dan

Similar Messages

  • Error on 11g 2 during external job execution using credential

    Hi,
    I need a help from you.
    I am getting below error on 11g 2 during external job execution using credentials -
    EXTERNAL_LOG_ID="job_805812_412409",
    ORA-27369: job of type EXECUTABLE failed with exit code: Arg list too long
    STANDARD_ERROR="Launching external job failed: Invalid username or password"
    Find credentials creation & other required details -
    EXECUTE DBMS_SCHEDULER.create_credential(credential_name =>'SYS.SCRIPTS',username =>'scripts',password => 'u5342222');
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB(
    job_name => 'AUTOLOAD_JOB',
    job_type => 'EXECUTABLE',
    job_action => '/qpshell/dev/scripts/autoload.sh',
    repeat_interval => 'freq=MINUTELY;interval=5;byhour=1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22;',
    enabled => true,
    auto_drop => false,
    credential_name => 'SYS.SCRIPTS');
    end;
    -rw-r--r-- 1 root oinstall 1571 Nov 11 14:42 /u01/app/oracle/product/11.2.0/dbhome_1/rdbms/admin/externaljob.ora
    content of externaljob.ora -
    run_user = nobody
    run_group = nobody
    run_user=scripts
    run_group=qvcscript
    -rwsr-x--- 1 root oinstall 3068424 Nov 11 13:13 extjob
    -rwxr-xr-x 1 oracle oinstall 3068424 Nov 11 13:13 extjobo
    root@knudwdbs2:/u01/app/oracle/product/11.2.0/dbhome_1/bin> ls -ltr extjob*
    -rwx------ 1 oracle oinstall 3068424 Nov 11 12:45 extjoboO
    -rwsr-x--- 1 root oinstall 3068424 Nov 11 12:45 extjobO
    -rwxr-xr-x 1 oracle oinstall 3068424 Nov 11 13:13 extjobo
    -rwsr-x--- 1 root oinstall 3068424 Nov 11 13:13 extjob
    Kindly suggest how it can be fixed. Early response much appreciated.
    Thanks
    Ajay
    --

    Hi,
    When you are logged in to the OS, can you do an "su" to the "scripts" user using this exact password (passwords are case-sensitive) ?
    Also make sure that you have libpam.so located somewhere in $LD_LIBRARY_PATH and that it points to a real file.
    external jobs with credentials use jssu, but I don't think permissions on jssu are the problem here (it should be setuid to root).
    Hope this helps,
    Ravi.

  • Running External jobs in Oracle 10g using a different user ID

    Hi,
    i would like to run an external job ( shell script ) in oracle scheduler using a Unix user id other than nobody and oracle. is it possible to do that? if so please provide more information. I am currently using oracle version 10.2.0.4.0

    Sure,
    no problem at all, if you have no problem with the fact that all jobs that run from your ORACLE_HOME use the same account. I would prefer to upgrade to 11.1.0.7 and use the new remote exteral jobs with credentials.
    For oracle 10g you have to modify $ORACLE_HOME/rdbms/admin/externaljob.ora and change the run_user and run_group to what ever you want to use.
    regards,
    Ronald
    (also see:
    http://www.packtpub.com/mastering-oracle-scheduler-in-oracle-11g-databases)

  • Guide to External Jobs on 10g with dbms_scheduler e.g. scripts,batch files

    GUIDE TO RUNNING EXTERNAL JOBS ON 10g WITH DBMS_SCHEDULER
    NOTE: Users using 11g should use the new method of specifying a credential which eliminates many of the issues mentioned in this note.
    This guide covers several common questions and problems encountered when using
    dbms_scheduler to run external jobs, either on Windows or on UNIX.
    What operating system (OS) user does the job run as ?
    External jobs which have a credential (available in 11g) run as the user
    specified in the credential. But for jobs without credentials including
    all jobs in 10gR1 and 10gR2 there are several cases.
    - On UNIX systems, in releases including and after 10.2.0.2 there is a file $ORACLE_HOME/rdbms/admin/externaljob.ora . All external jobs not in the SYS schema and with no credential run as the user and group specified in this file. This should be nobody:nobody by default.
    - On UNIX systems, in releases prior to 10.2.0.2 there was no "externaljob.ora" file. In this case all external jobs not in the SYS schema and with no credential run as the owner and group of the $ORACLE_HOME/bin/extjob file which should be setuid and setgid. By default extjob is owned by nobody:nobody except for oracle-xe where it is owned by oracle:oraclegroup and is not setuid/setgid.
    - On Windows, external jobs not in the SYS schema and with no credential run as the user that the OracleJobScheduler Windows service runs as. This service must be started before these jobs can run.
    - In all releases on both Windows and UNIX systems, external jobs in the SYS schema without a credential run as the oracle user.
    What errors are reported in SCHEDULERJOB_RUN_DETAILS views ?
    If a job fails, the first place to look for diagnostic information is the SCHEDULERJOB_RUN_DETAILS set of views. In 10gR2 and up the first 200 characters of the standard error stream is included in the additional_info column.
    In all releases, the error number returned by the job is converted into a
    system error message (e.g. errno.h on UNIX or net helpmsg on Windows) and that
    system error message is recorded in the additional info column. If there is no
    corresponding message the number is displayed.
    In 11g and up the error number returned by the job is additionally recorded in
    the error# column. In earlier releases 27369 would always be recorded in the
    error# column.
    Generic Issues Applicable to UNIX and Windows
    - The job action (script or executable) must return 0 or the job run will be marked as failed.
    - Always use the full pathname to executables and scripts.
    - Do not count on environment variables being set in your job. Make sure that the script or executable that your jobs runs sets all required environment variables including ORACLE_HOME, ORACLE_SID, PATH etc.
    - It is not recommended to pass in a complete command line including arguments as the action. Instead it is recommended to pass in only the path to and name of the executable and to pass in arguments as job argument values.
    - Scripts with special characters in the execution path or script name may give problems.
    - Ensure that the OS user your job runs as has the required privileges/permissions to run your job. See above for how to tell who the job runs as.
    - External job actions cannot contain redirection operators e.g. > < >> | && ||
    - In general try getting a simple external job working first e.g. /bin/echo or ipconfig.exe on Windows. Also try running the job action directly from the commandline as the OS user that the job will run as.
    Windows-specific Issues
    - The OracleJobScheduler Windows service must be started before external jobs will run (except for jobs in the SYS schema and jobs with credentials).
    - The user that the OracleJobScheduler Windows service runs as must have the "Log on as batch job" Windows privilege.
    - A batch file (ending in .bat) cannot be called directly by the Scheduler. Instead cmd.exe must be used and the name of the batch file passed in as an argument. For example
    begin
    dbms_scheduler.create_job('myjob',
       job_action=>'C:\WINDOWS\SYSTEM32\CMD.EXE',
       number_of_arguments=>3,
       job_type=>'executable', enabled=>false);
    dbms_scheduler.set_job_argument_value('myjob',1,'/q');
    dbms_scheduler.set_job_argument_value('myjob',2,'/c');
    dbms_scheduler.set_job_argument_value('myjob',3,'c:\temp\test.bat');
    dbms_scheduler.enable('myjob');
    end;
    /- In 10gR1 external jobs that wrote to standard output or standard error streams would sometimes return errors. Redirect to files or suppress all output and error messages when using 10gR1 to run external jobs.
    UNIX-specific Issues
    - When running scripts, make sure that the executable bit is set.
    - When running scripts directly, make sure that the first line of the script in a valid shebang line - starting with "#!" and containing the interpreter for the script.
    - In release 10.2.0.1, jobs creating a large amount of standard error text may hang when running (this was fixed in the first 10.2.0.2 patchset). If you are seeing this issue, redirect standard error to a file in your job. This issue has been seen when running the expdp utility which may produce large amounts of standard error text.
    - the user that the job runs as (see above section) must have execute access on $ORACLE_HOME/bin and all parent directories. If this is not the case the job may be reported as failed or hang in a running state. For example if your $ORACLE_HOME is /opt/oracle/db then you would have to make sure that
    chmod a+rx /opt
    chmod a+rx /opt/oracle
    chmod a+rx /opt/oracle/db
    chmod a+rx /opt/oracle/db/bin
    - On oracle-xe, the primary group of your oracle user (if it exists) must be dba before you install oracle-xe for external jobs to work. If you have an oracle user from a regular Oracle installation it may have the primary group set to oinstall.
    - On oracle-xe, the extjobo executable is missing so external jobs in the SYS schema will not work properly. This can be fixed by copying the extjob executable to extjobo in the same directory ($ORACLE_HOME/bin).
    - Check that correct permissions are set for external job files - extjob and externaljob.ora (see below)
    Correct permissions for extjob and externaljob.ora on UNIX
    There is some confusion as to what correct permissions are for external job related files.
    In 10gR1 and 10.2.0.1 :
    - rdbms/admin/externaljob.ora should not exist
    - bin/extjob should be setuid and setgid 6550 (r-sr-s---). It should be owned by the user that jobs should run as and by the group that jobs should run as.
    - bin/extjobo should have normal 755 (rwxr-xr-x) permissions and be owned by oracle:oraclegroup
    In 10.2.0.2 and higher
    - rdbms/admin/externaljob.ora file must must be owned by root:oraclegroup and be writable only by the owner i.e. 644 (rw-r--r--) It must contain at least two lines: one specifying the run-user and one specifying the run-group.
    - bin/extjob file must be also owned by root:oraclegroup but must be setuid i.e. 4750 (-rwsr-x---)
    - bin/extjobo should have normal 755 (rwxr-xr-x) permissions and be owned by oracle:oraclegroup
    In 11g and higher
    Same as 10.2.0.2 but additionally bin/jssu should exist with root setuid
    permissions i.e. owned by root:oraclegroup with 4750 (-rwsr-x---)
    Internal Error numbers for UNIX on 10.2.0.2 or 10.1.0.6 or higher
    If you are not using a credential and are using version 10.2.0.2 or higher or 10.1.0.6 or higher you may come across an internal error number. Here are the meanings for the internal error numbers.
    274661 - can't get owner of or permissions of externaljob.ora file
    274662 - not running as root or externaljob.ora file is writable by group or other or externaljob.ora file not owned by root (can't switch user)
    274663 - setting the group or effective group failed
    274664 - setting the user or effective user failed
    274665 - a user or group id was not changed successfully
    274666 - cannot access or open externaljob.ora file
    274667 - invalid run_user specified in externaljob.ora file
    274668 - invalid run_group specified in externaljob.ora file
    274669 - error parsing externaljob.ora file
    274670 - extjobo is running as root user or group

    Hi Ravi,
    Can you help me...
    Hi All,
    I planned to create a job to do rman backup daily at 04:00 AM.
    1. I created a program as follows
    BEGIN
    DBMS_SCHEDULER.CREATE_PROGRAM(
    program_name => 'rman_backup_prg',
    program_action => '/u02/rmanback/rman.sh',
    program_type => 'EXECUTABLE',
    comments => 'RMAN BACKUP');
    END;
    my rman script is
    #!/usr/bin/ksh
    export ORACLE_HOME=/u01/app/oracle/product/10.2.0/db_1
    export PATH=$PATH:/u01/app/oracle/product/10.2.0/db_1/bin
    /u01/app/oracle/product/10.2.0/db_1/bin/exp rman/cat@catdb file=/u02/rmanback/rm
    an_220108.dmp log=/u02/rmanback/rman_220108.log owner=rman statistics=none comp
    ress=n buffer=400000
    compress *.dmp
    exit
    2. I created a schedule as follows
    BEGIN
    DBMS_SCHEDULER.CREATE_SCHEDULE(
    schedule_name => 'rman_backup_schedule',
    start_date => SYSTIMESTAMP,
    end_date => '31-DEC-16 05.00.00 AM',
    repeat_interval => 'FREQ=DAILY; BYHOUR=4',
    comments => 'Every day at 4 am');
    END;
    3. I created ajob as follows.
    BEGIN
    DBMS_SCHEDULER.CREATE_JOB (
    job_name => 'rman_backup_job',
    program_name => 'rman_backup_prg',
    schedule_name => 'rman_backup_schedule',
    enabled=> true,
    auto_drop=> false
    END;
    While I am running the job I am getting the following error anybody help me.
    ORA-27369: job of type EXECUTABLE failed with exit code: Not owner
    ORA-06512: at "SYS.DBMS_ISCHED", line 150
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 441
    ORA-06512: at line 2
    If I removed "compress *.dmp" line in rman script it is working fine.
    /* additional Info from dba_scheduler_job_run_details as follows */
    ORA-27369: job of type EXECUTABLE failed with exit code: Not owner
    STANDARD_ERROR="
    Export: Release 10.2.0.3.0 - Production on Tue Jan 22 14:30:08 2008
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Release 10.2.0.3.0 - Production
    Export"
    Regards,
    Kiran

  • Px4-300d copy job setup problem. Firmware version 4.1.108.32627

    Hello. 
    I have a wierd problem with copy job setup on my  px4-300d (4.1.108.32627) . I was able to set up one job, where I take a folder from my NAS and put it to a remote machine. That job ran fine. 
    When I go to setup a similar job but for a different folder, I have two possible outcomes: 
    1. When I go to chose the remote folder I see it fine and the job is setup fine as well. However when I run the job it throws an error. And in the log I see that instead of going to the folder I setup like "\\remoteserver\backupfolder" it's going to "\\remoteserver\u_myremoteserverusername\backupfolder" , which is obviously not there. 
    2. I can see my remote server, but I don't see my shares on it. I don't get no "Access denied" error or anything - I simply don't see any shares on that particular server. I do see shares on other servers, which use the same credentials. In addition the job that I was able to set up previously stops working. 
    Then when I reboot, the first job (the one setup successfully) may or may not properly run, yet I still cannot set up the second job. 
    I did check permissions and all the stuff that you would regularly check (connectivity, ports etc). Seems to me the script that is being generated from the UI is a bit too smart and is in fact outsmarting the NAs itself. 
    I also suspect that the fact that I could set up the first job and not the second is that the second job goes to a subfolder of a shared folder. Or that the shared folder's name starts with an underscore "_" . But these are just my guesses - I cannot verify this yet. 
    Any ideas how to fix this or how to bypass the problem? 
    Thanks. 

    Hello fimine
    I recommend double checking that the remote server's folders that are not being seen by the px4 are infact shared from that remote machine.  If they are not, copy jobs will have problems accessing the folders.
    I also recommend trying to use the remote machine's ip address for now to see if there is any change in behavior.
    If the issue does not happen when using the ip address, it my be an issue with how your network's DNS is setup.
    LenovoEMC Contact Information is region specific. Please select the correct link then access the Contact Us at the top right:
    US and Canada: https://lenovo-na-en.custhelp.com/
    Latin America and Mexico: https://lenovo-la-es.custhelp.com/
    EU: https://lenovo-eu-en.custhelp.com/
    India/Asia Pacific: https://lenovo-ap-en.custhelp.com/
    http://support.lenovoemc.com/

  • Remote Access VPN Setup

    Hello Support,
    I have a question regarding a remote access VPN setup with the following. I have a Cisco 6500 with multiple VLANs, and an FWSM setup in mutliple context mode. Each of our clients sits behind their own context, and has their own associated VLANs. Each context has a shared interface, so that one network (our management network) can see all of the networks. We are using a Cisco ASA to terminate P2P VPNs as the FWSms cannot do so, but I would like to setup a remote access VPN from the ASA, but I will need to connect in and have access to all networks. Currently the ASA has an outside interface for internet, two client inside interfaces, and one interface on the shared network.
    If I setup a remote access VPN from the ASA with a separate scope will I be able to see all the networks that I setup routes and nonats for or is there more to it?
    I provided a brief diagram showing all the vlans, I will need to be able to access all of the 6500s vlans when connected using the VPN.
    Thanks in advance for all ideas, suggestions, and assistance.

    Hello John,
    You will need to configure the respective IP Address pool for the Anyconnect users,
    Then create the no_nat rules from all of the internal subnets to the Anyconnect Pool.
    That should do it bud . I mean just make sure the internal network (core) knows that in order to reach the anyconnect pool must send the traffic to the ASA.
    Rate all of the helpful posts!!!
    Regards,
    Jcarvaja
    Follow me on http://laguiadelnetworking.com

  • I just lost my iphone5 in a foreign country. Was not able to register it with icloud and have not installed the findmy iphone app. How can i wipe out my data remotely without these setups? Please help!

    I just lost my iphone5 in a foreign country. Was not able to  previously register it with icloud and have not installed the findmy iphone app. How can i wipe out my data remotely without these setups? Is there any good app i can use to track it? Please help!

    No, nothing you can do to track it if you did not take any measures before the loss.

  • External job runs slow

    I have an external job which runs a shell script which copies a small file from one directory to another.
    This script takes 100 ms to run when executed from shell, but takes 2 whole seconds when being executed through the external job.
    The job uses a program with two arguments (from_dir, to_dir).
    Before I dive into tracing and analyzing the job session, does anyone have experience with this scenario?

    Hi,
    This may be caused by slow process creation time on the OS. If this is the case there may not be much you can do about this if it is just process creation overhead.
    Thanks,
    Ravi.

  • Link to remote external page

    How would I create a page in Muse that links to a remote external link? This is for a real estate website that links to an MLS search function. So far, I've pasted this URL into a text box with no luck. Here's the URL I'm trying to link to: IDX Property Search

    Hi,
    I believe you are looking for something discussed in this post : https://forums.adobe.com/thread/1469555
    Regards,
    Aish

  • EREC - How to disable user settings in external job board e recruitment

    Hi All,
    Is there an option to disable the user settings for External Job Boards ? The user settings where candidate can save default keywork search etc (which unfortunately stays for other candidates unless the default value is discarded.)
    Thanks
    Suman

    Hi Suman,
    Please check the following link on how to set up the WDDISABLEUSERPERSONALIZATION parameter:
    http://help.sap.com/erp2005_ehp_04/helpdata/EN/7b/fb57412df8091de10000000a155106/frameset.htm
    and then set up the parameter for the standard hrrcf_a_unreg_job_search and try to run your WD application.
    Hope it helps,
    Kind Regards
    Christine

  • External job creation ORA-27370

    Hi Team,
    In oracle documentation it is mentioned
    The CREATE EXTERNAL JOB privilege is required for database users who want to execute jobs that run on the operating system outside the database. By default, this privilege is granted to all users who have been granted the CREATE JOB privilege.
    So as per documentation it is not mandatory to be sysdba could yo please make sure the user who run the job is having  CREATE EXTERNAL JOB privilege
    However although user has CREATE EXTERNAL JOB
    running the following
    When running the following statement below:
    SQL> BEGIN
    DBMS_SCHEDULER.create_job (job_name => 'test_shell',
    job_type => 'EXECUTABLE',
    job_action => 'ls -l',
    start_date => SYSDATE,
    repeat_interval => 'FREQ=MINUTELY; INTERVAL=1',
    enabled => TRUE,
    COMMENTS => 'Calling shell script from Oracle');
    END;
    getting
    ERROR at line 1:
    ORA-27370: job slave failed to launch a job of type EXECUTABLE
    ORA-27300: OS system dependent operation:accessing extjob wrapper failed with
    status: 13
    ORA-27301: OS failure message: Permission denied
    ORA-27302: failure occurred at: sjsec 3
    ORA-06512: at "SYS.DBMS_ISCHED", line 185
    ORA-06512: at "SYS.DBMS_SCHEDULER", line 486
    ORA-06512: at line 2
    using the following it worked
    Create the script /tmp/run_test.sh with:
    #!/bin/bash
    date >> /tmp/run_test.log
    b. Change permissions to 755 /tmp/run_test.sh
    c. Execute the script and confirm that the file /tmp/run_test.log is created.
    d. As sys execute:
    begin
    dbms_scheduler.create_program
    program_name => 'RUN_TEST',
    program_type => 'EXECUTABLE',
    program_action => '/tmp/run_test.sh',
    enabled => TRUE,
    comments => 'testing script'
    end;
    begin
    dbms_scheduler.create_schedule
    schedule_name => 'EVERY_MIN',
    repeat_interval => 'FREQ=MINUTELY; INTERVAL=1',
    comments => 'Every 1-mins'
    end;
    begin
    dbms_scheduler.create_job
    job_name => 'RUN_TEST_JOB',
    program_name => 'RUN_TEST',
    schedule_name => 'EVERY_MIN',
    comments => 'test script ',
    enabled => TRUE
    end;
    So is it mandatory to use sysdba?
    Thanks in Advance,
    Jo.

    Thanks Grey,
    The db version is 11.2.0.3 the OS user is the owner of oracle software for permissions all were done as per note 1059981.1
    Regards,

  • Best external drive setup?

    I guess I can't be called 'new' to Macs, I've had the mini since May of 2005, but I would like to know what you would recommend in terms of external drive setup.
    As I began to fill the 80 gb internal, I added a FW 250gb external. It's not full (about 90gb free and 20 gb free internal), but I have virtually all my video and photographs on the external...and it makes me nervous.
    So, I saw a Lacie 320gb for under $100 and decided to get it. Originally I thought, even though it is USB 2 only, that I could set it up as a bootable drive, like I could w/ the FW drive...but I don't think I can do that.
    Now, I wonder if it is best to leave it as MS-DOS, or should I format this as Mac OS extended? what are the benefits?
    Should I move everything from the FW to the USB? and then reformat the FW?
    thanks
    ultimately, my goal is to use one external as the location for my working files, and the other as a backup...is there a better way?

    Thanks Gordon,
    In terms of speed, I still feel the FW drive will be slightly faster than the USB 2 drive, so I plan to use that drive for the work drive and the 320 to backup to.
    My internal is an 80gb...and I have only 19-21 free at any given time. Over 25 gb is in my photos and another 10 in Music. I think now that I have the 2 externals, I can use those for photos only and clear the internal.
    The dilemna is my internal drive is silent...both externals are noticeable when spun up...so I let them sleep after when not in use.
    I have SilverKeeper from LaCie for backup...so I'll use that for now.
    thanks again.

  • External job board integration -- E-Recruiting EhP4

    You need SAP XI to integrate with external job boards?  I think you can configure it. I did search on SAP Help and SDN , I see no mention.
    Can you share the links or your experience. Thanks for the help.

    Hello Vishal,
    the integration to external job boards can be done using XI, but only very few cutomers use this way. Either they have no XI at all or the projects using XI do not want to let the HR e-rec guys play with it.
    Usually you go for some customer development implementing a publisher class creating the data / files for the job boards. The exact implementation depends on the job board and in some cases on the special aggreements how to interchange data.
    Best Regards
    Roman

  • ERecruit linking to external job board

    I have set up and configured ERecruit 3.0 SP 8. I am now trying to have external job boards linked to the SAP ERecruit job postings. Is anyone aware of any documentation on the how-to of linking external job boards with SAP's ERecruit?
    Any tips or documentation links are greatly appreciated.

    Hello Tom,
    I am trying to implement E-Recruit 300 SP8. But when I am trying to logon to any start page or register an external candidate, I get and Internal error message in the browser.
    Do you have any implementation guide for the same or if you can provide some weblog or something. I am just trying to do it from the SPRO documentation. Please help. As we have a customer demo and I ma unable to move forward from this point.
    Thanks for the help.
    Arundeep Singh

  • Windows external job user

    When running an external job on Oracle 10g in Windows, it seems that the external job username is no name at all. In the file which is kicked off by the scheduler job I put this line:
    echo "%username%"  >> %SI_HOME%\lib\imp_data.log
    which produces just "" in the log file. It is supposed to log in with an externally authenticated account to run datapump imports, but it fails.
    I read that for Oracle 10g the external job in Windows runs as the owner of the OracleJobScheduler service. In the properties it says it logs on as "Local System Account" which I thought would be username I want, but apparently it is not. I also tried to specify the account to run under but it won't take it, saying the account doesn't exist.
    How can the username for external jobs be set to what I want?
    Thanks.

    I received the same results when running the OracleJobScheduler service under the 'Local System' credentials. I don't have an explanation for that. Here is some Microsoft documentation on it:
    LocalSystem Account
    However, you should have no problem specifying another account to run this service under. I do this on my systems. Remember this is an OS account not a database account. It can either be a Local User or Domain User.
    If you want more help figuring out how to specify a custom account please provide more details.

Maybe you are looking for

  • 60G won't show songs and won't play if more than 30G stored

    I'm having a problem with seeing my songs and playing my iPod when I store more than 40G. If I reduce them to below 40G I can use it normally. Anyone else have this problem? I have no photos or podcasts or video on my iPod. thx. iPod, 5th generation

  • Same IO or WBS to be used in Different Controlling Area ? Is this possible

    I have a Internal Order say, 10001 of Controlling Area : AAA, in Co code : ABC. Can i use the same Internal Order, in Controlling Area : BBB, in code code : XYZ  ??? Pl. reply thanks amit

  • MDMconnector.sca for CE 7.2- mdm webservice generator

    hi, to use mdm ws generator or CE 7.2 SP05,  i still need to deploy 3 sca files - MDM java api, MDM connector, and mdm ws generator? can someone provide me the link to download MDMconnector.sca for CE server 7.2 sp05? thanks, Shanti

  • How do I block my screen when I take a call or make a call?

    each time I take a call my ear touches the screen and either places my caller on hold or places them on speaker phone.  How do I block my screen when I take a call or make a call?

  • Best After Effects Book

    Hello im searching for a good adobe after effects (CS5 or later) book. I have no experiance in ae and i want to create effects like, magic duels (heey potter) explosions and transformation effects. What do you think?