Problems with the creation of the user in Oracle 10 g

the ear

After connecting to the database with the sysdba user, I created a user to the following query:

CREATE THE USER BI_USER
IDENTIFIED BY THE VALUES OF "0CE8A6E883EE4E19".
DEFAULT TABLESPACE BI_USER
TEMP1 TEMPORARY TABLESPACE
DEFAULT PROFILE
RELEASE OF ACCOUNT;

After the creation of what I gave more privledges to him:
RESOURCE GRANT AT BI_USER;
GRANT CONNECT TO BI_USER;
GRANT SCHEDULER_ADMIN TO BI_USER;
GRANT S/N BI_USER;
GRANT SELECT_CATALOG_ROLE TO BI_USER;
IN BI_USER GRANT GLOBAL QUERY REWRITE;
ANALYZE GRANT AT BI_USER;
GRANT EXECUTE ANY PROCEDURE TO BI_USER;
GRANT CREATE SEQUENCE TO BI_USER;
GRANT CREATE SYNONYM OF BI_USER;
GRANT EXECUTE ANY PROGRAM AT BI_USER;
GRANT SELECT ANY DICTIONARY OF BI_USER;
GRANT DROP ANY VIEW of BI_USER;
GRANT CREATION DIMENSION TO BI_USER;
GRANT TO FILE ANY TYPE OF BI_USER;
GRANT CREATE ANY DIRECTORY OF BI_USER;
GRANT THE ALTER ALL MATERIALIZED VIEW TO BI_USER;
GRANT TO CREATE A VIEW ON BI_USER;
GRANT UNLIMITED TABLESPACE TO BI_USER;
BEGIN
SYS. DBMS_RULE_ADM. () GRANT_SYSTEM_PRIVILEGE
PRIVILEGE = > SYS. DBMS_RULE_ADM. EXECUTE_ANY_RULE,
DEALER = > "BI_USER"
GRANT_OPTION = > FALSE);
END;
/
GRANT EXECUTE ANY TYPE OF BI_USER;
GRANT TO CREATE A VIEW ON BI_USER;
GRANT CREATE TRIGGER TO BI_USER;
GRANT CREATE ANY TABLE TO BI_USER;
GRANT CREATE TABLE BI_USER;
BEGIN
SYS. DBMS_RULE_ADM. () GRANT_SYSTEM_PRIVILEGE
PRIVILEGE = > SYS. DBMS_RULE_ADM. EXECUTE_ANY_RULE_SET,
DEALER = > "BI_USER"
GRANT_OPTION = > FALSE);
END;
/
GRANT CREATE TYPE BI_USER;
GRANT DROP ANY INDEX BI_USER;
GRANT SELECT ANY TABLE OF BI_USER;
GRANT CREATE JOB TO BI_USER;
REWRITING QUERY GRANT IN BI_USER;
GRANT CREATE VIEW TO BI_USER;
GRANT CREATE SESSION BI_USER;
GRANT RUN ANY CLASS TO BI_USER;
BEGIN
SYS. DBMS_RULE_ADM. () GRANT_SYSTEM_PRIVILEGE
PRIVILEGE = > SYS. DBMS_RULE_ADM. EXECUTE_ANY_EVALUATION_CONTEXT,
DEALER = > "BI_USER"
GRANT_OPTION = > FALSE);
END;
/
GRANT CREATE INDEXTYPE TO BI_USER;
GRANT CREATE DATABASE TO BI_USER LINK;
GRANT ALTER SESSION TO BI_USER.
GRANT DROP ANY DIRECTORY OF BI_USER;
GRANT CREATE PROCEDURE BI_USER;
GRANT DELETE ANY SYNONYM OF BI_USER;
GRANT DROP ANY TABLE OF BI_USER;

Follow now the questions that I am facing is:
(1) after all this when I could connect this user through Toad, she is successful, but through SQL, it says invalid username and password
(2) whenever I create a table, it is created in the SYS schema not in the schema of the user created in the schema user, I have right username.tablename also in the statement select.

Any body can help me in this.

A TOAD, there is a drop down list of 'CONNECT AS' with 'NORMAL', 'SYSOPER' and 'SYSDBA' values

If you select SYSDBA, connect you effectively as SYS and you create all the objects are created in the SYS schema.

SQLPlus default connection normally (except if you explicitly add "AS SYSDBA" to your connection).

Tags: Database

