How the OS use authentication

Hello

I have a problem with the Oracle 10 g security on XP, sp2, and sp3.

I want to use the authentication of the OS.

(1) I created an account:

CREATE USER OPS$ ORANGE IDENTIFIED EXTERNALLY.
GRANT DBA TO PAHO$ ORANGE;


(2) I created a Windows account Orange (users group)


(3) they are my settings:

os_authent_prefix = OPS$
REMOTE_OS_AUTHENT = TRUE


(4) I opened a Windows session with the orange account.

(5) I opened sqlplusw

SQL > connect.
ERROR:
ORA-01017: name of user and password invalid. connection refused

WARNING: You are more connected to ORACLE.
SQL >


If I type:

CONNECT / AS SYSDBA
It is ok.



I am unable to be authenticated without 'AS SYSDBA'. I don't want that ORANGE will be under SYS. What have I forgotten?

Please...

Please, you must follow the directions or it won't work: your Windows user's "kate" but Oracle needs it uppercase, that you create with lowercase letters, then try again:

SYS@orcl > create user "ORACLE-DEV\KATE" identified externally;

Enrique

Tags: Database

Similar Questions

  • An associative array, how the records using the loop counter?

    In the associative array, how the records using the loop counter? for example
    declare
        type population is table of number index by varchar2(64);
        city_population population;   
    begin
        city_population('Samillve') := 200;
        city_population('Lindenhurst') := 300;    
        
        for i in 1 .. city_population.count
        loop
            dbms_output.put_line(city_population(i)); -- compiler error
        end loop;
    end;
    /

    That would look like

    SQL> ed
    Wrote file afiedt.buf
    
      1  declare
      2      type population is table of number index by varchar2(64);
      3      city_population population;
      4      l_index varchar2(64);
      5  begin
      6      city_population('Samillve') := 200;
      7      city_population('Lindenhurst') := 300;
      8      l_index := city_population.first;
      9      while( l_index IS NOT NULL )
     10      loop
     11          dbms_output.put_line(city_population(l_index ));
     12          l_index := city_population.next(l_index);
     13      end loop;
     14* end;
    SQL> /
    300
    200
    
    PL/SQL procedure successfully completed.
    

    Justin

  • How the portlet uses it's own security Webcenter App / spaces Webcenter?

    Hello.
    How the portlet uses it's own security Webcenter App / spaces Webcenter?
    I can't get google userfull and oracle help, you can give me some advice?
    Thank you very much ~

    I do not have testicles but it seems normal that your "application" lost security constraints when you put it into a portlet.
    An ADF application uses another way to set security. Portlets using portlet standard which is something other than the ADF security model. In order to create security on the portlet, you should follow the standard portlet and not the safety of the ADF.

  • Way back to the how the shot used to be?

    Suppose that change you the objective point of view and some of the basic things like exposure etc. You click OK.

    Yet once, her you open the image in ACR. Is there a quick way to switch back to see how the image was originally?

    Also: is there a way to get rid of the phone wires in ACR (in either the current content)

    and if you play with something complex like task remove, how to you to cancel without canceling your previous settings?

    Sorry for all the questions of the cab, but I just returned from a trip and I try to do some now reported in ACR instead of convert to PSD as usual.

    Yammer wrote:

    You can re-back in history as you can in Photoshop, with Ctrl-Alt-Z.

    Only for the current ACR launch... at the launch, ACR has virtually cancel ulimited (I don't remember the exact number of steps back he can do, but at least 100 steps). But commit you (open or done) that cancel is lost.

    You really need to look at the Snapshots as a way to store multiple versions of raw settings...

  • How the DRS uses resources

    I am trying to wrap the head around how DRS uses the memory of all hosts in a cluster. DRS moves just a virtual computer to another host with a more available memory or it somehow all the memory pool hosts affect these amounts as a result of the virtual machine based on it's needs (and the VM not migrated - remains on the host)?

    Hope it makes sense.

    Thank you

    You can add a computer configured for 32 GB virtual memory, but it will not be able to access more physical memory than available from a single host, i.e. 20GB memory less a little overhead hypervisor. If attempts to use more than is physically available VM will be provided a swap file.

  • When rendering of how the gpu use?

    I just got a nw computer and I was trying to make a video. When I read the script, I get about 28 percent use of my gpu. but when I did I get only 7-9% of use. Is - this low / and if it is then how can solve this problem?

    Plug

    Intel xeon e3 1231 ve

    NVIDIA gtx 970 (zotac)

    16 GB of ram

    256 GB SSD

    GD 2000 disk

    All use CUDA... read this

    creation http://blogs.adobe.com/premiereprotraining/2011/02/CUDA-Mercury-playback-Engine-and-Adobe--pro.html

  • How the group using SQL for the desired output.

    Hi all

    I am currently using oracle 10.2.0.4.0

    Create a table script:
    CREATE TABLE FORTEST
    ( gpno VARCHAR2(10 BYTE),
      classnumber  VARCHAR2(10 byte),
      age_min NUMBER,
      age_max NUMBER,
      amount NUMBER)
    INSERT statement:
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 01,0,29,1) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 01,30,35,2) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 01,36,40,3) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 02,0,29,1) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 02,30,35,2) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 02,36,40,5) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 03,0,29,1) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 03,30,35,2) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G123' , 03,36,40,3) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G124' , 01,0,29,1) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G124' , 01,30,35,2) 
    insert into fortest  (GPNO,classnumber,age_min,age_max,amount) values
    ('G124' , 01,36,40,3) 
    power required:
    gpno    classnumber    age_min    age_max    amount
    G123    1,3                0        29        1
    G123    1,3                30       35        2
    G123    1,3                36       40        3
    G123    2                  0        29        1
    G123    2                  30       35        2
    G123    2                  36       40        5
    G124    1                  0        29        1
    G124    1                  30       35        2
    G124    1                  36       40        3
    as for gpno g123, classnumber 1 and 3, the rates are the same in all the age_min and age_max they need to be grouped.
    even if gpno 123 classnumber 2 has the same rates as the classesnumber 1 and 3 for the age groups 0 to 29 and 30 to 35,
    rates are different for ages 36 to 40. so it should not be placed together. How can I do this in SQL

    any help is appreciated.

    Thanks in advance.

    Hello

    Thorny problem!

    Unfortunately, LISTAGG was created to the Oracle 11.2. About half of the complexity here is the aggregation of chain, i.e. forming the list of the classnumbers, as '1.3', using only functions available in Oracle 10.2.

    Here's a solution:

    WITH     got_gpno_classnumber_cnt   AS
    (
         SELECT     gpno, classnumber, age_min, age_max, amount
         ,     COUNT (*) OVER ( PARTITION BY  gpno
                                      ,            classnumber
                          )   AS gpno_classnumber_cnt
         FROM    fortest
    --     WHERE     ...     -- If you need any filtering, this is where it goes
    )
    ,     pairs          AS
    (
         SELECT    a.gpno
         ,       a.classnumber
         ,       MIN (b.classnumber)
                    OVER ( PARTITION BY  a.gpno
                              ,                    a.classnumber
                      )     AS super_classnumber
         FROM       got_gpno_classnumber_cnt  a
         JOIN       got_gpno_classnumber_cnt  b  ON   a.gpno     = b.gpno
                                      AND  a.age_min     = b.age_min
                                    AND  a.age_max     = b.age_max
                                    AND  a.amount     = b.amount
                                    AND  a.gpno_classnumber_cnt
                                            = b.gpno_classnumber_cnt
         GROUP BY  a.gpno
         ,            a.classnumber
         ,       b.classnumber
         HAVING       COUNT (*)     = MIN (a.gpno_classnumber_cnt)
    )
    ,     got_rnk          AS
    (
         SELECT DISTINCT
                 gpno, classnumber, super_classnumber
         ,     DENSE_RANK () OVER ( PARTITION BY  gpno
                                   ,                    super_classnumber
                                   ORDER BY          classnumber
                           )         AS rnk
         FROM    pairs
    )
    ,     got_classnumbers     AS
    (
         SELECT     gpno, classnumber, super_classnumber
         ,      SUBSTR ( SYS_CONNECT_BY_PATH (classnumber, ',')
                       , 2
                     )     AS classnumbers
         FROM     got_rnk
         WHERE     CONNECT_BY_ISLEAF = 1
         START WITH     rnk             = 1
         CONNECT BY     rnk             = PRIOR rnk + 1
              AND     gpno             = PRIOR gpno
              AND     super_classnumber  = PRIOR super_classnumber
    )
    SELECT DISTINCT
           g.gpno
    ,       c.classnumbers
    ,       g.age_min
    ,       g.age_max
    ,       g.amount
    FROM       got_gpno_classnumber_cnt  g
    JOIN       got_classnumbers         c  ON   c.gpno        = g.gpno
                                 AND  c.classnumber  = g.classnumber
    ORDER BY  g.gpno
    ,            c.classnumbers
    ;
    

    Out (just as you requested):

    GPNO       CLASSNUMBERS       AGE_MIN    AGE_MAX     AMOUNT
    ---------- --------------- ---------- ---------- ----------
    G123       1,3                      0         29          1
    G123       1,3                     30         35          2
    G123       1,3                     36         40          3
    G123       2                        0         29          1
    G123       2                       30         35          2
    G123       2                       36         40          5
    G124       1                        0         29          1
    G124       1                       30         35          2
    G124       1                       36         40          3
    
  • How the photos use locking screen account photos

    I have pictures on my lock screen and I want to use for my image of account but I can't move them into windows 8.1

    You need not move them.  Just open the application settings PC, go to the accounts section to take your picture for your account picture:

  • How the process in two steps of authentication does not work if you are not in an area of cellular service

    Outside cellular service areas, IS those who know how the two step aunthicatuon process works in an iPhone 6, using the operating system iOS 9.3.4?  Would a being completely locked out of their iphone and apple services until they could find themselves in a cell service area? Or can it be accessed by a public wifi? Who beg to differ on whether or not it is beneficial to use when you travel?

    I did a little research to see if all Apple items shed light...

    See "How it works" in the Apple ID - Apple Support for two-factor authentication - a time that a device is approved, he'll never ask again unless you perform one or more of several things to "break the connection.

    If I were you, I would spend it TURNED off if you fear that one of these things could happen while you might not be able to obtain the code by SMS

    Frequently asked questions about the audit in two steps for Apple ID - Apple Support

    I'm confused as to why Apple would use two different expressions for what seems to be the same:

    • "Two -authentication"- and
    • "Two -step".

    The above two articles begin with a statement like: [underlining is unique, "BOLD" is synonymous with]

    "Two-factor authentication is just an extra layer of security of your ID Apple aiming to sure you are the only person who can access to your account, even if someone knows your password."

    «The two-step verification is an additional security feature for your Apple which designed to prevent anyone to access or use your account, same ID is they know your password.»

    Maybe someone with more experience can shed some light on your question and MY confusion?

  • How to get more information about the user using SecurityContext ADF?

    Hello.

    In my application I have a table use:

    CREATE TABLE ("ADM_USERS"

    ACTIVATE THE 'ID' NUMBER(*,0) NOT NULL,

    ACTIVATE THE 'U_NAME' VARCHAR2 (30 BYTE) NOT NULL,

    ACTIVATE THE "U_PASS" VARCHAR2 (255 BYTE) NOT NULL,

    VARCHAR2 (30 BYTE) "NAME."

    VARCHAR2 (30 BYTE) 'NAME')

    I configured the WebLogic environment using the the "reading- SQL only the authentication provider ' and then I configured ADF Security as ADF authentication -> Forms -authentication.

    I connect the user using the method of ""doLogin " and all that working properly. "


    public String doLogin() {}

    String _username =;

    Byte [] pw = _password.getBytes ();

    FacesContext fctx = FacesContext.getCurrentInstance ();

    HttpServletRequest request = (HttpServletRequest) () .getRequest () fctx.getExternalContext;

    try {}

    Topic topic = Authentication.login (new URLCallbackHandler (UN, pw));

    ServletAuthentication.runAs (object, request);

    String loginUrl = "/ adfAuthentication?success_url=/faces/Registry.jsf";

    HttpServletResponse response = (HttpServletResponse) fctx.getExternalContext (m:System.NET.FtpWebRequest.GetResponse ());

    sendForward (request, response, loginUrl);

    } catch (FailedLoginException fle) {}

    FacesMessage msg = new FacesMessage (FacesMessage.SEVERITY_ERROR, "Incorrect name or password","Incorrect name or password" "");

    fctx.addMessage (null, msg);

    } catch {} (the LoginException)

    reportUnexpectedLoginError ("LoginException", the);

    }

    Returns a null value.

    }

    securityContext.userName returns the value of the 'U_NAME '.

    How to make more information on the user connected such as NAME, ID, first NAME?


    And the second question:

    How to store the value of the field 'ID' in table 'ADM_USERS' in any table with the 'IDUSER' with objects of entity created in application scope?


    Concerning

    Darek


    securityContext.userName returns the value of the 'U_NAME '.
    How can I get more information about the user logged as NAME, first NAME, ID?

    You can not.

    You need to query DB.

    How to store the value of the field 'ID' in table 'ADM_USERS' in any table with the 'IDUSER' with objects of entity created in application scope?

    Record this value in UserData structure so it will be available in the model. http://andrejusb.blogspot.com/2012/05/solution-for-sharing-global-user-data.html

    Then use as default expression for your objects of entity attributes (something like: adf.userSession.userData.yourUserDataVar).

    Dario

  • I want to update the verson using celluler data how is possible

    I want to update the verson using celluler data how is possible

    WiFi or iTunes > update the iOS on your iPhone, iPad or iPod touch - Apple Support software

  • How can I use my watch to snap the shutter on my iPhone?

    How can I use my watch to snap the shutter on my iPhone?

    Click here > https://help.apple.com/watch/

    Then click on: Remote Camera on the left.

    You'll see instructions.

  • How can I use the userscripts with Safari 9?

    Is there an equivalent of Greasemonkey for Safari 9, which allows the installation of the userscripts? Where can I get it and how do I use it? Thank you!

    No personal experience with it, but it should approach: http://tampermonkey.net/?browser=safari

  • How can I use firefox to open the public sybercafe.

    How can I use firefox in open public sybercafe.and what precautions should be taken.

    Hi, you can use the Firefox private - browsing Mode navigate the web without saving the information on the sites you visit

    The incognito on Firefox for Android

  • I have a model of the Apple TV A1625 and a Logitech bluetooth kb k811.  It works very well, but how do I use to turn the Apple TV?

    I have a model of the Apple TV A1625 and a Logitech bluetooth kb k811.  It works very well, but how do I use to turn the Apple TV?  Which button or buttons use?

    Is not possible. You'll need to use the Apple TV remote to turn it off.

