Which API need to call to update oracle database

Hi,
Does anybody know which APIs should be called in which order to update the oracle database base on the payroll run result conducted by 3rd party payment system?
reply to [email protected] will be highly appreciated!
Thankss

Hi,
Sorry for misleading. The scenario is client only install HR, payroll be run by third party system . they need me to handle the backfeed the payroll data to oracle system. Can I use API to do that ? What is the whole procedure?
Thanks a lot for help me out!
S

Similar Messages

  • Error calling BLS from oracle database

    Hi Experts,
    We have a scenario in which we are calling BLS from oracle database using trigger. The call is made using the following URL:
    http://<Host name>:50000/XMII/Runner?Transaction=<TRX_Path>&Material=MATNR&Pallet_id=PALLET&Plant=PLANT&Proc_order=PROC&Prodline=PROD&Quantity=QTY&Start_Date=DAT&Start_Time=TIM&Status=STAT&UOM=UOM1&User_name=USER&OutputParameter=*
    This used to work fine in 11.5 but when we upgraded to 14.0 it is not working. We have maintained server details in \etc\host file.
    We were getting error in file 'Error 1 Text.txt'. "A possible Cross-Frame Scripting attack has been prevented. Please contact your system administrator or refer to" this was the last error message. We checked this on SCN and based on the search results we have implemented SAP note 1651004 wherein setting in netweaver is required to be changed. After note was implemented we are getting another error text ('Error 2 Text.txt') "This will happen if the browser running the page tha". We tried a few ways but could not capture the full message coming.
    Has anybody of faced similar problem? I would highly appreciate any hint which could help in solving this problem.
    System Information:
    NW 7.31 SP 10
    Oracle 11.2.0.4
    MII 14.0 SP5 patch 7
    Regards,
    Darshan

    Hi Christian/Anushree,
    I have now modified the URL by adding Illum login name and password:
    http://<Host name>:50000/XMII/Runner?Transaction=<TRX_Path>&Material=MATNR&Pallet_id=PALLET&Plant=PLANT&Proc_order=PROC&…
    When i run the url in browser it gives me the expected results but when i try to trigger it from Oracle i am still getting the error as below:
    "<script>
      var inPortalScript = false
      var webpath = "/logon_ui_resources/"
    </script>
    <html>
    <head>
    <BASE target="_self">
    <link rel=stylesheet href="/logon_ui_resources/css/ur/ur_ie5.css">
    <title>User Management, SAP AG</title>
    <script language="javascript">
    var originWindowName=window.name;
    window.name="logonAppPage";
    function restoreWindow() {
    try{
    window.name=originWindowName;
    } catch(ex){}
    </script>
    <script language="JavaScript">
    function putFocus(formInst, elementInst) {
      if (document.forms.length > 0) {
        document.forms[formInst].elements[elementInst].focus();
    function setValuesAutoCreation() {
    var form = document.getElementById('logonForm');
    form.j_username.value="";
    form.j_password.value="";
    form.automaticAccountCreation.value="true";
    function submitForm() {
    var form = document.getElementById('logonForm');
    form.submit();
    function clearEntries() {
      document.logonForm.longUid.value="";
      document.logonForm.password.value="";
    function setFocusToFirstField() {
    myform = document.logonForm;
    try{
       for (i=0; i<myform.length; i++) {
        elem = myform.elements[i];
        if (!elem.disabled) {
          elemType = elem.type;
          if (elemType=="text" || elemType=="password") {
           if (!elem.readOnly) {
              elem.focus();
              break;
          if (elemType=="select-one" || elemType=="select-multiple" || elemType=="checkbox" || elemType=="radio") {
            elem.focus();
            break;
    } catch(ex){
    function addTenantPrefix() {
      return true;
    </script>
    </head>
    <body class="urBdyStd" bgcolor="#F7F9FB" onLoad="setFocusToFirstField()" onUnload="restoreWindow()">
    Thanks,
    Darshan
    <script language="JavaScript">
    var blockPage = false;
    </script>
    <script language="JavaScript">
    try {
      if (top.document.domain != self.document.domain) {
      blockPage = true;
    } catch (error) {
      // This will happen if the browser running the page tha"

  • Update: Oracle Database 11g OCM Exam

    If you've been waiting to become an Oracle Database 11g Certified Master, you'll be pleased to hear that we are starting our alpha testing now… http://bit.ly/9vNjSU

    Naveen Kumar C wrote:
    Hi,
    y
    I want to take the certification Oracle Database 11g: Performance Tuning exam 1Z0-054 and want to write the exam.
    To earn the OCE credentials, I know that we need to take training from Oracle University. I am not an OCP currently.
    Can I write the exam now and later take the course to meet the certification requirements? I know it is not the right way, but I can not pay $3000 for the course as of now. I can write the exam through self study. I want to check if I can take the exam now and later take the course.
    Is it mandatory to take the course before taking the exam?
    Thanks,
    naveen.Indeed you can take the exam now, and subsequently earn the 11g PERFTUNE OCE credential when you either:
    1) complete, submit and get verified the OU authorised 11g perftune course (possible but seems a little cart before horse).
    or
    2) Become 11g DBA OCP.

  • I need some serious help with Oracle Database....PLEASE!!

    I am using Microsoft Virtual PC 2007 that has Oracle Database 10g and Wondows XP installed on it.
    Database instance is DOWN but that is not the problem
    Listener is UP
    Agent Connection to Instance is DOWN, and I cannot get this running!
    How can I fix this problem? I am not an expert, but I have been trying for a long time to fix this issue, but I can't. It just came to the point that I want to grab my pc and throw it across the room.
    Error message: ORA-12505: TNS:listener does not currently know of SID given in connect descriptor (DBD ERROR: OCIServerAttach)
    Here is my LISTENER.ORA file:
    # listener.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.109)(PORT = 1521))
    Here is my TSNNAME.ORA file:
    # tnsnames.ora Network Configuration File: C:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.1.109)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Once again, I am not an expert, so please try to explain it as simple as possible...I know, I am an idiot when it comes to networking issues.
    if you guys need some more information, just let me know!
    Thank you!

    What I mean is that I can get the Instance UP with no problem, but the Connection with the Instance is the problem.
    C:\Documents and Settings\Paolo\Desktop\courselabs\labs>lsnrctl service
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-NOV-2009 21:38
    :06
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:144 refused:0 state:ready
    LOCAL SERVER
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 current:0 max:1002 state:ready
    DISPATCHER <machine: PAOLOSCAMARDELL, pid: 2576>
    (ADDRESS=(PROTOCOL=tcp)(HOST=paoloscamardell)(PORT=2307))
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:144 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    C:\Documents and Settings\Paolo\Desktop\courselabs\labs>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 25-NOV-2009 21:52
    :03
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.2.0.1.0 - Produ
    ction
    Start Date 25-NOV-2009 11:50:27
    Uptime 0 days 10 hr. 1 min. 39 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\oracle\product\10.2.0\db_1\network\admin\listener.o
    ra
    Listener Log File C:\oracle\product\10.2.0\db_1\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=192.168.1.109)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "orcl" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orclXDB" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    Service "orcl_XPT" has 1 instance(s).
    Instance "orcl", status READY, has 1 handler(s) for this service...
    The command completed successfully
    C:\Documents and Settings\Paolo\Desktop\courselabs\labs>

  • Do i need IP address to install Oracle Database 10g

    Dear all,
    i want to test some thing with oracle database 10g release 2 at my home
    but there i do not have a network card
    so i will not be able to obtain an ip address, so can i install it without the need of the ip address?
    Best Regards,
    Ashraf

    but there i do not have a network card
    so i will not be able to obtain an ip address, so can
    i install it without the need of the ip address?IP address is needed to install oracle database. But you don't have network card so you can use 127.0.0.1 , that is by default IP address for local host. Make sure you have made in hosts file ( /etc/hosts in Linux and C:\WINDOWS\system32\drivers\etc in windows ).
    example
    127.0.0.1 localhost <your hostname>
    In windows you need to install a Loopback Adapter
    Installing a Loopback Adapter
    Virag Sharma

  • I need help with paginating my Oracle database records in JSP

    Please can someone help with a script that allows me to split my resultsets from an Oracle database in JSP...really urgent..any help would be really appreciated. I'm using the Oracle Apache http server and JSP environment that comes with the database...thanks

    First thing you have to do is decide on a platform and
    database. Check to see what your server supports. Whether it is ASP
    and MSSQL, PHP and MySQL or less likely Cold Fusion.

  • OS X 10.5.8 update. Recieved 10.6.3 in which I need 10.6 to update from there

    Here is my issue, Seems common place for OS X 10.5.8 upgrade. I tried to call support to ask a question about ordering the snow leopard update so I can make my computer function properly in this day and age. They wanted to charge me $20 for that. I refused. After researching the apple site on said upgrade I was lead to believe I needed to buy the Snow leopard disk 10.6 from the apple store and then do an online update to 10.6.3 from there so for $20 I chose to order the disk. I've recieved the 10.6.3 in the mail. A bit leary of opening the package and trying it because I was able to download snow leopard 10.6.8 and 10.6.3 online and after trying to install, my computer tells me I need 10.6 first. Do I even bother opening the package and trying or do I send it back and pay them $20 to talk to me? Cannot get any online support because I need updated browsers in which I am trying to do with all this, which leads me to here.

    I'm afraid that story is a touch confusing but I will try to unravel it.   The order of events should be ...
    You have (so you say) 10.5.8.   You want to go to Snow leopard.   So ...
    Check that your machine is capable of running snow Leopard.
    It needs to be a Mac computer with an Intel Core 2 Duo processor.   Double check by reading the specs.
    Mac OS X v10.6 Snow Leopard -Read the Technical Specifications
    If it does, buy the Snow Leopard disk from the on-line store.   It will arrive as 10.6.3
    Before you start upgrading, back up your files.   If you are unsure how best to do this, the following link is hugely informative.   Most commonly used backup methods: Apple Support Communities
    Once you have upgraded to Snow Leopard, as your upgrade took you to 10.6.3 you will need to apply the Combo updater.  Mac OS X 10.6.8 Update Combo v1.1  and follow that with software updates to pick up the most recent security and iTunes updates.
    Regards.

  • Template Accouting FlexField and API needs to call at the End of the pgm

    I am working on the creating custom integrator for one of my custom table.
    1. created a Intergrater
    2. interface and registered my api as => xxcustom.insert_row
    3. Associated the intergrator with form function
    4. Created the Layout
    5. Created the Mapping
    6. Created the Templated to load the information.
    Sample template information
    Header1: 0001
    Header dt : 01-Jan-2009
    Line Amt Line details account no
    10 Test entry 12234.23434.11111.22222
    20 Test entry 23333.11111.34343.34343
    It is working file. For eachh Line my xxcustom.insert_row api has called. I am able to see the above 2 records in my custom table.
    My Question
    =============
    1. After the end of the total upload, i want create a sequence for the entire upload and to call my custom API. Is there any way to do this ?. Let say the seeded GL upload program. it is firing a concurrent program at the end of the Total template
    a) Can you suggest any alternate way or workaround for this.
    b) i didnt find any document or develper guide to do so. Please suggest.
    2. In the Line level we have account no. I want to pop up the Accounting Flexfield and user will select from the popup.
    Let say the Seeded GL Upload program, We have the facility, if we doble click the account no.. It will allow the user to select the Accouting flex field value.
    A) how to implemente the same in custom integrator
    b) Any workaround
    C) suggest any document to see it will be helpful for me.
    If anybody having similar requirement and you have any type of solution... Please suggest.
    Thanks
    Navas

    You want to have a bunch of tracks, play them in order, the first one plays then it stops and all you have to do is hit Play to continue to next track?
    This script will do it.
    Play the first track and iTunes will stop at the end and queue up the next song. Just press Play (or Spacebar) and it'll  play the second song and stop till the end of the playlist.
    No need to select any songs or do anything fancy.
    -> Stop Track!
    "This script applet runs in the background while an iTunes playlist is playing. Whenever the accompanying "STOP_TRACK_05sec.mp3" track is encountered, the script will stop iTunes and advance to the next track, which you can start manually."

  • Error when Update Oracle database statistics

    HI All,
    Just recent we have upgraded oracle 11 in SAP Landscape. while we are trying to update database statistics through this command
    brconnect -c -u / -f stats -t all -f collect -p 4
    It is throwing following message without completion
    BR0280I BRCONNECT thread 2: time stamp: 2011-09-22 03.17.46
    BR0881I Collecting statistics for table SAPSR3./BEV3/CHASTEU with method/sample
    C ...
    ORA-24550: signal received: Unhandled exception: Code=ebf00baa Flags=0
    Can anyone guide us.
    Thanks.
    PrinceJ

    Have you applied patches to your 11g database?... Theres some info online about ORA-24550 been a know issue and a patch has been released for that...
    Regards
    Juan

  • PreparedStatement not updating Oracle database

    I have wriiten a PreparedStatement to insert rows into a table that I have previously created but insert doesn't seem to be working. The program isn't reporting any exceptions but when do a select * on the table, no new rows have been inserted. Here is my code...
    import java.sql.*;
    import java.io.*;
    import java.util.*;
    public class VideoStore {
         static Properties props;
         static Connection conn;
         static String driver, url, dbname, userName, password;
         // constructor
         VideoStore() {
              // load the database properties file
              try {
                   props = new Properties();
                   FileInputStream in = new FileInputStream("database1.properties");
                   props.load(in);
                   driver = props.getProperty("jdbc.driver");
                   url = props.getProperty("jdbc.url");
                   dbname = props.getProperty("jdbc.dbname");
                   userName = props.getProperty("jdbc.username");
                   password = props.getProperty("jdbc.password");
              } catch (FileNotFoundException e) {
                   System.err.println("Caught FileNotFoundException: " + e.getMessage());
              } catch (IOException e) {
                   System.err.println("Caught IOException: " + e.getMessage());
              // load the JDBC driver
              try {
                   Class.forName(driver);
              } catch (ClassNotFoundException e) {
                   System.err.println("Caught ClassNotFoundException: " + e.getMessage());
              // establish a connection to the database
              try {
                   conn = DriverManager.getConnection(url + ":" + dbname,userName,password);
              } catch (SQLException e) {
                   System.err.println("Caught SQLException: " + e.getMessage());
         } // end constructor
         // member function to signup a new member
         void addMember() {
              String last, first, address;
              PreparedStatement stmt = null;
              try {
                   stmt = conn.prepareStatement("INSERT INTO members values (?, ?, ?, ?, ?)");
              } catch (SQLException e) {
                   System.err.println("Caught SQLException: " + e.getMessage());
              last = readEntry("Enter last name: ");
              first = readEntry("Enter first name: ");
              address = readEntry("Enter address: ");
              try {
                   stmt.setInt(1, 15);
                   stmt.setString(2, last);
                   stmt.setString(3, first);
                   stmt.setString(4, address);
                   stmt.setInt(5, 0);
              } catch (SQLException e) {
                   System.err.println("Error adding member");
              try {
                   stmt.close();
              } catch (SQLException e) {
                   System.err.println("Caught SQLException: " + e.getMessage());
         } // end addMember()
         // function to read an input String. taken from page 217 of the text          
         static String readEntry(String prompt) {
              try {
                   StringBuffer buffer = new StringBuffer();
                   System.out.print(prompt);
                   System.out.flush();
                   int c = System.in.read();
                   while(c != '\n' && c != -1) {
                        buffer.append((char)c);
                        c = System.in.read();
                   return buffer.toString().trim();
              } catch (IOException e) {
                   return "";
         } // end readEntry()
            public static void main( String[] args ) {
                   VideoStore test = new VideoStore();
                   test.addMember();
         } // end main
    } // end VideoStore

    As an unrelated aside, you should consider putting your statement close in a finally block, to guarantee that it is closed even if you get exceptions executing your SQL. While it won't matter much in this simple program, it's good technique.
              try {
                   stmt.setInt(1, 15);
                   stmt.setString(2, last);
                   stmt.setString(3, first);
                   stmt.setString(4, address);
                   stmt.setInt(5, 0);
                            stmt.executeUpdate();
              } catch (SQLException e) {
                   System.err.println("Error adding member");
                    finally {
                  try {
                       stmt.close();
                  } catch (SQLException e) {
                       System.err.println("Caught SQLException: " + e.getMessage());
              }And it's also good practice to explicitly close your connection
    Also, by default, JDBC executes with autocommit, which when you get to bigger projects is what you don't want, although here it's fine...

  • Which API updates employee info

    Hi,
    we are working in oracle applications 11i
    I need update /add existing employee info in PER_ALL_PEOPLE_F table . Especially EMAIL_ADDRESS column. I can see that we add or update email address from Office Details Tab in People -> Enter and Maintain form.
    So which API can I use to update employee emails???
    thank you...

    Hi,
    this is a sample of updating Person API:
    hr_person_api.update_person
    (p_validate => FALSE
    ,p_effective_date => TRUNC(SYSDATE)
    ,p_datetrack_update_mode => 'CORRECTION'
    ,p_person_id => l_person_id
    ,p_object_version_number => l_object_version_number
    ,p_national_identifier => lcursor.national_id
    ,p_employee_number => l_employee_number
    ,p_effective_start_date => l_effective_start_date
    ,p_effective_end_date => l_effective_end_date
    ,p_full_name => l_full_name
    ,p_comment_id => l_comment_id
    ,p_name_combination_warning => l_name_combination_warning
    ,p_assign_payroll_warning => l_assign_payroll_warning
    ,p_orig_hire_warning => l_orig_hire_warning
    regards,
    taha

  • What is the new Oracle exame that just showed up on Pearson vue today called - Exam:1Z1-006: Oracle Database Foundations?

    Hi,
    I just saw a new beta exam show up today (Thursday, April 23th) on Pearson Vue called
    1z1-006 Oracle Database Foundations?
    Is this an OCA, OCP, OCE, or OCS?
    Is this exam for teaching?
    Is this exam for design.
    Help me
    Roger

    I guess exam content is speculation (unless insider knowledge is available ... in which case an NDA would be in force) until Oracle publishes some information, and perhaps until we can see the exam topics.
    In essence Pearson Vue knows nothing about how exams link to form certifications, however it's website  can sometimes get exam scheduling updates a little before they arrive on the oracle website.
    Any information from Oracle is likely to appear here: New and Upcoming Releases
    ... or if/when this link becomes active: Exam 1Z0-106 (NB: wrong link ... Matthew has a good link above)
    .... And I guess an Oracle Certification blog entry too will be likely.
    .... Various people have on this forum commented on the downsides of 1z0-051/1z0-061 as an entry point into Oracle RDBMS Database with 'SQL' rather than 'RDBMS' being the focus point.  ( IMHO These exams do a good job of examining Oracle SQL .... ).
    If non database (Oracle Enterprise) specific if would also be applicable to MySQL, RDB, .... etc).
    It will be interesting to see how and where Oracle views where this exam will sit, who its target candidates are and what certification(s) it will participate in ..... I Codd you not  !
    Added 03may2015: Realised some glaring deficiencies in this post by getting the code mixed up between 1z0-106/1z0-006 .... any that Matthew had gvien the correct link earlier!  I have only just pulled my head out of the bucket.

  • Problem with updating oracle DB with java date thru resultset.updateDate()

    URGENT Please
    I am facing problem in updating oracle database with java date through resultset.updateDate() method. Can anybody help me please
    following code is saving wrong date value (dec 4, 2006 instead of java date jul 4, 2007) in database:
    ResultSet rs = stmt.executeQuery("SELECT myDate FROM myTable");
    rs.first();
    SimpleDateFormat sqlFormat = new SimpleDateFormat("yyyy-mm-dd");
    java.util.Date myDate = new Date();
    rs.updateDate("myDate", java.sql.Date.valueOf(sqlFormat.format(myDate)));
    rs.updateRow();

    I believe you should use yyyy-MM-dd instead of yyyy-mm-dd. I think MM stands for month while mm stands for minute as per
    http://java.sun.com/j2se/1.4.2/docs/api/java/text/SimpleDateFormat.html
    (If this works, after spending so much of your time trying to solve it, don't hit yourself in the head too hard. I find running out of the room laughing hysterically feels better).
    Here is a more standard(?) way of updating:
    String sqlStatement=
    "update myTable set myDate=? where personID=?"
    PreparedStatement p1= connection.prepareStatement(sqlStatement);
    p1.setDate(1,new java.sqlDate());
    p1.setInt(2, personID);
    p1.executeUpdate();

  • Updating Oracle 9.2.0.1.0

    I have a metalink account, but can't seem to figure out where to go to update Oracle database 9.2.0.1.0 to 9.2.0.5.0. I want to install the Jan 2006 CPU and I believe I need to update to 9.2.0.5.0 first. Can someone point me in the right direction?
    thanks in advance.

    Go to Metalink, click on Patches and Updates on tab at the top right, then search for the patch/patchset.

  • EM12c Oracle Database Plug-In 12.1.0.7 update now shows 10g listener as down when it's not

    EM 12.1.0.4 with Oracle Database Plug-in 12.1.0.7
    Monitored database and listener:  10.2.0.4
    Our EM12c monitors 12.1,11.2 and 10.2 databases and listeners.  All monitored targets are up and running.
    I updated Oracle Database Plug-in from 12.1.0.6 to 12.1.0.7 and now the only 10g listener that I have shows as down.
    The listener on the server is up and running.
    The monitoring configuration is right.
    I removed this target and re-added it, but it came back as down.
    It's a little disconcerting to have a listener show as down since it's a production box, but nothing I do corrects the problem.
    Any insights or suggestions are appreciated.
    Sherrie

    Hi Sherrie,
    In most cases we have this issue due to monitoring configuration , I know you mentioned that you have checked on it but still I would recommend to just re-confirm on below steps
    1. Go to
        EM Console -> Targets -> Listener -> Listener Home page -> Target Setup -> Monitoring Configuration
    2. Get the details
          Listener Name
          Listener.ora Directory
          Machine Name
          Oracle Home
          TCP Port Numbe
    3. Go to the server where this listener is running
       Check to see if the listener is up
           ps -ef | grep tns
    4. Next run
           $ORACLE_HOME/bin/lsnrctl status
       From this outpuy verify details in (1)
          Listener Name   <======= Alias
          Listener.ora Directory <=== Listener Parameter File ie the directory
          Machine Name  <======= HOST=
          Oracle Home<========== This is where tnslsnr is started from
          TCP Port Number <======  PORT=
    5. Makes sure that all the details matches in (4) and (2)
    If above is fine then I would recommend to go through the troubleshooting steps as per below doc , they are valid for listener status down too and should give a further insight on the root cause of the issue
    Troubleshooting the 'Pending' status for a Listener Target in Enterprise Manager 12c Cloud Control (Doc ID 1546576.1)
    Regards,
    Rahul

Maybe you are looking for

  • Passing Video (Binary Data) to a webService

    Hi I have 11g R2 and the webservices are working fine for non binary data. Has anyone used a webservice to receive Video(Binary) data? The SOAP XML definition does NOT handle BLOBs - what types in the oracle procedure are converted to Binary? Regards

  • Delta load - LIS extractor to several target - test load to single target

    Hi I want have a daily delta load from a LIS extractor to 3 targets (ODS's). I would like to make a test delta load to one of the 3 targets (because it has been reconstructed). Will it cause any problems if I make a delta load from the LIS extractor

  • Relocate a .mbox folder from Mailboxes

    I have one .mbox folder that is now in the default location of ~/Library/Mail/Mailboxes that contains confidential information. I would like to put this into a sparse image volume. Is there any way to tell Mail (3.6) to look elsewhere than the defaul

  • Disaster Recovery site failover

    Hi all Can someone please assist me, im trying to setup a failover between my primary site and my DR site. I have attached a network connectivity diagram any help you can give me is greatly appreciated. With Thanks

  • LR2.1 Can Not See Existing DNG files

    I am getting the "could not be used because original file could not be found" message from an image in a *collection*. When I open the Show in Explorer and then the "locate" dialogue the file box is completely empty. there are no "supported files" to