Batch userid/passwd

Hi guys. I'm currently learning ReSA. I need to run a jobs package to import RTLOG. To use the batch, he needs some parameters.
For example (sastdycr userid/passwd [YYYYMMDD]). I get a login error (CODE of ERROR SQL:-12545).

I tried to put the name of user/password for server and of RMS database, but it doesn't seem to work.

Should what name of username/password I use?

Thank you
Israel

Hi Israel

Before running the batch,

Try conencting database using sqlplus userid/password and see if you can succeed.

If sqlplus is unable to connect to the database, batch run will fail anuway. Please ensure that you have ORACLE_SID, ORACLE_HOME, PATH, set correctly.

You can also try setting up TWO_TASK and see if that helps with your problem.

Thank you

Amod

Tags: Oracle

Similar Questions

  • creating tabs in a region

    All,

    IAM trying to create a typical as tabs shows the jquery link below
    http://jqueryui.com/tabs/#vertical
    but after the referencing of all scripts in the html header and the code for the body, everything is distorted. Can someone help me please on this jquery code?

    space of work/userid/passwd = demo123/proj2010/demo123
    application ID = 760 & page = 22

    Thanks in advance.

    Gor_Mahia wrote:
    VC
    OK, I tried to apply specific references provided by apex as shown in the documentation in your link, but no effect, I think that it is only the difference in version.

    Thank you.

    It seems that you have included the jquery js file

    
    

    You can't because apex makes it already!

    Vikram

  • Based on the simultaneous program host: ask your comments

    Hi all

    We record as concurrent programs shell scripting in Oracle EBS as shown in the Note: 147455.1, 266268.1 etc.

    Some parameters of entry to these scripts are used by Oracle EBS to prog_name, req_id, login_id userid etc. and that is why we should use them for our own use.
    According to Note: 266268.1
    As of Oracle Applications 11.5.9, the order of DEFAULT settings is as:
    FCP_REQID = FCP_LOGIN 154870 = "APPS /...» "FCP_USERID = 1109 FCP_USERNAME = 'CELESTINA '.
    FCP_PRINTER = "noprint" FCP_SAVE_OUT = FCP_NUM_COPIES Y = 0 < /i >

    However, if I include the following line in my shell script
    echo $1 < /b > < b >
    then applications user name and password is displayed in plain text, the concurrent request log file (my version of the EBS is 11.5.10.2).

    Would like to know your comments on the aspects of security.

    Thank you
    Ousseni

    Hello

    Please see if (Note: 377858.1 - use encrypt to prevent Apps Pwd being displayed in Log/Sql Script) and (Note: 1015582.102 - USERID/PASSWD printed in newspapers by operating a host program) help.

    Thank you
    Hussein

  • Create the batch file to remove log files in Windows

    We are running Oracle 11 G under Windows 2008 R2. For free tickets, we run daily from rman commands manually. I would like to create a batch to do it automatically. This is the batch file that I created.

    The echo Yes | Del Y:\Orace11g\temp\*.*

    Robocopy D:\Relius\Admin\RADB\ArchiveLogFiles\ Y:\Orace11G\temp\ b / mining: 3

    RMAN

    connect sys@radb target;

    password

    overlap archivelog all;

    remove expired archivelog all;

    Yes

    but it stops at rman

    C:\ > rman

    Recovery Manager: release 11.2.0.1.0 - Production on Mar 21 10:49:27 Oct 2014

    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.

    RMAN >

    What is the correct way to cerate the batch file to delete the expired archivelogs?

    Hello

    It is not a problem of RMAN, but is that a batch under windows creation/configuration is the problem.

    See this URL, how do I Configure a tasks scheduled under Windows 2008 R2.

    -Next, create a file .bat with your instructions:

    Set ORACLE_SID = radb

    set ORACLE_HOME = c:\dbhome

    RMAN cmdfilemyrmancommands.csv msglog = sys/PASSWD@radb target = c:\log.log

    - Then put your RMAN commands in the file myrmancommands.csv

    Run {}

    devote to the disc channel type c1:

    overlap archivelog all;

    remove expired archivelog all;

    output channel c1;

    }

    Best regards

  • TimesTen jdbc batch insert a bug with CallableStatement. Batch insert parameters and inserts dublicates first parameter n times with CallableStatement.

    Hello, below batch insert has a problem with CallableStatement. But PreparedStatement(commented lines) there is no problem. Batch insert parameters and inserts dublicates first parameter n times with CallableStatement. Maybe there is a bug in the driver jdbc TimesTen (ttjdbc7.jar) or some other problem. I use TimesTen version 11.2.2.5.0 and Java 7u51.

    Help, please!

    ...
    //PreparedStatement statement = null;
    CallableStatement statement = null;
    //String sql = "INSERT INTO address_book(id, user_id, phone_number) VALUES (seq_id.nextval, ?, ?)";
    String sql = "{call add_phone_number(?, ?)}";
    try {
        //statement = getConnection().prepareStatement(sql);
        statement = getConnection().prepareCall(sql);
        for (String phoneNumber : list) {
            statement.setLong(1, userId);
            statement.setString(2, phoneNumber);
            statement.addBatch();
        }
        statement.executeBatch();
    } finally {
        if (statement != null) {
            statement.close();
        }
    }
    ...
    
    
    
    

    It is a known problem. We expect to have a fix in a future version, but there is currently no ETA that I can share with you. I recommend that you connect a SR with support so that we can follow the fact that this problem affects you.

    Chris

  • Hyperic .hq directory of United Nations home - what passwd entry in a

    Im trying to deploy agents hyperic on various linux and Solaris boxes. I want to push
    the file agent.properties to these systems before installing the agent. I DON'T want to have the
    HQ servera userid and passwd inserted into this file. But I think they are necessary, as if NOT
    included, you are prompted for this information.  Since Im not connect you to each agent computer, I won't be able to respond to these messages.  Can someone tell me the purpose of
    the user ID and passwd to try here? and why its necessary? Is there a solution here. Also if I put a file agent.properties in the directory .hq and a clean install will it be
    pick up the information in the file properties .hq agent OR do I have to run an AC - agent.sh - install later? I use server open source and NOT business agents.

    Hi Mike,.

    > Im trying to deploy agents hyperic to various
    > linux and Solaris boxes.

    Good idea ;-) Have you ever thought of building a package of Solaris?

    > I want to push
    > the file agent.properties to these front systems
    > agent installation. I DON'T want to have the
    > HQ servera userid and passwd inserted into this file.

    Why not? For reasons of security? Username and password are required only during installation. So you can change the password before the installation and configuration of new customers and use it as a password. The user that you enter in the configuration file is also the owner of the resources.

    > But I think they are necessary, as if NOT
    > included, you are prompted for this information.
    > Since Im not connect you to each agent computer, I won't
    > be able to respond to these messages.  Can anyone tell
    > me the purpose of
    > he userid and passwd to try here? and why his
    > necessary? Is there a solution here. Also if I put
    > a file agent.properties in the directory .hq and don't
    > a clean install is it
    > pick up the information in the properties of the agent .hq
    > file, OR should I run an AC - agent.sh - installation
    > later? I have using agents and server open source NO
    > company.

    I suggest you build a HQ Agent custom archive tar.gz with your specific configuration properties according to the documentation:

    http://support.Hyperic.com/Confluence/display/doc/HQ+agent+configuration#HQAgentConfiguration-auto

    -
    Mirko

  • forms of batch compilation

    Hello

    I want to compile all my forms in batch mode by running a batch file.

    even as ifcmp90.exe below, but I do not know what to use for Forms 10g

    off @echo
    If "%1" == "" goto ERROR
    Forms of REM
    for /R %%d in (* .fmb) start /w ifcmp90.exe userid = lot = module %1 = % F
    Menus of REM
    for /R %% in (*.mmb) start / w ifcmp90.exe userid = %1 batch = module of y = % F module_type = menu
    Libraries of REM
    for /R %% in (*.mmb) start / w ifcmp90.exe userid = %1 batch = module of y = % F
    module_type = library
    end goto
    : ERROR
    name of user and password must be provided the echo
    pause
    : OUTPUT

    Thank you

    Hello

    Try the following.

    @ECHO OFF
    cls
    Echo compiling libraries 10g ....
    for %%f IN (*.pll) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=library compile_all=yes window_state=minimize
    ECHO libraries compilation complete
    ECHO ----------------------------------
    Echo compiling menus 10g ....
    for %%f IN (*.mmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=menu compile_all=yes window_state=minimize
    ECHO menus compilation complete
    ECHO ----------------------------------
    Echo compiling forms 10g ....
    for %%f IN (*.fmb) do frmcmp userid=User_name/pass@orcl module=%%f batch=yes module_type=form compile_all=yes window_state=minimize
    ECHO form compilation complete
    ECHO ----------------------------------
    ECHO Form Compilation complete
    

    Note:-If you have MMB, WBF and libraries, so you must compile all. And please check you are poorly compiled version forms first, and if you have then you will face problem.
    the codes above for forms [32 bit] Version 10.1.2.0.2 (Production)

  • How the batch of photos of change in Version 2.0 of Photos... impossible to find the function.

    How the batch of photos of change in Version 2.0 of Photos... impossible to find the function.  If it has been deleted to "improve" the Photo experience?

    Lot, what exactly will change?

    Titles, Descriptions and capture date - Yes.

    Select the images you want to change the title or the description and to set-up the info (command-i) pane.  Enter the title or the description in the appropriate field and he will be assigned to all selected pictures.

    If you want to batch, change the title with sequential use attached many Applescripts provided by users in the Photos for Mac user tips section.

    Batch change/correction of dates is provided by the Image ➙ setting Date and time menu option:

  • "Batch File translate" systematically blocks...

    Hello

    I often need to translate files. Copy in Google Translate is a mess. I installed "Batch queue Translater" (sic) to try to help with this, but whenever I try to translate anything, it crashes with:

    Request for clarification:

    "Reason for termination due to an untrapped exception"NSInvalidArgumentException"app,: ' * setObjectForKey: object cannot be null (key: newspaper)"

    Abort() called

    ending with an exception uncaught of print type

    I tried disk utility. I removed preferences in containers and restarted and encountered the same bug. I can't find anything that describes this type of error with "key: newspaper.

    The app is broken. Application developers must fix.

    We try to put something preferably or similar in a dictionary and it's not by the way of the real object they wish to store. For some reason that you can not solve, it's nothing passed to the command and so it fails.

    Contact the developer. If the program in the App Store, it has a link to their support site on the page of the App Store.

  • NO batch export emails (with the exception of one at a time)

    Cannot export files in a batch by e-mail. Des/export addon does not install. Is - it is no longer possible? I don't want my profile or just an e-mail sent from a different computer to my laptop using thunderbird as well. I use to be able to drag them on a USB key in a heap. Should I reinstall TB?

    Find what exactly? I never had no problem with the ImportExportTools add-on - we. https://addons.Mozilla.org/en-us/Thunderbird/addon/ImportExportTools/

    The first thing I would do after installing an add-on is look for it under Tools | Modules to ensure it had installed, and check if she had all the settings or options that would be useful or important to me. In doing so, I would allow it, of course if for some reason, it was not already enabled. This particular module has many parameters to consider.

  • Batch instead of doc pages conversion

    Hi friends,

    I decided to go completely of the word Pages (and also Excel to numbers etc.). It has been a long time coming, hampered mainly by the inconvenience of having a large existing collection of Word documents that I need to save to the format of Pages (and then manually delete the original Word file) then, or don't forget to export them to Word.

    So my request is simple: can someone help me with an Applescript or Automator workflow that I can point to a file or a selection of Word documents (or even a more containing Word documents and other files), which will be open them in Pages, save them up as Pages and then delete or ideally move to a folder on the desktop the original Word file?

    Unfortunately, my experience with Applescript and Automator is limited. I'm willing to learn, but I am writing here in the hope that someone might have tried this before. It seems strange that it is not a tool of migration there for people willing to engage fully in Pages, Numbers and Keynote. Apparently a lot of tools exist for ing the other way, but nothing for people so impressed with iWork they want to completely drop MS Office.

    The two really important parts of what I would be a lie to do is from the Save in place (so I don't need to re - drop everything) and move the original Word doc to a folder somewhere (so I can find it again if something had gone wrong and archive or delete it easily later).

    Any suggestions or pointers appreciated!

    Tom

    Tom,

    Move your entire collection of Word to Pages document is a very bad idea, based on three years of posts in the support Pages community.

    • Pages is not a clone of Word and lacks most of the functionality of Word of professional level you will soon run out.
    • Pages is not guaranteed to open or export documents Word accurately with some features do not exist in both applications.
    • Pages never will allow you to open, edit and save Word documents in their native document architecture. Everything, including export is an exercise in translation of cross-your-fingers.
    • Pages will simply not open Word documents that are too old or too inconsistent.
    • No other application on the planet cannot open Pages v5 documents.

    Recommended alternative: 2016 Office for Mac.

    There are answers here to simply download the free LibreOffice, which is a replacement for MS Office suite. Even with manuals PDF LibreOffice, there is not a rapid mapping of your skills of Word/Excel for LibreOffice Writer and Calc. It has some of the best compatibility of Word and Excel documents, after these two applications Microsoft themselves. But there is a learning curve 'tax' to become proficient in LibreOffice, who skip a lot in their recommendation of it.

    It is a relatively simple exercise of AppleScript coding to batch convert Word into Pages documents, but the challenge you face is that Pages will throw a warning dialog box whenever it encounters a Word document with import warnings or errors. When this occurs, it interrupts the script which may intervene in the process of importing Pages.

  • How can I batch of E-mail files in folders instead of one at a time?

    I save my subscription by E-mail in separate folders but I've been lax in filing and have more than 700 to file. After is sorting by sender a way for the batch instead of one file at a time? I use Thunderbird 38.01

    You use the methods of standard selection on the computer.

    Select message 1, up or down several message and hold the SHIFT key while clicking on the message 2 = this will select message 1 and 2 and all the messages between the two

    Hold down the CTRL key while clicking random messages = this will select any message clicked on.

    When you have selected messages you can right-click and select move to or drag and drop. Moving to is easier and more reliable when you work with multiple messages.

    I will not try and move all messages from 700 in one shot. Break it down into smaller batches.

  • The addon Dowload batch no longer allows me to batch upload a bunch of photos, it gives an error message.

    Since the last update, I cannot download more we batch. When I try to upload all the pictures, I get this error message:

    "An error occurred when downloading files. Maybe the name of the file has forbidden characters, or download folder does not exist. »

    Until this last update, this addon worked perfectly.

    If you can consider trying other extensions, here's one called Images to record which has been updated last week:

    https://addons.Mozilla.org/firefox/addon/save-images/

    There is a selector named image Downloader of images that has also stopped working in Firefox 36. In one of the comments posted by users of the measures to change a line in the code to fix it. Perhaps a similar solution could be made to BatchDownload?

    https://addons.Mozilla.org/firefox/addon/image-picker/reviews/

  • Batch conversion "opens with".

    I am a musician pro and often the default application for files audio iTunes - is there a way to batch processing, change the preference "opens with" for a group of files to another application?

    Yes, change you it in the read window information from all of the files, as long as they are of the same type of file. Click to get information, and choose the Application you want to open. Then, choose change all.

  • Date and time of change of batch

    Mac running El Capitan with the latest version of Photo

    When I try to batch change date and time on some old 50 photos that have been digitized on days different and downloaded in the library of my pictures the results aren't good. The days and hours can vary a lot.

    When I checked and changed a lot of photos that have been taken or analyzed the day everything seems to work fine. Why? Is there a simple work around?

    If you do not change the dates butare, added dates for digital photographs (Digital Photos do not have EXIF/IPTC data then do not use the control change time data - using the user script Script: batch change Date and time on a fixed Date )

    LN

Maybe you are looking for

  • Why is the user folder so big?

    When I check the size of my file user (only one on this computer), Get Info indicates that it contains 147 concerts.  When I read the information on each of the 11 folders inside my user folder, they add only up to 75 concerts.  Why is there a differ

  • Satellite Pro P875 will not display on '3D ready' 3D projector emachines V700

    Hello I am struggling with the display of 3D on a 3d ready projector emachines V700.I tried different software, stereoscopic player, CyberLink DVDPlayer 12 without success. CyberLink DVDPlayer is configured to use the Intel card - which will not limi

  • Nightmare of Tecra 9100 Bluetooth stack

    Downloaded the last battery bluetooth but keep receiving error message when you try to open the Bluetooth settings TosBtMng.ese - Entry Point not found The procedure entry point? BdbtNotifyEx2@@YAHPAXIQAXQAHPAUHWND__@@II@Z cound not found in dynamic

  • is it safe to delete the files and folder to softwaredistribution.old?

    Recently, I have my muweb wuwebcontrol was too bad and I'm trying to find a solution to fix it then I read a few forums in microsoft that you can solve the problem if you try to rename c:\Windows\SoftwareDistribution in softwaredistribution.old and t

  • You can be a victim of a cloning software

    I live in Okinawa in the Japan and had to reload my cpu work and he said that my product key on my company that is located on a sticker is not valid.  This is my cpu work and my business is in the United States, I work remotely on a processor that th