Maybe you are looking for

  • script loading error message

    Dear support, I seem to get an error message when loading. The computer asks me my password and then reveals all my favorites. However, before finishing loading, I see an error message about scripts. I have attached a screenshot. Can you suggest some

  • Firefox and adobe reader not working together

    I updated my version on Adobe Reader and Flash Player to the latest version because he kept saying that he needed to update, so I did. but now firfox will not work with anything that needs Flash player to function. I can't play the games, I can't wat

  • Satellite L50-B-1JQ - Radeon R7 M260 working on x 4 32 bit bus

    Hey there! I'm having some problems, I think, with my R7 M260 dedicated graphic card. Each Web site mentions the card using a 128-bit bus and a bus to 64-bit on slower models: http://www.notebookcheck.NET/AMD-rad...122208.0.html Meanwhile, landmarks

  • Graphic card disabled?

    I have updated the Catalyst Control Center and ATI drivers for my H50-55 with an AMD Radeon R5 235. Previously on the Lenovo drivers Catalys Control Center reported that my graphics card is disabled, and that my primary GPU is the APU instead. I've u

  • myDAQ Software Upgrade

    I am running Windows 7 Pro 64-bit and 32-bit LabVIEW 2010.  I use a myDAQ running NI ELVISmx 4.2.2 and NOR-DAQ 9.1.5.  Everything works fine.  I used this myDAQ a couple of years ago and now I need it for a new class.  I just tested the feature today