Similar Questions

  • Problem with the user after reinstalling the unit account

    Initial Setup druing the motherboard is dead so I had to reinstall everything. I have a user who has been associated with the installation of the old unit and now I can not add to the new system of the unit. If I do a search for users and check the box "all servers of the unit" I see the old user, but cannot access it. I am running 4.0 (4) unit with Unified Messaging and exchange 2000 on another server. Anyone know of a way to get the user dissociated with the old server, so I can add a new?

    Thank you

    OK, try this.

    Open GSM, right-click on the name of the server. Select import user (I know it does not make sense). Find the windows account, right-click on it, remove the Subscriber Properties.

    Last resort

    =======================

    Open adsiedit using the \commserver\techtools\adsiedit.msc command

    (You may need to register the dll - "regsvr.exe adsiedit.dll")

    Search for count windows, then right click to get the properties of the windows account.

    Look for the attribute ciscoEcsbuUMLocationObjectId to the account.

    CAREFUL with this step because you are about to destroy the subsriber unit properties. Make sure you have the correct account. If you do, click CLEAR to delete the attribute CiscoEcsbuUMLocationObjectId of the unit

    After clearing, you should be able to import the account.

  • I have a problem with the user account control restricting printing.

    Original title: problem of UAC Restriction...

    In fact, this problem only occurs on Windows 7 / Vista including our field is now progressing to it. The problem is that we still use an OLD way for ourselves print documents by a former software which will form the LPT port. We used to map the BP turbine as: "net use LPT3: \\print_server\printer / persistent: Yes.

    EVERYTHINS works correctly, the fact is that we can mount the printer on LPT port, but we cannot print on it. The only way we found to make it work is by disabling that turned off.

    Is it possible to change this and to let any user print to an LPT port, even if UAC is the highest value?

    I thank you for your answer and have a nice day!

    In fact, was how I managed to solve this problem by defining the rights for users to C:\Windows\system32\spool folder on the print server.

    In this case the UAC asking for something.
  • problem with the user interface

    Hello

    I want to store a LabelField and a ButtonField in unique horizontalFieldmanager.

    display aside and left to the right of the label button.

    I was able to view a horizontalField but I want to display as below then how it is possible.

    Text1 button1

    Button2 Text2

    Text3 button3

    Code:

    for (int i = 0; i)<>

    {

    HorizontalFieldManager hfm5 = new HorizontalFieldManager()
    {
    protected void sublayout (int width, int height)
    {
    Field field;
    get the total number of areas falling under this Manager of
    int numberOfFields = getFieldCount();
                   
    System.out.println ("length =" + numberOfFields);
    int x = 0;
    int y = 0;
    for (int i = 0; i)<>
    {
    field = getField (i); get the field
    System.out.println (i + "->" + field);
    setPositionChild(field,x,y);
    layoutChild (field, width, height);
    x += 130;
    }
    setExtent (width, height);
    }
    };

    hfm5. Add (Text);

    hfm5. Add (Button);

    }

    Please help me as soon as possible:

    code above show me data only once.

    example:

    Text1 button1

    Hello

    Thanks for help me.

    I solved problem myself.

  • problem with the user account

    Hi all

    on my user account of some programs do not work correctly. example when I download a file or software on google chrome and click on view in the folder, nothing happens, google chrome always requires admin password but has never done this before. and when I save a file from open office that he used to open ok now, he cannot but on my admin account, everything works well. I created a new account and google chrome works well. the only thing is now that all my programs are on the other user account like norton, mechanic system requiring a product key can transfer people over to a new account

    concerning

    ESD

    Files that you can transfer by opening C:\Users and drag-and - drop the files in the new folder account.

    For the programs installed, no transfer is necessary.  You can simply connect to the other account and use the programs.

  • Problems with the user interface button

    I know it's a simple enough question, but do not understand the error myself.

    The problem is that the "Reading license" button does not run the alert("");

    I have tried all the ways, I know, but can't seem to understand.

    Is there something that I missed?

    Create window

    hwin var = new window ('dialogue', "Help and settings", undefined);

    hrs var = ' group {orientation: 'column', alignment: ["fill", "fill"] alignChildren: ["fill", "fill"],-}.

    groupOne: group {orientation: 'column', alignment: ["fill", "fill"] alignChildren: ["fill", "fill"],------}

    bannerImage: Image {text: 'Image', image :'/ C/Program Files/Adobe/Adobe After Effects CS6/Support Files/Scripts/ScriptUI Panels/Layer_tools Icons/Banner.jpg'},\}

    Subject: StaticText {text: ", properties: {multiline: true}}, \

    helpImg: Image {text: 'Image', image :'/ C/Program Files/Adobe/Adobe After Effects CS6/Support Files/Scripts/ScriptUI Panels/Layer_tools Icons/Description.png'},\}

    },\

    groupTwo: group {orientation: 'row', alignment: ["fill", "fill"] alignChildren: ["fill", "fill"],------}

    ccLicens: button {text: 'Reading license', preferredSize: [75,25], alignment: ['right', 'Center']},

    okButton: button {text: 'OK', preferredSize: [75,25], alignment: ['right', 'Center']},

    },\

    }";

    hwin. GRP = hwin.add (HRS);

    All text:

    hwin.grp.groupOne.about.text = 'name ' +.

    ' \nCreated by: © copyright 2013 +.

    "\n\nLorem ipsum dolor sit amet, adipiscing elit computer." +

    "\n\nLorem ipsum dolor sit amet."

    OK button

    OK var = hwin.grp.groupTwo.okButton;

    Ok. Onclick = function()

    {

    hwin. Close();

    };

    Play button of license:

    var readLicense = hwin.grp.groupTwo.ccLicens;

    readLicense.Onclick = function()

    {

    Alert ("Something");

    };

    Display 'Help and settings' victory

    hwin. GRP. Layout.Layout (true);

    hwin. Center();

    hwin. Show();

    Quentin

    Should be "onClick".

    readLicense.onClick = function() {}

    Alert ("Something");

    };

  • Problems with the user of the pdf file

    I have a client who uses several forms that I created for them. But they found that they cannot save pdf (to records) forms. I can save versions of each form since I have the program installed on my computer, but they do not.

    Is this something I did when I created the form? Or simply the nature of the forms. They did not want the "print" button and they need a digital copy, not only a printed copy of these forms. These are interim forms used until an accounting program is installed.

    Thanks for any help!

    In Acrobat X, the menu has moved to file > save as > Reader Extended PDF > activate additional features. ;-)

  • problem with the customer of oracle 10g on centos 5.3

    I'm the client installation of oracle 10g on centos 5.3
    I face the following question while installation configure oracle net.
    all I can understand newspapers is both / / sign

    >
    ient_1/jdk/jre / / bin/ja


    Version installed in the House and java Oracle
    export ORACLE_BASE=/home/oracle
    export ORACLE_HOME=/home/oracle/oracle/product/10.2.0/client_1
    PATH=$ORACLE_HOME/bin:$PATH
    
    [oracle@oracleclient client]$ java -version
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode, sharing)
    I don't know how to get around this problem
    /home/oracle/oracle/product/10.2.0/client_1/cfgtoollogs/configToolFailedCommands
    
    # Copyright (c) 1999, 2005, Oracle. All rights reserved.
    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre//bin/java   -Duser.dir=/home/oracle/oracle/product/10.2.0/client_1/network/jlib -classpath /home/oracle/oracle/product/10.2.0/client_1/jdk/jre//lib/i18n.jar:/home/oracle/oracle/product/10.2.0/client_1/jdk/jre//lib/rt.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/ewt3.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/ewtcompat-3_3_15.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/netcfg.jar:/home/oracle/oracle/product/10.2.0/client_1/network/jlib/netcam.jar:/home/oracle/oracle/product/10.2.0/client_1/network/jlib/netca.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/help4.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/jewt4.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/oracle_ice.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/share.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/swingall-1_1_1.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/srvmhas.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/srvm.jar:/home/oracle/oracle/product/10.2.0/client_1/network/tools:/home/oracle/oracle/product/10.2.0/client_1/jlib/ldapjclnt9.jar:/home/oracle/oracle/product/10.2.0/client_1/jlib/ldapjclnt10.jar:/home/oracle/oracle/product/10.2.0/client_1/oui/jlib/OraInstaller.jar:/home/oracle/oracle/product/10.2.0/client_1/lib/xmlparserv2.jar oracle.net.ca.NetCA /orahome /home/oracle/oracle/product/10.2.0/client_1 /orahnam OraClient10g_home1 /instype custom /inscomp client,oraclenet /insprtcl tcp /cfg local /authadp NO_VALUE /nodeinfo NO_VALUE /responseFile /home/oracle/oracle/product/10.2.0/client_1/network/install/netca_clt.rsp 
    ADDED:
    /client_1/network/install/netca_clt.rsp 
    
    Parsing command line arguments:
        Parameter "orahome" = /home/oracle/oracle/product/10.2.0/client_1
        Parameter "orahnam" = OraClient10g_home1
        Parameter "instype" = custom
        Parameter "inscomp" = client,oraclenet
        Parameter "insprtcl" = tcp
        Parameter "cfg" = local
        Parameter "authadp" = NO_VALUE
        Parameter "nodeinfo" = NO_VALUE
        Parameter "responsefile" = /home/oracle/oracle/product/10.2.0/client_1/network/install/netca_clt.rsp
    Done parsing command line arguments.
    Oracle Net Services Configuration:
    
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x6DC2F3
    Function=index+0x63
    Library=/lib/libc.so.6
    
    Current Java thread:
         at oracle.net.common.NetGetEnv.getDNSDomain(Native Method)
         at oracle.net.ca.ConfigureProfile.setDefaultProfileParams(Unknown Source)
         at oracle.net.ca.InitialSetup.setupConfigObjects(Unknown Source)
         at oracle.net.ca.InitialSetup.<init>(Unknown Source)
         at oracle.net.ca.NetCA.main(Unknown Source)
    
    Dynamic libraries:
    005ee000-00605000 r-xp 00000000 fd:00 2544172    /usr/lib/libICE.so.6.3.0
    00605000-00606000 rwxp 00016000 fd:00 2544172    /usr/lib/libICE.so.6.3.0
    0060a000-00619000 r-xp 00000000 fd:00 1476147    /lib/libresolv-2.5.so
    00619000-0061a000 r-xp 0000e000 fd:00 1476147    /lib/libresolv-2.5.so
    0061a000-0061b000 rwxp 0000f000 fd:00 1476147    /lib/libresolv-2.5.so
    0064a000-00664000 r-xp 00000000 fd:00 1476128    /lib/ld-2.5.so
    00664000-00665000 r-xp 00019000 fd:00 1476128    /lib/ld-2.5.so
    00665000-00666000 rwxp 0001a000 fd:00 1476128    /lib/ld-2.5.so
    00668000-0066a000 r-xp 00000000 fd:00 3246709    /usr/lib/libXau.so.6.0.0
    0066a000-0066b000 rwxp 00001000 fd:00 3246709    /usr/lib/libXau.so.6.0.0
    0066d000-007ab000 r-xp 00000000 fd:00 1476129    /lib/libc-2.5.so
    007ab000-007ad000 r-xp 0013e000 fd:00 1476129    /lib/libc-2.5.so
    007ad000-007ae000 rwxp 00140000 fd:00 1476129    /lib/libc-2.5.so
    007b3000-007d8000 r-xp 00000000 fd:00 1476135    /lib/libm-2.5.so
    007d8000-007d9000 r-xp 00024000 fd:00 1476135    /lib/libm-2.5.so
    007d9000-007da000 rwxp 00025000 fd:00 1476135    /lib/libm-2.5.so
    007dc000-007de000 r-xp 00000000 fd:00 1476130    /lib/libdl-2.5.so
    007de000-007df000 r-xp 00001000 fd:00 1476130    /lib/libdl-2.5.so
    007df000-007e0000 rwxp 00002000 fd:00 1476130    /lib/libdl-2.5.so
    007e2000-007f5000 r-xp 00000000 fd:00 1476131    /lib/libpthread-2.5.so
    007f5000-007f6000 r-xp 00012000 fd:00 1476131    /lib/libpthread-2.5.so
    007f6000-007f7000 rwxp 00013000 fd:00 1476131    /lib/libpthread-2.5.so
    008bb000-009ba000 r-xp 00000000 fd:00 3246711    /usr/lib/libX11.so.6.2.0
    009ba000-009be000 rwxp 000ff000 fd:00 3246711    /usr/lib/libX11.so.6.2.0
    00a01000-00a06000 r-xp 00000000 fd:00 3246710    /usr/lib/libXdmcp.so.6.0.0
    00a06000-00a07000 rwxp 00004000 fd:00 3246710    /usr/lib/libXdmcp.so.6.0.0
    00a09000-00a18000 r-xp 00000000 fd:00 3246716    /usr/lib/libXext.so.6.4.0
    00a18000-00a19000 rwxp 0000e000 fd:00 3246716    /usr/lib/libXext.so.6.4.0
    00d65000-00d78000 r-xp 00000000 fd:00 1476145    /lib/libnsl-2.5.so
    00d78000-00d79000 r-xp 00012000 fd:00 1476145    /lib/libnsl-2.5.so
    00d79000-00d7a000 rwxp 00013000 fd:00 1476145    /lib/libnsl-2.5.so
    00df0000-00df8000 r-xp 00000000 fd:00 2544173    /usr/lib/libSM.so.6.0.0
    00df8000-00df9000 rwxp 00007000 fd:00 2544173    /usr/lib/libSM.so.6.0.0
    056a1000-056a6000 r-xp 00000000 fd:00 3246740    /usr/lib/libXtst.so.6.1.0
    056a6000-056a7000 rwxp 00004000 fd:00 3246740    /usr/lib/libXtst.so.6.1.0
    058a0000-058f4000 r-xp 00000000 fd:00 2532866    /usr/lib/libXt.so.6.0.0
    058f4000-058f8000 rwxp 00054000 fd:00 2532866    /usr/lib/libXt.so.6.0.0
    08048000-08056000 r-xp 00000000 fd:00 2458231    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/bin/java
    08056000-08059000 rwxp 0000d000 fd:00 2458231    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/bin/java
    08371000-086bf000 rwxp 08371000 00:00 0          [heap]
    a93eb000-a93f8000 r-xp 00000000 fd:00 2233279    /home/oracle/oracle/product/10.2.0/client_1/lib/libldapjclnt10.so
    a93f8000-a93fa000 rwxp 0000c000 fd:00 2233279    /home/oracle/oracle/product/10.2.0/client_1/lib/libldapjclnt10.so
    a93fa000-a95d6000 r-xp 00000000 fd:00 2234262    /home/oracle/oracle/product/10.2.0/client_1/lib/libnnz10.so
    a95d6000-a95fc000 rwxp 001dc000 fd:00 2234262    /home/oracle/oracle/product/10.2.0/client_1/lib/libnnz10.so
    a95fe000-aa32f000 r-xp 00000000 fd:00 2234212    /home/oracle/oracle/product/10.2.0/client_1/lib/libclntsh.so.10.1
    aa32f000-aa390000 rwxp 00d31000 fd:00 2234212    /home/oracle/oracle/product/10.2.0/client_1/lib/libclntsh.so.10.1
    aa3a4000-aa3b9000 r-xp 00000000 fd:00 2234210    /home/oracle/oracle/product/10.2.0/client_1/lib/libnjni10.so
    aa3b9000-aa3bd000 rwxp 00014000 fd:00 2234210    /home/oracle/oracle/product/10.2.0/client_1/lib/libnjni10.so
    aa3bd000-aa3c4000 r-xp 00000000 fd:00 2543608    /usr/lib/libXp.so.6.2.0
    aa3c4000-aa3c5000 rwxp 00006000 fd:00 2543608    /usr/lib/libXp.so.6.2.0
    aa3c5000-aa418000 r-xp 00000000 fd:00 2458132    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libmlib_image.so
    aa418000-aa419000 rwxp 00052000 fd:00 2458132    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libmlib_image.so
    aa419000-aa6ea000 r-xp 00000000 fd:00 2458115    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libawt.so
    aa6ea000-aa700000 rwxp 002d0000 fd:00 2458115    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libawt.so
    aa725000-aaac2000 r-xs 00000000 fd:00 2236693    /home/oracle/oracle/product/10.2.0/client_1/oui/jlib/OraInstaller.jar
    aaac2000-aab5a000 r-xs 00000000 fd:00 2233155    /home/oracle/oracle/product/10.2.0/client_1/jlib/ldapjclnt10.jar
    aab5a000-aac21000 r-xs 00000000 fd:00 2233081    /home/oracle/oracle/product/10.2.0/client_1/jlib/srvm.jar
    aac21000-aac2f000 r-xs 00000000 fd:00 2233083    /home/oracle/oracle/product/10.2.0/client_1/jlib/srvmhas.jar
    aac2f000-aac3d000 r-xs 00000000 fd:00 2236586    /home/oracle/oracle/product/10.2.0/client_1/jlib/share.jar
    aac3d000-aacf2000 r-xs 00000000 fd:00 2234180    /home/oracle/oracle/product/10.2.0/client_1/jlib/oracle_ice.jar
    aacf2000-aae99000 r-xs 00000000 fd:00 2236581    /home/oracle/oracle/product/10.2.0/client_1/jlib/jewt4.jar
    aae99000-aaefe000 r-xs 00000000 fd:00 2234176    /home/oracle/oracle/product/10.2.0/client_1/jlib/help4.jar
    aaefe000-aaf30000 r-xs 00000000 fd:00 2232755    /home/oracle/oracle/product/10.2.0/client_1/network/jlib/netca.jar
    aaf30000-aaf56000 r-xs 00000000 fd:00 2232756    /home/oracle/oracle/product/10.2.0/client_1/network/jlib/netcam.jar
    aaf56000-aaf9f000 r-xs 00000000 fd:00 2234253    /home/oracle/oracle/product/10.2.0/client_1/jlib/netcfg.jar
    aaf9f000-aafad000 r-xs 00000000 fd:00 2234178    /home/oracle/oracle/product/10.2.0/client_1/jlib/ewtcompat-3_3_15.jar
    aafad000-ab232000 r-xs 00000000 fd:00 2236447    /home/oracle/oracle/product/10.2.0/client_1/jlib/ewt3.jar
    ab232000-ab235000 r-xs 00000000 fd:00 2237287    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/jta.jar
    ab235000-ab243000 r-xs 00000000 fd:00 2237291    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/activation.jar
    ab243000-ab288000 r-xs 00000000 fd:00 2237288    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/mail.jar
    ab288000-ab28b000 r-xs 00000000 fd:00 2237362    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/dnsns.jar
    ab28b000-ab2b1000 r-xs 00000000 fd:00 2237289    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/mailapi.jar
    ab2b1000-ab2be000 r-xs 00000000 fd:00 2237363    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/ldapsec.jar
    ab2be000-ab2c1000 r-xs 00000000 fd:00 2237290    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/smtp.jar
    ab2c1000-ab2dd000 r-xs 00000000 fd:00 2237365    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/sunjce_provider.jar
    ab2dd000-ab399000 r-xs 00000000 fd:00 2237364    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/ext/localedata.jar
    ab59d000-ab79d000 r-xp 00000000 fd:00 2527487    /usr/lib/locale/locale-archive
    b5a52000-b5ff2000 r-xs 00000000 fd:00 2237314    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/charsets.jar
    b5ff2000-b6003000 r-xs 00000000 fd:00 2237352    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/jce.jar
    b6003000-b60e0000 r-xs 00000000 fd:00 2237353    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/jsse.jar
    b60e0000-b60f6000 r-xs 00000000 fd:00 2237361    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/sunrsasign.jar
    b6140000-b7aeb000 r-xs 00000000 fd:00 2237360    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/rt.jar
    b7aeb000-b7aff000 r-xp 00000000 fd:00 2458138    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libzip.so
    b7aff000-b7b02000 rwxp 00013000 fd:00 2458138    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libzip.so
    b7b02000-b7b22000 r-xp 00000000 fd:00 2458123    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libjava.so
    b7b22000-b7b24000 rwxp 0001f000 fd:00 2458123    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libjava.so
    b7b24000-b7b34000 r-xp 00000000 fd:00 2458137    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libverify.so
    b7b34000-b7b36000 rwxp 0000f000 fd:00 2458137    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/libverify.so
    b7b36000-b7b3f000 r-xp 00000000 fd:00 1474600    /lib/libnss_files-2.5.so
    b7b3f000-b7b40000 r-xp 00008000 fd:00 1474600    /lib/libnss_files-2.5.so
    b7b40000-b7b41000 rwxp 00009000 fd:00 1474600    /lib/libnss_files-2.5.so
    b7b41000-b7b45000 r-xp 00000000 fd:00 1474598    /lib/libnss_dns-2.5.so
    b7b45000-b7b46000 r-xp 00003000 fd:00 1474598    /lib/libnss_dns-2.5.so
    b7b46000-b7b47000 rwxp 00004000 fd:00 1474598    /lib/libnss_dns-2.5.so
    b7b47000-b7b4b000 rwxs 00000000 fd:00 3605130    /tmp/hsperfdata_oracle/7395
    b7b4b000-b7f51000 r-xp 00000000 fd:00 2458146    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/client/libjvm.so
    b7f51000-b7f6c000 rwxp 00405000 fd:00 2458146    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/client/libjvm.so
    b7f81000-b7f89000 r-xp 00000000 fd:00 2458148    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/native_threads/libhpi.so
    b7f89000-b7f8a000 rwxp 00007000 fd:00 2458148    /home/oracle/oracle/product/10.2.0/client_1/jdk/jre/lib/i386/native_threads/libhpi.so
    b7f8b000-b7f8c000 r-xp b7f8b000 00:00 0          [vdso]
    bf89c000-bf8b1000 rwxp bffea000 00:00 0          [stack]
    
    Heap at VM Abort:
    Heap
     def new generation   total 576K, used 428K [0xab9a0000, 0xaba40000, 0xabe80000)
      eden space 512K,  75% used [0xab9a0000, 0xaba001f0, 0xaba20000)
      from space 64K,  69% used [0xaba30000, 0xaba3b128, 0xaba40000)
      to   space 64K,   0% used [0xaba20000, 0xaba20000, 0xaba30000)
     tenured generation   total 1408K, used 533K [0xabe80000, 0xabfe0000, 0xaf9a0000)
       the space 1408K,  37% used [0xabe80000, 0xabf054a8, 0xabf05600, 0xabfe0000)
     compacting perm gen  total 4096K, used 3569K [0xaf9a0000, 0xafda0000, 0xb39a0000)
       the space 4096K,  87% used [0xaf9a0000, 0xafd1c5d8, 0xafd1c600, 0xafda0000)
    
    Local Time = Fri May 29 15:46:06 2009
    Elapsed Time = 1
    #
    # The exception above was detected in native code outside the VM
    #
    # Java VM: Java HotSpot(TM) Client VM (1.4.2_08-b03 mixed mode)
    #
    # An error report file has been saved as hs_err_pid7395.log.
    # Please refer to the file for further information.
    #
    
    Configuration assistant "Oracle Net Configuration Assistant" failed 
    -----------------------------------------------------------------------------
    The "/home/oracle/oracle/product/10.2.0/client_1/cfgtoollogs/configToolFailedCommands" script contains all commands that failed, were skipped or were cancelled. This file may be used to run these configuration assistants outside of OUI. Note that you may have to update this script with passwords (if any) before executing the same.-----------------------------------------------------------------------------
    Published by: iinfi on May 29, 2009 15:47

    Look for the hostname in/etc/hosts.

  • Problem with the connection from Oracle to MS Excel - 64 bit

    Hello

    I have problem connecting Excel to oracle 11.2 using DG4ODBC.

    OS - Windows 7 64 bit

    Database version: - Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64 bit

    Created system using ODBC DSN:

    Name of Data Source = test12

    Oracle home path:-D:\app\11g64db\product\11.2.0\dbhome_1

    Contents of the initdg4odbc.ora file:

    # This is an example of initialization file of the agent that contains the HS settings

    # necessary for the database to ODBC gateway

    #

    # HS init parameters

    #

    Test12 = HS_FDS_CONNECT_INFO

    HS_FDS_TRACE_LEVEL = 255

    #

    # Required for the non-Oracle system environment variables

    #

    #set < varenv > = < value >

    Content of listener.ora:

    listener.ora # Network Configuration file: D:\app\11g64db\product\11.2.0\dbhome_1\NETWORK\ADMIN\listener.ora

    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =

    (SID_LIST =

    (SID_DESC =

    (GLOBAL_DBNAME = live)

    (ORACLE_HOME = D:\app\11g64db\product\11.2.0\dbhome_1)

    (SID_NAME = live)

    )

    (SID_DESC =

    (PROGRAM = dg4odbc)

    (SID_NAME = dg4odbc)

    (ORACLE_HOME = D:\app\11g64db\product\11.2.0\dbhome_1)

    )

    )

    LISTENER =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    )

    ADR_BASE_LISTENER = D:\app\11g64db

    Content of tnsnames.ora:

    tnsnames.ora # Network Configuration file: D:\app\11g64db\product\11.2.0\dbhome_1\network\admin\tnsnames.ora

    # Generated by Oracle configuration tools.

    excel_test =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = tcp)(HOST=localhost) (PORT = 1521))

    (CONNECT_DATA = (SID = dg4odbc))

    (HS = OK)

    )

    SCREW =

    (DESCRIPTION =

    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost) (PORT = 1521))

    (CONNECT_DATA =

    (SERVER = DEDICATED)

    (SERVICE_NAME = live)

    )

    )

    Status of the listener

    LSNRCTL for 64-bit Windows: Version 11.2.0.4.0 - Production on August 29, 2014 13:56

    : 11

    Copyright (c) 1991, 2013, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=localhost) (PORT = 1521)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER

    TNSLSNR for Windows 64-bit version: Version 11.2.0.4.0 - Prod

    ction

    Start date August 29, 2014 13:34:58

    Uptime 0 days 0 h 21 min 12 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Listener parameter File D:\app\11g64db\product\11.2.0\dbhome_1\network\admin\l

    istener.ora

    Listener log file D:\app\11g64db\diag\tnslsnr\Est-Subramanya\listener\al

    ert\log. XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=127.0.0.1) (PORT = 1521)))

    Summary of services...

    Service "dg4odbc" has 1 instance (s).

    "Dg4odbc" instance, status UNKNOWN, has 1 operation for this service...

    Service 'live' has 2 occurrences.

    Instance of "live" status UNKNOWN, has 1 operation for this service...

    Instance of "live" READY State, has 1 operation for this service...

    Service 'visXDB' has 1 instance (s).

    Instance of "live" READY State, has 1 operation for this service...

    The command completed successfully

    DB Link:

    CREATE DATABASE LINK PUBLIC TEST123 USING 'excel_test ';

    error when querying of data:

    Select * from test@test123;

    ORA-28500: connection between ORACLE and a non-Oracle system has sent this message:

    ORA-02063: preceding line TEST123

    28500 00000 - "connection between ORACLE and a non-Oracle system has sent this message:

    * Cause: The cause is explained in the forwarded message.

    * Action: See documentation for the non-Oracle of the transmission system

    Message.

    Error on line: 1 column: 20

    Appreciate the help in advance...

    Thank you...

    This problem is solved. It was because of the excel 12.0 version when creating data source in administrative tools.

    Thank you.

  • Problems with the date in the procedure on Oracle 11 g

    Hi gurus,

    I have some problems with the date under Oracle 11 g format.

    Let me explain the situation:

    When I start such a request
    Select to_number (to_char (to_date('01.04.2009','dd.mm.yyyy'), 'yyyy'))
    of sys.dual

    I had as a result 2009 under the number.

    When I do the same thing in a procedure of a package like this

    my_year: = to_number (to_char (to_date('01.04.2009','dd.mm.yyyy'), 'yyyy'));

    the my_year variable contains the value 9 instead of 2009.

    Can someone explain to me what goes wrong?

    I just tested with the evolution of the variable nls_date_format of environment for the session and the database is complete without success.

    Kind regards
    Björn

    Yes, it has everything to do with your environment settings.

    SQL> set serveroutput on;
    SQL>
    SQL> declare
      2    my_date date;
      3    my_zeitstempel varchar2(32767);
      4    my_tageswechsel float;
      5  begin
      6    my_zeitstempel := '01.03.1998 07:00';
      7    my_tageswechsel := .25;
      8    my_date := to_date (substr (my_zeitstempel, 1, 10), 'dd.mm.yyyy') + my_tageswechsel +1/24;
      9    dbms_output.put_line( my_date);
     10  end;
     11  /
    01-MAR-98
    
    PL/SQL procedure successfully completed.
    
    SQL> alter session set nls_date_format = 'dd.mm.yyyy hh24:mi:ss'
      2  /
    
    Session altered.
    
    SQL> declare
      2    my_date date;
      3    my_zeitstempel varchar2(32767);
      4    my_tageswechsel float;
      5  begin
      6    my_zeitstempel := '01.03.1998 07:00';
      7    my_tageswechsel := .25;
      8    my_date := to_date (substr (my_zeitstempel, 1, 10), 'dd.mm.yyyy') + my_tageswechsel +1/24;
      9    dbms_output.put_line( my_date);
     10  end;
     11  /
    01.03.1998 07:00:00
    
    PL/SQL procedure successfully completed.
    
  • Problems with the creation of chips of debugging SDK WebWorks of Blackberry10 2.0.0.71

    I had a problem with the creation of debugging tokens using the blackberry-debugtokenrequest command. It gives me an error saying that "java" is not a batch file or a program. The blackberry-debugtokenrequest batch file has the following text:

    @java - Djava.awt.headless = true-Xmx512M - cp ' % ~dp0\... \lib\EccpressoJDK15ECC.jar;%~dp0\... \lib\EccpressoAll.jar;%~dp0\... \lib\TrustpointAll.jar;%~dp0\... \lib\TrustpointJDK15.jar;%~dp0\... \lib\TrustpointProviders.jar;%~dp0\... \lib\BarPackager.jar;%~dp0\... \lib\BarSigner.jar;%~dp0\... \lib\KeyTool.jar;%~dp0\... \lib\DebugTokenRequest.jar ' net.rim.device.codesigning.debugtoken.DebugTokenRequest % *.

    I think that the culprit is the symbol @ before java, does anyone else have this problem? Is there a solution?

    What happens if at the command prompt just type "java-version" of your command prompt?

    If it does not, you must do one of two things.

    1. install Java v1.6 (32-bit only)

    2 Java is not in your PATH. (http://www.java.com/en/download/help/path.xml)

  • Hey I have a problem with the library, when I try to enable the creative cloud desktop application it keeps saying "cannot restore the file: C/users/USER name as the location of the file is not available."

    Library Eroor.jpg

    This is a double post of a following:

    Hey I have a problem with the library, when I try to enable the creative cloud desktop application it keeps saying "cannot restore the file: C/users/USER name as the location of the file is not available."

  • Recently, I had a problem with the import of my photo, s of a Nikon d700. I found an update to 6.2. This means that if you are a user of cloud there is no automatic update for yourl Lightroom?

    recently, I had a problem with the import of my photo, s of my Nikon d700. I found an update to Lightroom 6.2 does that mean that if you are not a user of cloud there is no automatic update?

    Hi johnp,

    • Want to sure that your applications to be updated automatically without any prior notifications for new updates?
    • If you are a user of creative cloud or not, if Adobe has an update for your product, then you would be notified for the same and then its your choice to update or not.
    • Are you always facing a difficult when importing images? If so please help us with the following information to improve assistance:

    1. the current version of Lightroom

    2 operating system Type

    Concerning

    Sarika

  • Error downloading Photoshop element 12: Arvato Berthelman - Download Manager error - unfortunately, there is a problem with the link to that file. This problem may be due to the number of users trying to download

    Error message when downloading Photoshop element 12: (I bought the license in a store)

    Berthelman arvato-

    Download Manager error-

    Unfortunately, there is a problem with the link to that file. This problem may be due the number of users trying to download the file, or the product may no longer be available. Please as minutes of a few in. If this privilege is still not available, please contact customer service at the address [email protected] or number 604-915-5200

    == > Les DEUX @ and phone number are fake!

    Hi Mireille56,

    The place where you are trying to download the software.

    [email protected] is not an email from Adobe Support.

    Please try to download Photoshop elements 12 of: http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us&sdid=ZPQM

    Kind regards

    Rave

    < translated="" via="" google="">

    Hi Mireille56,

    Where you are trying to download the software.

    [email protected] is not an Adobe support email.

    Please try to download Photoshop elements 12 from: http://www.adobe.com/cfusion/tdrc/index.cfm?product=photoshop_elements&loc=us&sdid=ZPQM

    Kind regards

    Rave

  • Problem with the creation of catalog upgrade to LR3

    Hello world

    Upgrade to LR3 tonight and I'm having a problem with the creation of the catalogue. I had 2 choices during the implementation and what I chose created a LR2-2 cat. I thought he was going to update my LR2 cat in a new Cat LR3 (as when I went to v1 to v2), but it didn't happen. I uninstalled and tried again, but is never given this choice to Setup again.

    So, how can I roll my current cat of LR2 in a new LR3 and use that to proceed? I have to do an export and merge?

    Thank you!

    This catalogue of LR2 - 2 is a copy of your old catalog, updated to the LR3 format. In other words, it's what you want.

    CTRL + O to open the catalogue and go ahead to use it.

  • Problem with the Login user and scroll form

    Hi all, I have a problem with the form for the user to login to my page.

    There is a connection user transaction and the cursor automatically appears in the tefxfield of connection, which causes the page to scroll automatically, so the banner is completely displayed.

    I tried with the blur() and javascript function, but it simply doesn't. Anyone know a solution to this problem?

    Just came across the following in the file 'includes/tng/scripts/FormValidation.js ': code snippet

    if (typeof KT_FVO['kt_login_user']!='undefined') {
                   var user_name_ctrl = document.getElementById("kt_login_user");
                   if (user_name_ctrl) {
                        user_name_ctrl.focus();
                   }
              }
         }
    

    If I understand correctly, here´s where ADDT´s "kt_login_user" of field entry will focus on loading the page, so I think basic is enough to disable the line...

    user_name_ctrl. Focus();

    .. .to add a first comment in javascript:

    user_name_ctrl. Focus();

    See you soon,.

    Günter

Maybe you are looking for