Oracle 10g - Unable to do any admin function

I have installed oracle 10g database and can login and do all task except admin.
The PC has window XP OS system. When I do admin function, the system fails with invalid password for host username. I type in the password that I use to login to windows which is set at local level.
Which hostname does oracle need and how can I check.
Any thoughts......
Suresh

I have installed oracle 10g database and can login and do all task except admin.What admin functions you are trying to do?? How you are trying to do means which tool (sqlplus, EM) ? Which user you are connecting as??
Daljit Singh

Similar Messages

  • Oracle 10g unable to insert yet prompt no error

    Hi all,
    I bumped into this strange case. I have my web app connect to oracle 10g. I got all driver and JDBC setup and coded correctly. Somehow, it won't insert into table when i execute insert statement. No exceptions thrown and yet no error. I'm still finding a way to overcome this strange problem. In the mean time, appreciate if anyone out there able to help me to figure out.
    I suspect the driver class is causing problem. But to me, it's just a standard bunch of code:
    Connection con = null;
    try {
    // Load the JDBC driver
    String driverName = "oracle.jdbc.driver.OracleDriver";
    Class.forName(driverName);
    // Create a connection to the database
    String serverName = "127.0.0.1";
    String portNumber = "1521";
    String sid = "orcl";
    String url = "jdbc:oracle:thin:@" + serverName + ":" + portNumber + ":" + sid;
    String username = "ivan";
    String password = "admin123";
    con = DriverManager.getConnection(url, username, password);
    } catch (ClassNotFoundException e) {
    // Could not find the database driver
    } catch (SQLException e) {
    // Could not connect to the database
    return con;
    Thanks!
    Ivan Brogalis

    1 - The code posted, creates an SQL connection and returns it. There is no insert query ! Plz post the whole code.
    2 - Append this the catch block :
    catch (Exception e){
        e.printStackTrace();////////////////// USE THIS FOR THE OTHER CATCH BLOCKS TO HELPS U IDENTIFY THE PROBLEM
    }3 - Check whether the connection created is good : make s simple select like the following : String select = "Select sysdate from dual";4 - Check whether the user(name=ivan, password=admin123) has the SELECT/UPDATE rights.

  • Oracle 10g function to convert GML 3.1.1 to SDO_GEOMETRY

    In Oracle 11g there is a function available to convert GML 3.1.1 to SDO_GEOMETRY (SDO_UTIL.FROM_GML311GEOMETRY)
    However I need to support this in Oracle 10g that does not contain this function.
    Does anybody have this function for me in Java or PL/SQL?
    The Java classes GML, GML2, GML3 and GML 3g do not support GML 3.1.1 (with <patches>)
    Thanks for any help!
    Ron

    Hi Ron,
    I would second John's advice to go Simon's Java route as probably the best way to go if you are truly trapped on 10g. Note that were you to consider going the PLSQL route, the 10g XMLTYPE has a limitation of 64K for the payload of any XML tag. This means any GML linestring or polygon with more than 64K of coordinate data would not be possible to store or manipulate as XMLTYPE.
    ORA-31167: 64k size limit for XML node
    This makes using XMLTYPE tools to work with GML a bit of a bust on 10g. Moving to 11g is definitely something you want to consider if GML is in your requirements. Also, as a GML user please consider putting in an enhancement request to Oracle Spatial to support GML 3.2 and 3.3 (feel free to piggy back on 9788193).
    Oracle Spatial and support for GML 3.2.1?
    The 3.3 spec is due out any day now. The existing 11g reader/writer almost works with the new specs if they just added a few tweaks for gml:id and the namespace.
    Cheers,
    Paul

  • Is there any futures like DMBS_RESULT_CACHE in Oracle 10G?

    Hi,
    We are using oracle version,
    SQL*Plus: Release 9.2.0.1.0 - Production on Fri Mar 13 15:17:14 2009
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Is there any web related futures available in Oracle 10G to set the procedure or Function output to web cache?
    Any oracle functions related to web logic would help me.
    Thanks

    Is there any web related futures available in Oracle 10G to set the procedure or Function output to web cache? I'm not sure I understand the question. What do you mean by "web cache" here? You can always manually cache results by storing the results in a package variable before returning them and have your functions and procedures check whether the result is already cached before recomputing it. Of course, that means that you have to manually manage the cache invalidation as well. But that's probably the closet thing to the result cache in earlier Oracle versions.
    Any oracle functions related to web logic would help me.Again, I'm not sure I understand the question. Are you talking about WebLogic, Oracle's J2EE application server? Or does "web logic" relate to "web cache" above?
    Justin

  • Oracle 10g on Fedora Core 5

    Is there a pre-packaged version of Fedora Core 5 which includes Oracle 10g for Linux?
    This way, all you have to do is select Install Oracle 10g and it includes any special packages for installing Oracle 10g. Plus, after installation, it automatically starts up the Oracle 10g installer. It could even do the pre-installation stuff such as creating the oracle user. I do not know how, but this oracle user would be the only user using an old gcc compatible with Oracle software. Via its environment maybe?
    Right now, it is a Pain-in-the-neck to install Oracle on Linux. The installation guide Oracle provides is not enough. You have to do a search on the web for pages detailing more info. Or you have to install a special file or set variables to make the Oracle installer think it is installing on Red Hat Enterprise Linux. I have to hide the gcc that comes with Linux and install an old verison of it. At one time, I even had to compile a library so the java installer could run. This is ridiculous, I should not have to jump through hurdles to install Oracle.
    Does anyone out there have such a set of Fedora Core 5 ISO images? Shoot, FC4 would do too.

    No. I'm not particular to Fedora. Fedora has been a distribution which works on my (please don't laugh) emachines computer at home. I've had Oracle 9i enterprise installed on fedora core 3.
    Ubuntu and Debian are good distros as well. I have not been successfull with Suse though.
    Suse in the past -- the installer could not get the graphics correct -- garbage just displays -- so i could never install it. Maybe SuSe 10 has improved since then.
    I found this about Suse and Oracle. So, this may work for me. Otherwise, i will try Centos.
    http://www.novell.com/coolsolutions/tip/16193.html
    Thanks for the info.

  • Can i create a standby database in oracle 10g standared edition ?

    what are the steps required for creating a standby database using oracle 10g standard edition. or Any other feature for mirroring database in oracle 10g standared edition

    Dear mithun,
    Please read the following online documentation;
    http://download-west.oracle.com/docs/cd/B19306_01/server.102/b14239/standby.htm
    +"+
    +2.3.2 Oracle Software Requirements+
    +The following list describes Oracle software requirements for using Data Guard:+
    +* Oracle Data Guard is available only as a feature of Oracle Database Enterprise Edition. It is not available with Oracle Database Standard Edition. This means the same release of Oracle Database Enterprise Edition must be installed on the primary database and all standby databases in a Data Guard configuration.+
    +Note:+
    +It is possible to simulate a standby database environment with databases running Oracle Database Standard Edition. You can do this by manually transferring archived redo log files using an operating system copy utility or using custom scripts that periodically send archived redo log files from one database to the other. The consequence is that this configuration does not provide the ease-of-use, manageability, performance, and disaster-recovery capabilities available with Data Guard.+
    +"+
    Hope That Helps.
    Ogan

  • Problem with Pro*C reading BLOB field from Oracle 10g

    Hello Experts,
    We have a Pro*c application which is reading the BLOB data fields (a PNG image file) from Oracle data base. It holds the BLOB fields returned from the SQL query into a Unsigned Char structure in Pro*C. The program used work fine on AIX 32 – bit 4.3 and Oracle 8.1 environment.
    Recently, we have upgraded the environment to AIX 64-bit 5.3 and Oracle 10g.Since after the Pro*c program has problem in reading the Blob filed.
    Below is the query we are trying to execute –
    EXEC SQL
    SELECT
    signtre_image, image_file_name_ext
    INTO
    :msipLocalImage INDICATOR :msipLocalImage_i,
    :file_name_ext INDICATOR :file_name_ext_i
    FROM
    dcs_sign
    WHERE
    signtre_nbr = :signtre_nbr;
    Here signtre_image is the BLOB fields and msipLocalImage is a Pro*C structure define as below –
    typedef struct tagSignImage
    long len; /* Image length */
    unsigned char img[1]; /* Pointer to first byte. */
    } MOTS_SIGN_IMAGE;
    The quesry does not give any error or exception message in the Pro*C , program just stops at the point of executing the quesry..When we run the query commenting the BLOB filed it works fine. Also, the query runs good when we run it in the Oracle editor.
    There seems to be problem with the way we are reading the BLOB field in the new Oracle 10g enviromet.
    Does any body have any idea what’s wrong with this query? We really need it to work.
    Any Help will be greatly appreciated.
    Thanks,
    - Rajan Yadav

    Thanks a ton for your response.
    We made the necessary changes as suggested by you.This time we got another flavour of error - SQL Error Code - Inconsistent error while reading BLOB.
    Another thing we noticed is that the data field which we are trying to read is defined as LONG RAW instead of a BLOB in data base.
    Are these two things related in any sense or is there anything else which is causing the error.
    Once again Thanks for your help.
    - Rajan Yadav

  • Can we Restore a Dropped Package in oracle 10g

    Hello,
    I have dropped a pl/sql package accidantly.The database is Oracle 10g R2. Is there any way to recover it.?
    Thanx.

    And if you don't already have source control for the code, make sure to implement it right now.
    At least I now have the answer to [this question|http://forums.oracle.com/forums/thread.jspa?messageID=3370251#3370251] I was asked a while back.
    Surely nobody in their right mind would ever work directly on source code saved in the database?

  • Password problem in oracle 10g after upgrading from oracle 9i

    Hi to all,
    i'm migrating oracle 9i to oracle 10g. in oracle 9i username/password are same character(eg kareem/kareem)
    after upgrading to oracle 10g will it create any problem. Because in oracle 10g the condition is when creating user is username and password should not contain same character (kareem/kareem not allowed).
    Thanks in advance

    in oracle 10g document, they have mention below condition to create user. See the second condition.
    • Passwords must be between 4 and 30 characters long.
    • Passwords cannot be the same as the user name.
    • Passwords must be from the database character set and can include the underscore (_), dollar ($), and pound sign (#) characters.
    • Passwords cannot be Oracle reserved words.
    • Don't start the password with a numeral.
    • Don's use change_on_install or manager as passwords, since they are used by Oracle.
    As i'm going to upgrade oracle 9i to 10g. if it give problem because username and password are same then i have to request my development team to change the password in their application.Can you please verify and tell me.
    Edited by: user7071421 on Sep 25, 2008 4:33 AM

  • PHP 5 + Oracle 10g

    I am trying to work with PHP 5 and Apache 1.3.29 on Windows XP with the Oracle 10g client libraries.
    I have tried v5.0.0, 5.0.1 and 5.0.2-dev as of today's CVS build with no luck.
    Apache keeps hanging with an error caused probably by the oci8 extension of PHP 5.
    I tried to find out the error and the crash happens in oraclent10.dll, so I'm pretty sure this has to do with the Oracle support.
    Has anybody experienced anything like that?
    With PHP 4 everything works perfectly with the same version of Apache and the same Oracle 10g client libraries.
    Valerio Santinelli

    OCI8 functions are not compiled by default in PHP.
    So if PHP was installed from sources then you need recompile it with with-oci8 or with-oci8-instant-client option.

  • Svrmgr30 in Oracle 10g

    Is utilities like svrmgr30 available in Oracle 10g? Is there any alternative solution available?
    Regards, Anirban

    Is utilities like svrmgr30 available in Oracle 10g? In V8 svrmgrl existed & not since then.
    Is there any alternative solution available?sqlplus

  • What is the version of grant alter table, drop table to user in Oracle 10g?

    Hi,
    Oracle support "grant alter table and drop table" before, but I get the "invalid privilege" error in Oracle 10g. Oracle 10g have the "DROP ANY TABLE" and "Alter any table". Is these two means can drop and alter tables belonging to other users? How do I grant the total control (CRUD) of tables in the owner's schema to the owner in Oracle10g?
    Thanks,
    Jiang

    CREATE TABLE privilege grants complete control on owner's tables :
    SYS@db102 SQL> create user test01 identified by test01;
    User created.
    SYS@db102 SQL> grant create session, create table to test01;
    Grant succeeded.
    SYS@db102 SQL> alter user test01 quota unlimited on users;
    User altered.
    SYS@db102 SQL> conn test01/test01
    Connected.
    TEST01@db102 SQL> create table test(a number);
    Table created.
    TEST01@db102 SQL> alter table test add(b varchar2(100));
    Table altered.
    TEST01@db102 SQL> drop table test purge;
    Table dropped.
    TEST01@db102 SQL>                                                      

  • Dbms_job In Oracle 10g

    Hi all,
    whether DBMS_JOB is desupported in oracle 10g .
    Is there any site from oracle to list all the De-supported Items..
    Regards,
    Mohammed

    whether DBMS_JOB is desupported in oracle 10g .DBMS_JOB still in V10

  • Oracle 9i and Oracle 10g in same machine

    I have Oracle 9i in a machine. I wanted to install Oracle 10g in the same machine.
    I tried installed, and Oracle 10g worked ok.
    I have the following problems:
    1. Oracle 9i is not starting up. {Oracle 9i Intelligent Agent Failure on startup}
    2. I need to use Oracle 9i and Oracle 10g simultaneously.
    If any one have experianced this please help to resolve the issue.
    Thanks in advance.
    Srini

    You must use 2 different homes, and later you have to take care of your environment variables, and you must use only one listener in this case the highest version that is 10g.
    Tell us: did you install in the same ORACLE_HOME?
    Give us details.
    Pao.

  • Oracle 10g on red hat linux enterprise 4

    Please
    Is REH enterprise 4 is perfect for installing oracle 10g or are there any installation issues. please guide me any one
    Nasir

    Hi everyone
    Even though I'm an Oracle ACE I'm not an ACE in the Linux operating system.
    I am getting a new laptop that has 4 GB RAM and a server that has a quad-core with 4 GB RAM and SCSI drives. Both of these are using the Windows operating system, the laptop using WIndows XP and the server using 2003 Server.
    I have been advised to use VM Ware to install Linux and then install my Oracle database and / or application server.
    Has anyone done this and would you be willing to give me some pointers?
    I also noticed in this thread that someone is not recommending the use of Linux 5 from Oracle but rather use version 4, update 5. Would you be willing to let me have the low down on this?
    If anyone has any white papers or word documents that show how to install Linux 4.5 on VM Ware I would be most grateful. My email address is: [email protected]
    Best wishes
    Michael
    Best wishes
    Michael

Maybe you are looking for

  • Reader- E-mail Submission Notification

    Hi Forms Central Team, Why is it that I cannot have a reader as the recipient of a notification that the form has been submitted? Example: I would like to provide an administrator to receive notification receipt,and also have ability to log-in and re

  • Master-Details Relation

    Hi All, I Have one dought,I have a form with master-detail relation. If i query in header level i can able to see all the data in both levels. If i query in detail level i cannot see header level information,but i can able to see the detail level onl

  • Workstation Application

    Hi Guru's We are using Windows vista.I want to define new Workstation application. For Excel : xlsx & Word : docx Pls let me know what are all the steps involved to create a new workstation application.. Kindly explain me briefly.. Regards, Bhanu

  • How do I create a Convert to PDF link on my Desktop

    How do I create a Convert PDF link on my Desktop, so I can convert PDF's to Word and save them directly on my computer? 

  • Do I need a song license if I put a song in a video I made? If so, where can I get one?

    Do I need a song license if I put a song in a video I made? If so, where can I get one? I will be using this song as a theme song in my podcast. If needed, I would like to get a license for the song "I want freedom" by Chris Ross.