"No Items Found" when connecting to database

Recently when I connect to a SQL database and expand the tables I get a "No Items Found" message. I have verified that the data is there and another individual has no problems connecting. I have permission to access and everything is set-up correctly.
I am using Crystal Reports version 11.5.8.826.
Does anyone have any suggestions as to what may have caused the problem, it happened overnight?

Hi  Katrina Ramey,
This is due to  database updating problems.
So, just try to create a new database connection (odbc) and try to repoint to your database tables.
You can just update the connection or verify the database option from  the Database Tab.
The tables might not be updated  from the database, some particular point of time this error occurs.
Thanks,
Naveen.

Similar Messages

  • Show error when connect Company Database by DI API in 2004B

    Hi
    I use the DI API to connect company database in 2004B.  I can get the company lists by SAPbobsCOM.CompanyClass.GetCompanyList().
    I write a program to testing the connection that show two different result in client and server side.
    - It show the error -2147221164 (Class not registered), when connect company database in client PC. 
    - The same program run in server, it connected.
    I already checked my config as below
    - SAP 2004B is installed 7.20.145 SP:00 PL:25
    - SAPbobsCOM67.dll is 6.70.188.0 version, and "Special Build Description" is 21.
    The client and server side are same config.
    Any ideas how I should handle this?
    Thanks
      Winson

    sorry! it is wrong posted in here!!

  • When connect the Database from Toad , Sqlplus giving the error

    when connect the Database from Toad , Sqlplus giving the error
    recent changes 12.1.1 installatiojn
    Oracle SQL plus encountered a problem and needs to close we are sorry for convenienvce
    Oracle Forms Designner has encountered a probloem and needs to close we are sorry for the convenience
    Thanks & Regards,
    sree

    when connect the Database from Toad , Sqlplus giving the error recent changes 12.1.1 installatiojnHave you tried using the same user via simple sqlplus on the database server or apps tier server itself? Please try the same database user/login on the database server using the sqlplus available on the server itself. See what message do you get. If the the login happens, then try with the tns entry e.g. sqlplus username/password@prod and see if that works on the db server. If both of these conditions work the check where is Toad picking up the tns entry from on the client pc/laptop. If first test fails, then check if the account is locked.
    Hope this helps.

  • Nullpointerexception when connecting to database

    I am trying to connect to an oracle database. I can get successfully connected using the netbeans database connection wizard. I transferred over the same driver and connection string to my code. I am currently getting this error when connecting. I commented on the line of code where i am receiving the error below. Any help is appreciated. thanks
    NPE exception in creating statement null
    java.lang.NullPointerException
    at mmsiserver.conversation.doAction(conversation.java:115)
    at mmsiserver.conversation.<init>(conversation.java:101)
    at mmsiserver.Server.run(Server.java:105)
    public conversation(Socket clientSocket) {
            System.out.println("beginning of convo");
            client = clientSocket;
            Connection connection = null;
            try {
                objOut = new ObjectOutputStream(client.getOutputStream());
                objIn = new ObjectInputStream(client.getInputStream());
            } catch (IOException ex) {
                ex.printStackTrace();
            try {
                // Load the JDBC driver
                // DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
                String driverName = "oracle.jdbc.driver.OracleDriver";
                Class.forName(driverName);
                String url = "jdbc:oracle:thin:@139.67.66.27:1521:XE";
                String username = "system";
                String password = "mmsi";
                connection = DriverManager.getConnection(url, username, password);
            } catch (ClassNotFoundException e) {
                System.out.println("clnf exception in connection to db");
            } catch (SQLException e) {
                System.out.println("sql ex in connecting to db");
            this.start();
            doAction();
            public void doAction() {
            Statement stmnt = null;  // used in executing static SQL statement returns results it produces
            System.out.println("got to doaction");
            try {
               // it errors out on this next line.
                stmnt = connection.createStatement();
            } catch(SQLException e) {
                System.out.println("SQL Exception " + e.getMessage());
            } catch (NullPointerException npe){
                System.out.println("NPE exception in creating statement ");
                npe.printStackTrace();
          

    Your conversation constructor is using a different variable named "connection" from the one that the doAction method is using. You didn't show it, but you must have an instance variable named "connection" in order for doAction to compile.
    To fix: in the conversation constructor, don't say:
    Connection connection = null;Then the following line (that you already have) will initialize the same variable that doAction sees:
    connection = DriverManager.getConnection(url, username, password);

  • No items found when using Reports

    I have a question:
    When i use Reports (\Monitoring\Overview\Reporting\Reports) in SCCM 2012 directly on the server i see all the reports and i can create reports.
    Also the web version is working alright.
    When i use Reports on my own workstation there are no items found. When i create a report i get the following message:
    The requested object information could not be retrieved.  Refresh the Configuration Manager console to verify that another administrator has not moved or deleted the object, or that the role-based administration security scopes or security roles for
    the object or current user have not changed.
    No details are available for this error.
    Microsoft.ConfigurationManagement.ManagementProvider.SmsException
    The remote server returned an error: (401) Unauthorized.

    Can you access the reports via IE on you workstation? Are you getting the 401 error in IE for your PC?
    BTW I don't recommend that you access the reports via the console.
    http://be.enhansoft.com/post/2013/09/10/Should-Configuration-Manager-SSRS-or-ASP-Reports-be-Accessed-from-the-Browser-or-the-Console.aspx
    http://www.enhansoft.com/
    In the browser it works perfectly. Only in SCCM client from myself and my colleagues it doesn't work. On the server with mstsc (remote access) it works.

  • When connecting to database in SQL* plus giving Error

    hi,
    I am using Oracle 10g. My problem is when i connecting to database in Server through SQL * Plus giving the Error:
    ORA-12514: TNS:listerner does not currently know of service requested in connect descriptor.
    Why this is happening i don't know. I created listener also. But no use. How to solve this can any tell me pls... ! .
    Thank u...!

    hi,
    Thank u bang for u r reply. It is not working sir. I added the listener as follows:
    # listener.ora Network Configuration File: D:\oracle10g\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = HA14)(PORT = 1521))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle10g)
    (PROGRAM = extproc)
    (SID_DESC =
    (GLOBAL_DBNAME = OVSL06)
    (ORACLE_HOME = D:\oracle10g)
    (SID_NAME = OVSL06)
    (SID_DESC =
    (GLOBAL_DBNAME = OVSL06)
    (ORACLE_HOME = D:\oracle10g)
    (SID_NAME = OVSL06)
    I typed the following commands in command prompts
    C:\>lsnrctl
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 30-MAY-2007 16:29
    :14
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Welcome to LSNRCTL, type "help" for information.
    LSNRCTL> stop
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=HA14)(PORT=1521)))
    The command completed successfully
    LSNRCTL> start
    Starting tnslsnr: please wait...
    TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Production
    System parameter file is D:\oracle10g\network\admin\listener.ora
    Log messages written to D:\oracle10g\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=HA14)(PORT=1521)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCipc)
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=HA14)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 32-bit Windows: Version 10.1.0.2.0 - Produ
    ction
    Start Date 30-MAY-2007 16:29:28
    Uptime 0 days 0 hr. 0 min. 2 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File D:\oracle10g\network\admin\listener.ora
    Listener Log File D:\oracle10g\network\log\listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=HA14)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCipc)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    same error is getting as i am getting previously. Tell me solution pls....!
    Thank u...!

  • Insufficient privileges when connect to database as sysdba

    I installed a vision database along with Oracle R12 EBS. I need to connect to database as sysdba to unlock system account. but when I ran command sqlplus / as sysdba, I go this error "ORA-01031: insufficient privileges".
    I searched some answer in the internet, most answer says it requires the linux user to be in dba group. in my config.c file I have this definiation "#define SS_DBA_GRP "Oracle". So group 'Oracle" is my dba group. and I also checked my current user id (user name is Oracle too) and group , I got:
    [Oracle@linux admin]$id Oracle
    uid=500(Oracle) gid=500(Oracle) groups=500(Oracle)
    all above seems right to me. I also added authentication_services to sqlnet.ora like this : sqlnet. authentication_services=(all) . but I still got the same error. Can anyone tell me what is wrong?
    Or is there any other way to unlock system account?
    Edited by: user12100435 on Apr 15, 2013 7:53 PM

    user12100435 wrote:
    I installed a vision database along with Oracle R12 EBS. I need to connect to database as sysdba to unlock system account. but when I ran command sqlplus / as sysdba, I go this error "ORA-01031: insufficient privileges".
    I searched some answer in the internet, most answer says it requires the linux user to be in dba group. in my config.c file I have this definiation "#define SS_DBA_GRP "Oracle". So group 'Oracle" is my dba group. and I also checked my current user id (user name is Oracle too) and group , I got:
    [Oracle@linux admin]$id Oracle
    uid=500(Oracle) gid=500(Oracle) groups=500(Oracle)
    all above seems right to me. I also added authentication_services to sqlnet.ora like this : sqlnet. authentication_services=(all) . but I still got the same error. Can anyone tell me what is wrong?
    Or is there any other way to unlock system account?
    Edited by: user12100435 on Apr 15, 2013 7:53 PMyour OS user must be a member of the OS "dba" group

  • Ipad not found when connected to laptop

    Ipad not found when I connected to laptop and itunes

    iOS: Device not recognized in iTunes for OS X
    iOS: Device not recognized in iTunes for Windows

  • Issue when connecting to database from SQL Developer tool

    Hi,
    I was trying to connect to a remote oracle database 10.2.0.5 (hosted at window 2008 R2 server) from my local SQL Developer tool.
    When setting up connection in SQL Developer tool, I was able to connect to the database by selecting TNS (Network Allias).
    However, it does not work when I choose Basic type with the same information (HOST, PORT, SID).
    What is the difference between TNS and Basic setting option? Please advise and assist.
    Thanks.
    Regards,
    Jia

    Hi JimSmith,
    Thanks for reply.
    TNS entry as below:
    ORCL_DB =
    (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 91.198.252.83)(PORT = 1521)) )
    (CONNECT_DATA = (SID = orcl) (SERVER = DEDICATED) ) )
    It works fine if I choose TNS (Network Allias: ORCL_DB).
    For the Basic setting:
    Hostname = 91.198.252.83
    Port = 1521
    SID = orcl
    The error I received when connecting to db based on Basic option is Failure -Io exception: The Network Adapter could not establish the connection.
    Below are the entries of SQLnet.ora. Any entry should I add into sqlnet.ora?
    SQLNET.AUTHENTICATION_SERVICES= (NONE)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    Appreciate your comment.
    Thanks.
    Regards,
    Jia

  • Page not found when connecting to server (if not logged in on server)

    Hi,
    When we try to connect to the presentation server (http://esddev02:9704/analytics/saw.dll?Dashboard) we get a page not found error if I don't open a remote desktop connection session on the server first.
    I suppose the problem originates in the fact that the installation of the software has been done with my credentials on the server.
    The windows services start with 'Local System' as logon but the OC4J seems to start only when I log on with my user.
    I don't see a reason for this as in the registry the OC4J start command is found under HKEY_LOCAL_MACHINE.
    Changing this to "D:\OracleBI\oc4j_bi\bin\oc4j.cmd -start& " did not change anything.
    Has somebody got a clue?
    Tx for any advice,
    Kris

    Hi,
    I checked further on this today. Problem is not solved yet. I need to find a way to start the OC4J server independent from my session on the server.
    Has anybody got some advice?
    Brgrds,
    Kris

  • JDBC Driver not found when connecting to Data Federator XI 3.0 SP3

    Hello,
    I am trying to connect Crystal 2008 to Data Federator however I am getting the Error
    Failed to open connection.
    Details: JDBC Driver not found.
    The JDBC Drivers are installed and working for the Universe Designer, however I am unable to get it working for Crystal. I am using the following connection parameters on Crystal:
    Connection URL: jdbc:datafederator://<<servername>>:3055/<<catalog>>
    Database Classname: com.businessobjects.datafederator.jdbc.DataFederatorDriver
    Any Advice on what I may have missed?

    The issue was solved, thanks to Patric Wan:
    u201CFailed to open the connection. Details: JDBC driver not found.u201D
    This means Data Federator JDBC driver was not added to:
    C:\Program Files\Business Objects\common\<version>\java\CRConfig.xml
    How to connect the Data Federator Server using JDBC?
    1. Retrieve the following files from the machine where Data Federator is installed, from the directory [data-federator-installation-dir]/JdbcDriver/lib.
        - thindriver.jar
        - avalon-framework-4.1.5.jar
        - jacorb.jar
        - log4j-1.2.8.jar
        - logkit-1.2.jar
    2. Copy these files to a directory of your choice ([your-jdbc-driverdirectory]).
    3. Add [your-jdbc-driver-directory]/thindriver.jar to CRConfig.xml   <Add to Classpath tag, you can refer to original sample.CRConfig.xml should be at: C:\Program Files\Business Objects\Common\4.0\java\CRConfig.xml, or search your BOBJ products install to find this file>
    4. URL: jdbc:leselect://<host>[:<port>][/[<catalog>]][[;param-name=value]*]
    Class Name : LeSelect.ThinDriver.ThinDriver
    Edited by: Craig Sander on Feb 12, 2011 8:22 PM

  • Error message when connecting to database!

    Hi
    For this assignment i create a databse with Acces. when i run the following code i get an error message.
    Dropping indexes & tables ?
    Could not drop primary key on UserStocks table: [Microsoft][ODBC Microsoft Access Driver] Cannot find table or constrant.
    Could not drop UserStocs table: [Microsoft][ODBC Microsoft Access Driver] Table ?UserStocks? does not exist.
    Creating tables ?????????..
    Creating Stocks table with primary key index ?
    Creating Users table with primary key index ?
    Creating UserStocks table ?
    Exception creating UserStocks table: [Microsoft][ODBC Microsoft Access Driver] Syntax error in CREATE TABLE statement.
    Creating UserStocks table primary key index ?
    Exception creating UserStocks index: [Microsoft][ODBC Microsoft Access Driver] Cannot find table or constraint.
    Database created.
    An extract of an error further down after running MakeDB.java
    Chapter 11: The MakeDB Class
    Programmer: Michael Mick
    Date: December 16, 2004
    Filename: MakeDB.java
    Purpose: To build an initial database for the StockTracker application
    import java.sql.*;
    import java.io.*;
    public class MakeDB
    public static void main(String[] args) throws Exception
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    String url = "jdbc:odbc:StockTracker";
    Connection con = DriverManager.getConnection(url);
    Statement stmt = con.createStatement();
    // The following code deletes each index and table, if they exist.
    // If they do not exist, a message is displayed and execution continues.
    System.out.println("Dropping indexes & tables ...");
    try
    stmt.executeUpdate("DROP INDEX PK_UserStocks ON UserStocks");
    catch (Exception e)
    System.out.println("Could not drop primary key on UserStocks table: "
    + e.getMessage());
    try
    stmt.executeUpdate("DROP TABLE UserStocks");
    catch (Exception e)
    System.out.println("Could not drop UserStocks table: "
    + e.getMessage());
    try
    stmt.executeUpdate("DROP TABLE Users");
    catch (Exception e)
    System.out.println("Could not drop Users table: "
    + e.getMessage());
    try
    stmt.executeUpdate("DROP TABLE Stocks");
    catch (Exception e)
    System.out.println("Could not drop Stocks table: "
    + e.getMessage());
    /////////////////////////Create the database tables/////////////////////////
    System.out.println("\nCreating tables ......................");
    // Create Stocks table with primary key index
    try
    System.out.println("Creating Stocks table with primary key index ... ");
    stmt.executeUpdate("CREATE TABLE Stocks ("
    + "symbol TEXT(8) NOT NULL "
    + "CONSTRAINT PK_Stocks PRIMARY KEY, "
    + "name TEXT(50)"
    + ")");
    catch (Exception e)
    System.out.println("Exception creating Stocks table: "
    + e.getMessage());
    // Create Users table with primary key index
    try
    System.out.println("Creating Users table with primary key index ... ");
    stmt.executeUpdate("CREATE TABLE Users ("
    + "userID TEXT(20) NOT NULL "
    + "CONSTRAINT PK_Users PRIMARY KEY, "
    + "lastName TEXT(30) NOT NULL, "
    + "firstName TEXT(30) NOT NULL, "
    + "pswd LONGBINARY, "
    + "admin BIT"
    + ")");
    catch (Exception e)
    System.out.println("Exception creating Users table: "
    + e.getMessage());
    // Create UserStocks table with foreign keys to Users and Stocks tables
    try
    System.out.println("Creating UserStocks table ... ");
    stmt.executeUpdate("CREATE TABLE UserStocks ("
    + "userID TEXT(20) "
    + "CONTRAINT FK1_UserStocks REFERENCES Users (userID), "
    + "symbol TEXT(8), "
    + "CONSTRAINT FK2_UserStocks FOREIGN KEY (symbol) "
    + "REFERENCES Stocks (symbol))");
    catch (Exception e)
    System.out.println("Exception creating UserStocks table: "
    + e.getMessage());
    // Create UserStocks table primary key index
    try
    System.out.println("Creating UserStocks table primary key index ... ");
    stmt.executeUpdate("CREATE UNIQUE INDEX PK_UserStocks "
    + "ON UserStocks (userID, symbol) "
    + "WITH PRIMARY DISALLOW NULL");
    catch (Exception e)
    System.out.println("Exception creating UserStocks index: "
    + e.getMessage());
    // Create one administrative user with password as initial data
    String userID = "admin01";
    String firstName = "Default";
    String lastName = "Admin";
    String initialPswd = "admin01";
    Password pswd = new Password(initialPswd);
    boolean admin = true;
    PreparedStatement pStmt =
    con.prepareStatement("INSERT INTO Users VALUES (?,?,?,?,?)");
    try
    pStmt.setString(1, userID);
    pStmt.setString(2, lastName);
    pStmt.setString(3, firstName);
    pStmt.setBytes(4, serializeObj(pswd));
    pStmt.setBoolean(5,admin);
    pStmt.executeUpdate();
    catch (Exception e)
    System.out.println("Exception inserting user: "
    + e.getMessage());
    pStmt.close();
    // Read and display all User data in the database.
    ResultSet rs = stmt.executeQuery("SELECT * FROM Users");
    System.out.println("Database created.\n");
    System.out.println("Displaying data from databae ... \n");
    System.out.println("Users table contains:");
    Password pswdFromDB;
    byte[] buf = null;
    while(rs.next())
    System.out.println("Logon ID = "
    + rs.getString("userID"));
    System.out.println("First name = "
    + rs.getString("firstName"));
    System.out.println("Last name = "+ rs.getString("lastName"));
    System.out.println("Administratvie = "+ rs.getBoolean("admin"));
    System.out.println("Initial password = "+ initialPswd);
    // Do NOT use with JDK 1.2.2 using JCBC - ODBC bridge as
    // SQL NULL data value is not handled correctly
    buf = rs.getBytes("pswd");
    if (buf != null)
    System.out.println("Password Object = "
    + (pswdFromDB=(Password)deserializeObj(buf)));
    System.out.println(" AutoExpires = "+ pswdFromDB.getAutoExpires());
    System.out.println(" Expiring now = "+ pswdFromDB.isExpiring());
    System.out.println(" Remaining uses = "
    + pswdFromDB.getRemainingUses() + "\n");
    else
    System.out.println("Password Object = NULL!");
    rs = stmt.executeQuery("SELECT * FROM Stocks");
    if(!rs.next())
    System.out.println("Stocks table contains no records.");
    else
    System.out.println("Stocks table still contains records!");
    rs = stmt.executeQuery("SELECT * FROM UserStocks");
    if(!rs.next())
    System.out.println("UserStocks table contains no records.");
    else
    System.out.println("UserStocks table still contains records!");
    stmt.close(); // closing Statment also closes ResultSet
    } // end of main()
    // Method to write object to byte array and then insert into prepared statement
    public static byte[] serializeObj(Object obj)
    throws IOException
    ByteArrayOutputStream baOStream = new ByteArrayOutputStream();
    ObjectOutputStream objOStream = new ObjectOutputStream(baOStream);
    objOStream.writeObject(obj); // object must be Serializable
    objOStream.flush();
    objOStream.close();
    return baOStream.toByteArray(); // returns stream as byte array
    // Method to read bytes from result set into a byte array and then
    // create an input stream and read the data into an object
    public static Object deserializeObj(byte[] buf)
    throws IOException, ClassNotFoundException
    Object obj = null;
    if (buf != null)
    ObjectInputStream objIStream =
    new ObjectInputStream(new ByteArrayInputStream(buf));
    obj = objIStream.readObject(); // throws IOException, ClassNotFoundException
    return obj;
    } // end of class

    This is the output i get when i change the getMessage with printStackTrace.
    String getMessage() replaced with printStackTrace:
    G:\studies\Chapter11\MakeDB.java:33: 'void' type not allowed here
                   System.out.println("Could not drop primary key on UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:43: 'void' type not allowed here
                   System.out.println("Could not drop UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:54: 'void' type not allowed here
                   System.out.println("Could not drop Users table: "
    ^
    G:\studies\Chapter11\MakeDB.java:64: 'void' type not allowed here
                   System.out.println("Could not drop Stocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:83: 'void' type not allowed here
                   System.out.println("Exception creating Stocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:102: 'void' type not allowed here
                   System.out.println("Exception creating Users table: "
    ^
    G:\studies\Chapter11\MakeDB.java:119: 'void' type not allowed here
                   System.out.println("Exception creating UserStocks table: "
    ^
    G:\studies\Chapter11\MakeDB.java:133: 'void' type not allowed here
                   System.out.println("Exception creating UserStocks index: "
    ^
    G:\studies\Chapter11\MakeDB.java:159: 'void' type not allowed here
                   System.out.println("Exception inserting user: "
    ^
    9 errors
    Tool completed with exit code 1

  • Using DI API, getting error when connecting to database:

    The server is 2003. The sqlserver is 2005.
    We have a button that calles the DIapi function Connect().  He gets the following error: [Microsoft][ODBC SQL Server Driver][SQL Server]Conversion failed when converting the nvarchar value 'N' to data type int.
    We then tried to connect into another database in SAP we got the following error:
    1).[Microsoft][ODBC SQL Server Driver][SQL Server]Conversion failed when converting the nvarchar value 'UDOXX_Contract to data type int.
    There is a user-defined object called 'UDOXX_Contract', but our Add-On does not use any user-defined data object, so that must be from another add-on.  I really dont know anything about these user-defined objects.  Anyone have any idea what can be causing this problem, or what i can look at concerning this?
    thanks
    Bill

    Hi Bill,
    I am not sure why it is giving you the error messages and I have never seen these errors before. What you can possibly try is to see what SQL statements it is trying to execute. You can accomplish this with the SQL Profiler.
    Are you sure you're connecting correctly? Please post your code for the connection here.
    Hope it helps,
    Adele

  • Error when connecting to database in windows2000 professionnel

    i have a database in unix and another database in windows 2000 professionnel when i want to connect using sqlplus to database in windows 2000 professionel from database in unix the message error will appear memory fault(coredump)

    yes, when we install oracle 8i in windows professionel we have this problem, before installing 8i we connected to the database without problem
    thank you

  • Sqlplus hangs when connecting to database after applying patch 10.2.0.4

    Hi, I applied the patchset 10.2.0.4 and CPU January 2010 on my 10g database. my server is a windows 2003 x64 with a specif user (oradb)
    When I tried to logon to the database, it took 15 minutes for a normal user to logon and every request is almost as long.
    if I log as SYSDBA everything looks fine.
    I don't see anything relevant in the alert_log or listener.log
    The only thing unusual that I can see is from the view v$session_wait. It looks that there is 26 to 28 processes that are connected with timeout status, the database that I have in lab runs with 11-16 processes.
    Can somebody tell me what can I look for ?
    Thank you

    I use the listener both locally and on remote console but it's always the same behavior :
    cmd> sqlplus sys@production as sysdba // Connect without a glitch
    cmd> sqlplus user1@production // Connect after 15 minutes
    There's nothing in the alert_production.log and listener.log
    Actually, any user that has the SYSDBA privilege is able to connect without any issue. I tried the same thing with test
    cmd> sqlplus test1@production as sysdba
    Edited by: APQ on Jan 17, 2010 8:11 PM

Maybe you are looking for

  • Swap black and White in layer mask

    How do I change the default settings for the layer mask, as I'd like to swap black and white color.

  • [IDCS3] Asserts during tree node creation

    I'm porting a plug-in from CS2 to CS3 and am in the middle of converting a list box widget displayed on a dialog to a tree view, using the WListBoxComposite SDK sample and SDK docs as a guide. I'm getting the message:<br /><br />b CreateObject- ReadW

  • ClassCastException when calling finder-method

    Hello, i want to get all results from my table. Therefore i created an entity bean with a new finder method ejbFindAll which returns a Collection. In my stateless session bean i am instantiating the entity bean in this way: +CustomerLocalHome myCusto

  • Elements 9 won't select month and year on calendar

    I just got element 9 and have tried to make a calendar for 2011.  The problem is, is that it won't even let me select the month and the year, it keeps on coming up as 2010.  I had a calendar printed out and didn't even notice the wrong year.  Have I

  • 6750 Mural Selection Key Font Color

    The color of the selection/soft key labels is dark blue which is sometimes difficult to view if your wallpaper is dark in that area.  When I change the Home screen font color, I'd expect the color of these labels to change though all that changes col