Personnel numbers skipped by the database driver

Hi,
we are having 1 report which is using logical database PNP
this is being shown in ALV
when the user runs the report the output is shown and after pressing BACK button the below lines are being shown
Personnel numbers skipped by the database driver
Reason 1: insufficient authorization, no. skipped personnel nos.:
this is being done by logical databse program SAPDBPNP
is there any way to supress this mesasge
thanking you in advance
regards

May be you need
call your ALV in event
END-OF-SELECTION instead of in START-OF-SELECTION
otherwise
Use fm
call function 'LDB_PROCESS'
instead of using PNB in attributes of the program.
Please check the demo program DEMO_LOGICAL_DATABASE for how to use fm LDB_PROCESS thru call function.

Similar Messages

  • RPCWCCK0 - Personnel Number Skipped by the Database Driver

    Hi Experts,
    I've encountered the error below when executed the report.
    03/18/2011       Workers' Compensation Assessable Earnings Report              1
    Personnel numbers skipped by the database driver
    Reason 1: insufficient authorization, no. skipped personnel nos.:
        49,067
    I've read in the forum that structural authorization should be checked.
    Personnel numbers skipped by the database driver
    How is this done?
    Thanks in advance
    Rare

    This is not necessary structural authorization, but normal HR P_ORGIN auhorization. Check if you have access to view HR data (by just going into PA20 to view infotypes for an employee, and use tcode SU53 to view authorization check detail if it fails) .

  • Oracle connection: cannot find the database driver

    i have the following code:
    Class.forName("oracle.jdbc.driver.OracleDriver");
         // Create a connection to the database
         String serverName = "rana-etcsup3ueu";
         String portNumber = "1521";
         String sid = "ORCLE";
         String url = "jdbc:oracle:thin:@rana-etcsup3ueu:1521:ORCLE";
         String username = "scott";
         String password = "tiger";
         connection = DriverManager.getConnection(url, username,password);
         } catch (ClassNotFoundException e) {
              JOptionPane.showMessageDialog(null,"Coud not find the database driver ");
         // Could not find the database driver
         } catch (SQLException e) {
              JOptionPane.showMessageDialog(null,"Coud not connect to the database ");
         // Could not connect to the database
    but i have ClassNotFoundException that is cannot find tha database driver

    This clearly implies that your driver classes are not on the classpath.
    Ensure that the classes are reachable to your JVM.

  • How to determine the database driver a report uses?

    Hello experts.  I'm using Crystal Report XI R2 and C# (.net 4.0 runtime).
    For a given report, I'd like programmatically determine what database driver(s) a report and it's sub-reports use.  The nice thing is that I don't want to change it.
    When I refer to database drivers I'm talking about the choices one gets when starting a new report in the Crystal UI.  Something like the following:
    Access/Excel (DAO)
    ADO.NET (XML)
    Database Files
    ODBC (RDO)
    OLE DB (ADO)
    I've looked into the developers help file that came with Crystal XI R2, crsdk_net_doc.chm, and can't find any references that would help.  Maybe it's what I'm searching on.
    My goal is for a given directory produce a list of rpt files that use OLE DB and a MS-SQL Server provider.
    Thanks for looking at my question, any assistance is appreciated.
    Mike

    Also note since you are using 4.0 framework you must also be using VS 2010.
    CR for VS 2010 is the only version supported with 4.0 framework.
    See this page to download it: http://www.sdn.sap.com/irj/boc/crystalreports-dotnet
    Or go back to VS 2008.
    Code would look something like this:
         public class frmMain : System.Windows.Forms.Form
            CrystalDecisions.CrystalReports.Engine.ReportDocument rpt = new CrystalDecisions.CrystalReports.Engine.ReportDocument();
            CrystalDecisions.ReportAppServer.ClientDoc.ISCDReportClientDocument rptClientDoc;
    New subrepoutine...
                ISCDReportClientDocument rcd;
                rcd = rptClientDoc;
                CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo oldConninfo;
                CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo newConnInfo = new CrystalDecisions.ReportAppServer.DataDefModel.ConnectionInfo();
                CrystalDecisions.ReportAppServer.DataDefModel.Table oldTbl;
                CrystalDecisions.ReportAppServer.DataDefModel.CommandTable newTbl = new CommandTable();
                oldTbl = (CrystalDecisions.ReportAppServer.DataDefModel.Table)rcd.Database.Tables[0];
                oldConninfo = oldTbl.ConnectionInfo.Clone(true);
    Thank you
    Don

  • Changing the Database driver causing performance issue

    Hello Experts
    I am finding a strange issue where if I change the database to Oracle 11g ( you will find it if you click the database which you have created in physical layer) under Data Source definition the report takes a longer time to complete.
    Actually I have upgraded the 10g rpd and catlog to 11g but database under data source definition was still using - oracle 10gR1 ( i donno whether this is a driver or not) . Everthing was running perfectly fine until I change the database under data source definition to Oracle 11g , the report takes a longer time . Also I found that the query is changed when I changed the database under data source definition to 11g.
    Also to inform you that datawarehouse is Database 11g where the data lies.
    what is the significance of Data source definition as changing it is changing the whole query.
    Pls. help.

    Hello,
    Do you have the Full Oracle 11g DB Client installed on the same box where you are running your BI Server .? Also can you make sure you have copy of tnsnames.ora in following directories.
    1. C:\Middleware\Oracle_BI1 \network\admin directory
    2. C:\Middleware\oracle_common\network\admin
    Check if the SQL Features that the datasource has , sometimes when you disable SQL features the server could issue a less effcient query to the database.
    Thanks,
    -SVS

  • How to get the Database Driver list

    Hi... I want to know that particular database driver is registered or not in windows.. how can i get this info.
    And I want to get the list of all the database drivers registered in windows..
    Can anybody help me..

    dcminter wrote:
    Well, seeing as how none of them are registered, until your program registers them, simply keep a list.That's not actually true. If the JAR is in the classpath then a JDBC4 driver will use the service provider hooks to register itself.
    When first loaded. Which is unlikely to happen until you explicitly load it.
    Being on the classpath doesn't mean the JVM will actually do anything with a class. Either an application will have to initiate some action or it will have to be initiated by the manifest of the jar (and I'm not sure that will actually do anything until a class from that jar is actually required to be loaded).

  • Cannot find the database driver

    Hello,
    I have a java project that I created a JAR file from, and it uses the MySQL database driver (com.mysqljdbc.Driver). I am trying to execute the JAR file with the following command:
    java -classpath d:\mysqldriver\mysql-connector-java-3.1.14\mysql-connector-java-3.1.14-bin.jar -jar MyProject.jarThat gives me a ClassNotFoundException and I don't understand why!
    Can anybody help me please?
    Thanks.

    First of all, the -jar and -classpath options are mutually exclusive (you can only give one option or the other).
    So if you want to use the -jar option, then your jar's manifest file needs to specify the dependent classpath in it.

  • What is the best way to chage the Database drive Path.....

    I have production databases running at C:\ and D:\. Now the space alomost near to fill. I added two more drives E:\ and F:\
    What is the most reliable way to transfer some of our Databases from C:\, D:\ to E:\,F:\
    Could you please explain step by stepm process.?
    Thanking in advance.

    ALTER DATABASE
    Purpose
    Use the ALTER DATABASE statement to modify, maintain, or recover an existing database
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_15a.htm#SQLRF00802
    CREATE CONTROLFILE
    Caution:
    Oracle recommends that you perform a full backup of all files in the database before using this statement. For more information, see Oracle9i User-Managed Backup and Recovery Guide.
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_54a.htm#SQLRF01203
    Joel Pérez

  • [JPA] Saving big numbers to the database

    Hi,
    I have a JPA problem that I cannot solve. I try to save a large number to the database and JPA performs some strange rounding. For example, saving the number 9999999999999999.00 produces the following number in the database: 10000000000000000.00.
    Actually, I'm not sure if it's JPA or the Oracle JDBC driver, but somebody rounds the number. That's bad!
    Here's how to reproduce the issue:
    1. Database:
    create table big_num
    (id  number(18),
      num number(19,2));
    alter table big_num
      add constraint big_num_pk primary key (id);
    create sequence big_num_seq
      start with 1
      nocache;2. Entity:
    @Entity
    @Table(name="BIG_NUM")
    @SequenceGenerator(name="bigNumSeq", sequenceName="BIG_NUM_SEQ", allocationSize=1)
    public class BigNum {
         @Id
         @Column(name="ID", nullable=false)
         @GeneratedValue(strategy=GenerationType.SEQUENCE, generator="bigNumSeq")
         private Long id;
         @Column(name="NUM")
         private BigDecimal num;
         public Long getId() {
              return id;
         public void setId(Long id) {
              this.id = id;
         public BigDecimal getNum() {
              return num;
         public void setNum(BigDecimal num) {
              this.num = num;
    }3. Code that causes the problem:
         BigNum bn = new BigNum();
         bn.setNum(new BigDecimal("9999999999999999.00"));
         em.getTransaction().begin();
         em.persist(bn);
         em.getTransaction().commit();So, the INSERT statement that iss generated to the database is:
    INSERT INTO BIG_NUM (ID, NUM) VALUES (?, ?)
    bind => [1, 9999999999999999.00]However, the database contains the following:
    SQL> select * from big_num;
                     ID                   NUM
                      1  10000000000000000,00Can somebody tell me if it's possible to save big numbers accurately into the database? If yes, then how?
    Best regards,
    Bisser

    Disabling the bind variables produces the following:
    INSERT INTO BIG_NUM (ID, NUM) VALUES (2, 9999999999999999.00)The database still joyfully contains a rounded number:
    SQL> select * from big_num;
                     ID                   NUM
                      2  10000000000000000,00So, no, it's not an issue with the bind variables. I need to examine the JDBC driver but could you tell me how I can find out what Oracle JDBC driver is used by JPA? Or... is it some other JDBC driver (not Oracle, that is)?
    Best regards,
    Bisser
    P.S. We use the following version of TopLink Essentials:
    TopLink, version: Oracle TopLink Essentials - 2.1 (Build b60-fcs (11/17/2008))
    Edited by: bisser on Jan 28, 2009 9:25 AM

  • Report to Get the List of Personnel Numbers in COntrol Record

    Hi Folks,
    In Pao3-Control Record, we get the List of Personnel Numbers active for the current month in a Particular Payroll area, For one particular payroll area, we have around 1000 numbers , is there any standard report available to get the employee list along with personnel  numbers from the control record.
    Regards,
    Sekar.

    You can try using Flexible Employee Report.
    Choose Payroll Area as Input
    Choose Personnel Number and Employment status as Output.
    Try this.

  • Posting Using Personnel Numbers

    Hi friend,
    I need to post certain wage types (Net Pay, Staff Advances) to Balance Sheet a/c by personnel numbers and sett the accounts in such a way that they can be cleared automatically when the offsetting entery is posted in FI with the personal no in the assignment column.
    I have selected Account Assignment Type Q-Posting to bal.sheet acc. with pers.no.
    Now the entries are posted by individual emplyee but problem is the personal no is not displayed in FI postins. I need to include the personal no in the assignment field so that I can clear the line items automaticaly.
    Highly appriciate your responce.
    Regards
    Fazan

    Hi,
        Please check in HRP1001 with OTYPE = 'P' objid = pernr and sclas = 'IE' ... get SOBID and get the description for this
        SOBID from HRP1000.
    Regards,
    Srini.

  • Database driver worked before a "clean" build

    Before I accidentally did a clean build on my project, everything was working fine. My application uses a MySQL database driver to connect to my server. I accidentally did a clean build and it wiped out the added JAR file for the database driver. I went in an re-added the driver and now when it goes to connect to my database, I get:
    Exception occurred during event dispatching:
    java.lang.NoClassDefFoundError: org/aspectj/lang/Signature
            at java.lang.Class.forName0(Native Method)
            at java.lang.Class.forName(Class.java:169)
            at Login.b_loginActionPerformed(Login.java:128)
            at Login.access$000(Login.java:18)
            at Login$1.actionPerformed(Login.java:92)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
            at java.awt.Component.processMouseEvent(Component.java:6038)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
            at java.awt.Component.processEvent(Component.java:5803)
            at java.awt.Container.processEvent(Container.java:2058)
            at java.awt.Component.dispatchEventImpl(Component.java:4410)
            at java.awt.Container.dispatchEventImpl(Container.java:2116)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
            at java.awt.Container.dispatchEventImpl(Container.java:2102)
            at java.awt.Window.dispatchEventImpl(Window.java:2429)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177)
            at java.awt.Dialog$1.run(Dialog.java:1039)
            at java.awt.Dialog$3.run(Dialog.java:1091)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.awt.Dialog.show(Dialog.java:1089)
            at java.awt.Component.show(Component.java:1419)
            at java.awt.Component.setVisible(Component.java:1372)
            at java.awt.Window.setVisible(Window.java:801)
            at java.awt.Dialog.setVisible(Dialog.java:979)
            at Login.showInDialog(Login.java:221)
            at RegisterLogin.b_loginActionPerformed(RegisterLogin.java:117)
            at RegisterLogin.access$100(RegisterLogin.java:15)
            at RegisterLogin$2.actionPerformed(RegisterLogin.java:55)
            at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
            at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
            at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
            at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
            at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
            at java.awt.Component.processMouseEvent(Component.java:6038)
            at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
            at java.awt.Component.processEvent(Component.java:5803)
            at java.awt.Container.processEvent(Container.java:2058)
            at java.awt.Component.dispatchEventImpl(Component.java:4410)
            at java.awt.Container.dispatchEventImpl(Container.java:2116)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
            at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986)
            at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
            at java.awt.Container.dispatchEventImpl(Container.java:2102)
            at java.awt.Window.dispatchEventImpl(Window.java:2429)
            at java.awt.Component.dispatchEvent(Component.java:4240)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:177)
            at java.awt.Dialog$1.run(Dialog.java:1039)
            at java.awt.Dialog$3.run(Dialog.java:1091)
            at java.security.AccessController.doPrivileged(Native Method)
            at java.awt.Dialog.show(Dialog.java:1089)
            at java.awt.Component.show(Component.java:1419)
            at java.awt.Component.setVisible(Component.java:1372)
            at java.awt.Window.setVisible(Window.java:801)
            at java.awt.Dialog.setVisible(Dialog.java:979)
            at RegisterLogin.showInDialog(RegisterLogin.java:146)
            at HubEvals.<init>(HubEvals.java:27)
            at HubEvals$5.run(HubEvals.java:206)
            at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
            at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
            at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
            at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
            at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
            at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
            at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)The line it points to in Login.java is:
    ResultSet rs = null;
    String driverName = "com.mysql.jdbc.Driver"; // MySQL MM JDBC driver
    Class.forName (driverName); // <<< this lineWhy won't it work now since I re-added the database driver?

    That's the problem though. The JAR file is in my
    class path. I followed the exact same proceedure as
    when I first set it up, but now it isn't working.The most likely reason is that you think it is in your class path when it actually isn't.
    You can print the System properties to determine what class path the java app is using. I am not sure that completely eliminates possibilities however as the Sun VM, at least in the past, would stop looking on the class path if any problems were encountered (like a missing directory in the middle.)

  • Convert Report Database Driver in Batch

    is there a utility that will change the database driver to a report in batch?

    Depends on the version and Product you are using.
    Foe Enterprise there is a Publishing Wizard that, depending on the version, will update the DB connection info.
    If it's standalone Reports then no, or at least not provide by SAP. You can write your own using our SDK's if you have a Developer available to write the app for you.
    You can find DB samples here: http://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsSDKSampleApplications
    Thank you
    Don

  • Database Driver Question

    Hello,
    I wrote an application with the following statements:
    try {
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    } catch(Exception ex) {
    setError("Can't find Database driver class: " + ex);
    return;
    The database driver can be found.
    However, when I used the above in an applet and used appletviewer to run the applet, the message said
    Can't find Database driver class:...........
    (The database I tried to access was Oracle9i.) Why? Help will be appreciated.
    myao1

    What the question was then? The code is using the jdbc-odbc bridge. That works in an application and fails in the appletviewer. The question is why does it fail in the second while working in the first.
    You suggested several inappropriate things.
    For instance
    You need to go to Oracle website. A lot of info there.
    There is no information there about using the jdbc-odbc bridge.
    You then proceeded to provide code for a connection using the Oracle driver. Which of course has nothing to do with the jdbc-odbc bridge nor why it doesn't work.
    If the first thing in your post was to suggest that the poster's problem might be fixed by using a different driver then your answer would have made sense.
    Given that you do not know the experience level of the poster your answer might lead them to believe that they are using the jdbc-odbc bridge incorrectly. And that is not the case.
    And even if your solution fixes the problem it still doesn't answer the question as to why the appletviewer doesn't work.
    jschell, if you are so
    understanding, maybe you can explain, because I see
    your job is to point out other people mistakes in
    understanding other people. Yes. And I also point out answers that are wrong for the question. Which yours was.
    And it happened that those
    people who were misunderstood (already properly
    reprimanded) cannot stand for themselves. I presume that a fair number of people that come here are very inexperienced. If that was not the case then I would presume that there would be more people answering questions on a daily basis then there are.
    So they might not understand that your answer had nothing to do with the question. So they might not point it out. Or someone else might be searching the the same solution and come across your answer. And they wouldn't understand that it had nothing to do with the question. By making it explicit there can be no confusion.
    It should be you stepping forward to protect... I see.
    And I remember you don't like flowers. Sorry I don't know what the reference to flowers means.

  • Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver

    Trying to Install RMS application 13.2.2 and I get past the pre-installation checks and when I get to the Data Source details and enter the data source details with the check box checked to validate the schema/Test Data Source I get the following error:
    Error Connecting to database URL jdbc:oracle:oci:@rmsdbtst as user rms13 java.lang.Exception:UnsatisfiedLinkError encountered when using the Oracle driver. Please check that the library path is set up properly or switch to the JDBC thin client oracle/jdbc/driver/T2CConnection.getLibraryVersioNumber()
    Checks performed:
    RMS Application code location and directory contents:
    [oracle@test-rms-app application]$ pwd
    /binary_files/STAGING_DIR/rms/application
    [oracle@test-rms-app application]$ ls -ltr
    total 144
    -rw-r--r-- 1 oracle oinstall   272 Dec 7  2010 version.properties
    -rw-r--r-- 1 oracle oinstall   405 Jan 16 2011 expected-object-counts.properties
    -rw-r--r-- 1 oracle oinstall   892 May 13 2011 ant.install.properties.sample
    -rw-r--r-- 1 oracle oinstall 64004 Jun  6  2011 build.xml
    drwxr-xr-x 9 oracle oinstall  4096 Jun 16 2011 rms13
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 installer-resources
    drwxr-xr-x 3 oracle oinstall  4096 Jun 16 2011 antinstall
    drwxr-xr-x 2 oracle oinstall  4096 Jun 16 2011 ant-ext
    drwxr-xr-x 5 oracle oinstall  4096 Jun 16 2011 ant
    -rw-r--r-- 1 oracle oinstall 11324 Dec 18 09:18 antinstall-config.xml.ORIG
    -rwxr-xr-x 1 oracle oinstall  4249 Dec 18 10:01 install.sh
    drwxr-xr-x 4 oracle oinstall  4096 Dec 18 10:06 common
    -rw-r--r-- 1 oracle oinstall 16244 Dec 19 10:37 antinstall-config.xml
    -rw-r--r-- 1 oracle oinstall   689 Dec 19 10:37 ant.install.log
    [oracle@test-rms-app application]$
    Application installation:
    [oracle@test-rms-app application]$ ./install.sh
    THIS IS the driver directory
    Verified $ORACLE_SID.
    Verified SQL*Plus exists.
    Verified write permissions.
    Verified formsweb.cfg read permissions.
    Verified Registry.dat read permissions.
    Verified Java version 1.4.2.x or greater. Java version - 1.6.0
    Verified Tk2Motif.rgb settings.
    Verified frmcmp_batch.sh status.
    WARNING: Oracle Enterprise Linux not detected.  Some components may not install properly.
    Verified $DISPLAY - 172.16.129.82:0.0.
    This installer will ask for your "My Oracle Support" credentials.
    Preparing installer. This may take a few moments.
    Your internet connection type is: NONE
    Integrating My Oracle Support into the product installer workflow...
         [move] Moving 1 file to /binary_files/STAGING_DIR/rms/application
    Installer preparation complete.
    MW_HOME=/u01/app/oracle/Middleware/NewMiddleware1034
    ORACLE_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/as_1
    ORACLE_INSTANCE=/u01/app/oracle/Middleware/NewMiddleware1034/asinst_1
    DOMAIN_HOME=/u01/app/oracle/Middleware/NewMiddleware1034/user_projects/domains/rmsClassDomain
    WLS_INSTANCE=WLS_FORMS
    ORACLE_SID=rmsdbtst
    JAVA_HOME=/u01/app/oracle/jrockit-jdk1.6.0_45-R28.2.7-4.1.0
    Launching installer...
    To make sure I have connectivity from the app server to the database (on a database server) here are the steps followed:
    [oracle@test-rms-app application]$ tnsping rmsdbtst
    TNS Ping Utility for Linux: Version 11.1.0.7.0 - Production on 19-DEC-2013 10:41:40
    Copyright (c) 1997, 2008, Oracle.  All rights reserved.
    Used parameter files:
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = test-rms-db.vonmaur.vmc)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SID = rmsdbtst)))
    OK (0 msec)
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ sqlplus rms13@rmsdbtst
    SQL*Plus: Release 11.1.0.7.0 - Production on Thu Dec 19 10:46:18 2013
    Copyright (c) 1982, 2008, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ ping test-rms-db
    PING test-rms-db.vonmaur.vmc (192.168.1.140) 56(84) bytes of data.
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=1 ttl=64 time=0.599 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=2 ttl=64 time=0.168 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=3 ttl=64 time=0.132 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=4 ttl=64 time=0.158 ms
    64 bytes from test-rms-db.vonmaur.vmc (192.168.1.140): icmp_seq=5 ttl=64 time=0.135 ms
    --- test-rms-db.vonmaur.vmc ping statistics ---
    5 packets transmitted, 5 received, 0% packet loss, time 4001ms
    rtt min/avg/max/mdev = 0.132/0.238/0.599/0.181 ms
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ uname -a
    Linux test-rms-app.vonmaur.vmc 2.6.18-128.el5 #1 SMP Wed Jan 21 08:45:05 EST 2009 x86_64 x86_64 x86_64 GNU/Linux
    [oracle@test-rms-app application]$
    [oracle@test-rms-app application]$ cat /etc/*-release
    Enterprise Linux Enterprise Linux Server release 5.3 (Carthage)
    Red Hat Enterprise Linux Server release 5.3 (Tikanga)
    [oracle@test-rms-app application]$
    The database is created and all the batch file scripts have been successfully deployed.  Now working on the application server.  The  Weblogic server is installed and 11g forms and reports are installed successfully.
    Any help would be helpful.
    Thanks,
    Ram.

    Please check MOS Notes:
    FAQ: RWMS 13.2 Installation and Configuration (Doc ID 1307639.1)

Maybe you are looking for