Using the Grid control with the ALLOWED_LOGON_VERSION parameter

Hello

We use a 10.2.0.4 database and a 10.1.2.3.0 grid control (with its own 10.2.0.4 database) and WHO and the database are patched up to April 2010 CPU. We tried setting the SQLNET. ALLOWED_LOGON_VERSION = 10 in the SQLNET.ora of the database, but it seems as if the control grid or the agent cannot connect to the database. This is the error that we received from the grid if the parameter is active.
ORA-28040: no authentication protocol matching (DBD ERROR: OCISessionBegin).

I found no information on activate or not the ALLOWED_LOGON_VERSION if a grid control is followed by a database.

Someone had this problem before?

Thank you
Francis

Francis,
I googled on "SQLNET. ALLOWED_LOGON_VERSION = 10 ". This leads me to SQLNET. ALLOWED_LOGON_VERSION here is a description of the bug 6051243. Seaching on My Oracle support for this bug led me to the notes 466939. Looks like you're running in this bug.
Note 755605.1 gives you some solutions.

Eric

Tags: Enterprise Manager

Similar Questions

  • Using the QUERY parameter in exp/expdp

    Hi, I've faced a nite last question.
    IM currently using Oracle 10 g (10.2.0.4) OS - MS Windows Server 2003

    I want a dump of tables to export multiple schemas. say (acb.m1, pqr.b2, xyz.b1)

    Each table has a minimum lines of 2,000,000,

    And I want to just the initials 10 rows in each table of export

    Is it possible that I can do this...

    Please answer.
    Thanks in advance

    Export tables in multiple schemas is not supported in Data Pump until 11.1.0.7. So if you're on 10g, you will need to run multiple commands expdp. For only 10 lines of each table, use the query parameter

    Query = "where rownum"<>

    This will apply to all the tables you export.

    I hope this helps.

    Dean

    Published by: Dean WINS January 30, 2012 08:42

  • Monitoring system Hyperion 9.3.1 using EM Grid Control

    Gurus,

    I want to follow my system Hyperion 9.3.1 enviornment using EM grid control. Is this possible?

    Thank you.

    I think that this document http://www.oracle.com/technology/products/bi/epm/pdf/sys9_oem_integration.pdf is everything you want to know.

    Eric

  • How to control the call to a data control using the portlet parameter

    Hello

    I use a web service data control in my portlet application. I would like to know if there is a way where in the data control will not be called when the portlet is responsible, unless the portlet parameter is specified.

    Thanks in advance!
    Rian

    You are right.

    It is an example of a classic which I use as a data control:

    public class UserDataControl {
    
      private UserService_Service user_service;
      private UserService us;
    
        public UserDataControl() {
            super();
            user_service = new UserService_Service();
            us = user_service.getUserServicePort();
        }
    
        public List getUserList(String company) {
          List list = us.retrieveUserList(company);
            System.out.println(list.size());
             return list;
        }
    }
    

    The proxy in my case has been generated in UserService_Service.
    This class is used as a datacontrol so my datacontrol will be a setting for the company, as you can see in the getUserList.
    You can check if the parameter is null, then returnn an empty list or so.

  • 11gRel2 - using the compatible parameter 10.2.0.3.0 DBCA translated by ORA-00201

    Hi guys,.

    Here's the scenario:

    1 oracle DB binary: 11.2.0.2.2
    2 using the dbca to create general database of goal and then change the "11.2.0.0.0 to 10.2.0.3.0 COMPATIBLE" initialization parameter in the window "all initialization parameters.

    So, when I finally start to install the database, I am getting following error when installing:

    ORA-00201: control version of the 11.2.0.0.0 file that is incompatible with ORACLE version 10.2.0.3.0
    ORA-00202: control file: ' / u01/app/oracle/cfgtoollogs/dbca/infpp1/tempControl.clt'

    IGNORE OR ABANDON...

    Now, you might ask why I do this. In fact, I want to install fresh 11grel2. database with the less compatible parameter. Custom schemas IMPORT DP in the development of this that compatible database is set to 10.2.0.3.0. Then run database with these settings for a week and finally change the compatible parameter to 11.2.0.0.0

    Any ideas where I'm wrong? as the default value model seems not to accept what I want to do.

    Kind regards
    -
    Anjum

    Choose the "Custom Database" option in the model database

  • Download the image to the server using the message parameter.

    Hello experts,

    I want to download an image on the server by using the post method with parameter alongsome such as file name, status, tag, deviceid, name of the device.

    Server taking some as windows credentials. I connect a .html page which, in my url, it must be all the parameter and in action, he goes to the .php file and it image upload server-side.

    I use this code, I have my tent for the last 3 days but I get no success.

    Please help me...

    My code is: -.

    private String httpConn (String file) {HttpConnection conn = null; OutputStream os = null; InputStream is = null; String url = ""; int respcode = 0; path of the Web service from which image will be transferred. URL = "" http://usertest[email protected]/admin/image_upload_iphone_app.html ";" Try {conn = (HttpConnection) Connector.open (url); conn.setRequestMethod (HttpConnection.POST); String name = "file:///" + file; FileConnection fc = (FileConnection) Connector.open (name); is = FC.openInputStream (); / * byte [] imgData = IOUtilities.streamToBytes (is); is. Read (imgData); * / byte [] ReimgData = IOUtilities.streamToBytes (is); Resize Image according to setting. Byte [] imgData = reszieImage (ReimgData); is. Read (imgData); String limit = "---14737809831466499882746641449"; String body = ""; name of the file... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; Name=\"filename\"\r\n\r\n"+"test.jpg '; body += "\r\n--" + limit + "\r\n"; tag... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; name =-"tag\" \r\n\r\n "+ 'tag'; body += "\r\n--" + limit + "\r\n"; status... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; name =-"status\" \r\n\r\n "+ 'status'; body += "\r\n--" + limit + "\r\n"; Device ID... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; name =-"deviceid\" \r\n\r\n "+"deviceid"; body += "\r\n--" + limit + "\r\n"; DeviceModel... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; name =-"devicemodel\" \r\n\r\n "+"devicemodel"; body += "\r\n--" + limit + "\r\n"; image... body = "\r\n--" + limit + "\r\n"; body & = "Content-Disposition: form-data; name =------'URL '; filename=\""+"test.jpg"+"\r\n '; body & = "" Content-Type: application/octet-stream\r\n\r\n ";" body & = new String (imgData); body += "\r\n--" + limit + "-" + "\r\n"; conn.setRequestProperty ("Content-Type", "multipart/form-data;" + limit); OS = conn.openOutputStream (); OS. Write (Body.GetBytes ()); OS. Close(); / * / / SEND the IMAGE int index = 0; int size = 1024; {System.out.println ("write:" + index);} If ((index+size) > imgData.Length) {size = imgData.length - index ;} os.write (imgData, index, size);} size of the index of +=; } While (index

    {0) {}} while(len>0); * / respcode = conn.getResponseCode (); } catch (Exception e) {e.printStackTrace () ;} Finally {//System.out.println ("closely connected"); try {os.close () ;} catch (Exception e) {} try {is.close () ;} catch (Exception e) {} try {() conn.close ;} catch (Exception e) {}} return Integer.toString (respcode);}}} }

    Concerning

    Pankaj Perron.

    It is a solution guys: -.

    see...

    http://wiki.Forum.Nokia.com/index.php/HTTP_Post_multipart_file_upload_in_Java_ME

  • Appeal procedure in another procedure using the Out parameter slider - lesson

    Hello

    I am new to Oracle development so first I wonder if it is a good place with a simple way of the of on how to create stored procedures?  I'm looking for the most part at this stage for a quick read.

    Second, currently have hacked and slashed my way into getting one built.  It has 3 parameters and an output parameter sys_refcursor.  This procedure works.

    I want to have another created procedure that will call the above procedure and loop through each row in the setting out and write to a file.  Can someone point me to an example of this by any chance?

    Thanks for the help.

    Hello

    e28d78d3-c6c6-4BCE-b14f-0f6bf26fa17c wrote:

    Thanks for the reply.

    Here's what I have, but I'm getting many errors.  When I seem to fix one that I get a new one. Kind of like what it show me all questions vs one question at a time.  I never know if I create another error of my attempts at fixing what, in my view, could be the problem.  In any case, something to get used to.

    When you do any type of programming, take baby steps.  Write less code as possible, test what you wrote ' worm and, if it contains errors, correct them and test again.

    The PL/SQL compiler tries to show all errors, but often it is impossible to say what is a separate mistake, and which is a consequence of a previous error.  For example, the DECLARE statements in your code are perfectly valid PL/SQL statements, but they are the mistakes in the sense that they are not what you think, and you may not use them.  PL/SQL does not know that (I don't really know that, either, but I'm willing to guess in this case).  The works of compiler on the explanation that you really wanted to say SAID, until what it becomes obvious, maybe several lines later, that something makes no sense, but at this time, there is no way he could say that the undesirable DECLARE was the cause.

    So here is where I am stuck currently.  What I want should first, run the stored procedure and I think I do as you suggest.  Which returns data in the output parameter, which is of type sys_refcursor.  I think I would need to loop through each element that cursor and output to the file using the dbms_output you reference and like I did below.  This should be it.  Sounds simple enough, but it's where some of the basics for me.

    For example, by creating the procedure some examples have the name of the procedure and then some "AS", "IS".  When use the beginning and the end and when not I need?

    There is no difference betwwen

    CREATE PROCEDURE... AS and

    CREATE PROCEDURE... Use IS the one you prefer.  You must always one or the other, however.

    PL/SQL is written in blocks.  The basic structure of a block is

    DECLARE - optional, sometimes involved

    ...

    BEGIN

    ...

    -Optional EXCEPTION; forget it for now

    ...

    END;

    Almost all of the PL/SQL code is part of a block.  In fact, you could argue that anything not in a block isn't really PL/SQL.  (For example, CREATE PROCEDURE is really an SQL, PL/SQL not, it indicates the SQL that some PL/SQL compiler is coming.)

    You should always BEGIN and END keywords in a PL/SQL block; None is never optional.

    I think I'm doing the for loop correctly but I get an error on the portion of loop-end.  It is a part of these simple things that become I think that.

    That's what I have:

    CREATE OR REPLACE PROCEDURE APPS.boact_report_3

    AS

    DECLARE v_cur SYS_REFCURSOR;

    DECLARE v_file_out UTL_FILE.file_type;

    BEGIN

    I said earlier, DECLARED may be implied.  It's one of those places if there is nothing after CREATE PROCEDURE... IS and before STARTING, it is supposed to be a statement.

    You can have as many statements (0, 1, 2 or more) that you want in this section of the statement.  The semicolon at the end of each of them is all the separation you need each other; you don't need any keyword as STATED.

    Open the v_cur for

    bo_report (p_sv_id, p_start_date, p_end_date, out v_cur);  -stored procedure that girls v_cur witch is a sys_refcursor parameter.  It works

    END;

    BEGIN

    Don't forget, how to call a procedure is

    bo_report (x, y, z);

    not

    bo_report (x, y, z OUT);

    The key words are only necessary (and only used) in the declaration of a procedure, not in his appeal.  When you create a procedure, you decide if each argument is going to be an argument IN, an OUT argument, or IN OUT argument, and you tell the compiler that you decide.  When you call a procedure, you have no choice; each argument is IN, OUT or IN OUT has already been decided, and suffice to say compiling what are the variables (or expressions) that you use to play these predetermined roles.

    Dbms_output.put_line ('Date: ');

    v_file_out: =.

    UTL_FILE.fopen (' / public/scripts/smorau02 ', 'w_act.csv', 'W');

    FOR x IN v_cur

    LOOP

    () UTL_FILE.put_line

    v_file_out,

    x.cl_num | ','

    || x.wa_id | ','

    || x.Description | ','

    || x.a_date | ','

    || x.a_by | ','

    || x.v_Name | ','

    || x.SITE_NAME | ','

    || x.stage | ','

    || x.in_queue);

    END LOOP;

    UTL_FILE.fclose (v_file_out);

    END;

    Thanks again for the help.

    You have not to send the code to bo_report, so I can't run the procedure.  I do not notice any obvious mistakes immediately superior.

  • Record in PDF format using the RGB parameter

    Hello

    I use Framemaker 13.0.2.433 under Windows 7.

    I defined in paragraphs for notes, warnings, and cautions that use an AutoNumber initially while I have Note: and warning: and attention: in front of my paragraphs. And the content of the paragraph that I wanted to not be stressed (so the rest of the paragraph does not underscore parameter), so I defined as in the screenshot below:

    Framemaker.png

    In framemaker, it looks good, but if I save it to PDF using the setting RGB , it prints a small dash of underscore in front of my paragraphs, see below:

    RGB 2.png

    But if the print using the CMYK setting it does not print this line:

    CMYK 2.png

    But I really need to print my files using the RGB setting, so please can you me why if I use the RGB setting it print this little underscore?

    Tried the digital underscore, it does not work.

    Tried to put a thin space after the colon, but it does not work also. I tried also to other spaces or symbols of separation (non-breaking space, en dash, em, digital space space space, end of stream symbol, end of paragraph). Nothing works, as long as I set a tab stop, it will try to point out the "stop invisible tab symbol.

    The only solution I see in this case is not to set the tab stop and enter the space manually.

  • 10g Grid Control with database 11g

    Hello

    According to the name of the topic, it is possible to manage a database 11g with 10g grid control? The situation is that 10g grid is up and running and we have several new 11g databases, can they be added?

    After that, when I try to install an agent from the web interface, I'm invited only with the Linux platform, however the 11g database is under Windows, how can this be resolved? (Enterprise Manager Grid Control works on linux)

    Thank you very much for the input.

    Mika wrote:
    Hello

    According to the name of the topic, it is possible to manage a database 11g with 10g grid control? The situation is that 10g grid is up and running and we have several new 11g databases, can they be added?

    Yes, it can. But better to use the Agent and the Group of OEM Grid Control 10.2.0.5 patch.
    Learn more Oracle Enterprise Manager Grid Control Certification Checker ID 412431.1*.

    After that, when I try to install an agent from the web interface, I'm invited only with the Linux platform, however the 11g database is under Windows, how can this be resolved?

    Not sure I understand how you install the agent, could you clarify? It comes from the OEM Grid COntrol? Have you downloaded the Agent for Windows?

    Nicolas.

    Note added MOS
    Published by: 399642 on November 30, 2010 11:51

  • DBMS_COMPARISON using the INDEX_NAME parameter?

    Hi friends,

    I use DBMS_COMPARISON to compare data, that works well and gives me results.

    Behold, I need information:

    Story: I have two (base) tables at the top which I'm creating views. This point of view, I am using as an object to compare to the DBMS, which works well.

    Why consult: we have data in the base tables with non-unique lines, that's why we strive to views allows you to aggregate these non-unique to a single lines.

    Requirement: due to over aggregation, I'm not going to apply a constraint primary key on the base table.

    Question: As I read, DBMS_COMPARISON, we can pass the column names in the parameter INDEX_NAME, use that would work on the DBMS_COMPARISON.

    I'm passing values INDEX_NAME without any constraints on the base table or of the views. However, DBMS_COMPARISON does not work.

    I tried for example two:

    1. for a comparison, I'm passing INDEX_NAME type varchar2 ex: PARAMETER_KEY, but I'm

    ORA-23629: OLINK_OWNER. PARAMETER_KEY is not an eligible index on USER_SYSTEM_PARA_PRE table for comparison

    BEGIN

    DBMS_COMPARISON. CREATE_COMPARISON

    (COMPARISON_NAME = > 'USER_SYSTEM_PARAM' )

    SCHEMA_NAME = > 'OLINK_OWNER'

    Object_name = > 'USER_SYSTEM_PARA_PRE'

    DBLINK_NAME = > NULL,

    INDEX_SCHEMA_NAME = > NULL,

    Index_name = > 'PARAMETER_KEY'

    REMOTE_SCHEMA_NAME = > 'OLINK_OWNER'

    REMOTE_OBJECT_NAME = > 'USER_SYSTEM_PARA_PRE'

    COLUMN_LIST => '*');

    END;

    2-another example: I'm passing more than two names of columns for INDEX_NAME as a composite index, here I am confronted to below:

    INDEX_NAME = > 'PARAMETER_KEY, PARAMETER_VALUE' ,

    ORA-23481: unexpected name «PARAMETER_KEY, PARAMETER_VALUE» string

    Please guide me.

    Thank you.

    The documentation seems clear:

    index_name

    The name of the index.

    not the names of the columns.

  • Several sprites using the same parameter value

    I'll ask the same question " 'contains' doubt in the hexadecimal color value?" but in a different way, because I realized that the solution is more simple than I thought, and the solutions will also. I have this problem:

    property pTargetSprite, pBlendValue

    on getPropertyDescriptionList me
    List = [:]

    addProp list, #pTargetSprite, [#comment: ' target Sprite: ',]
    [#format: #integer, #default: VOID]

    addProp list, #pBlendValue, [#comment: ' mixture value: ",]
    [#format: #integer, #default: 100]

    back list

    end


    on mouseDown me

    .blend Sprite (pTargetSprite) = pBlendValue

    end

    I would like to get SEVERAL sprites for 1 parameter, that is to say when the behavior dialog box appears and ask me the "target Sprite:", I entered... Let's say 1, 2, 3,... Regardless of the numbers I want. Therefore, the values of this sprites mix will change according to the mix input value. Right now is perfect, but of course work with only a sprite, but I want to be able to give this value of mixture for several sprites on the same setting.

    I guess it must be very simple, but I can't get the answer anywhere in my brain, nor my book Director, or in the forums.

    Thank you!!!

    Rob, Anders... Thank you very much!!! Now it works perfectly.

    spriteList property
    blendValue property

    on getPropertyDescriptionlist
    myPropList = [:]
    myPropList.addProp (#spriteList, [#comment: "enter the sprite channel \])
    (["the numbers to use, separated by commas:", #format: #string, #default: "1,2,3"]).<>
    myPropList.addProp (#blendValue, [#comment: "mixture value:",-])
    ([#format: #integer, #default: 100])
    return myPropList
    end

    on beginSprite me
    spriteList = stringToList (spriteList)
    end

    on stringToList (thisString)
    oldDelim = the itemDelimiter
    itemDelimiter = «»
    thisManyItems = thisString.item.count
    tempList =]
    Repeat with n = 1 to thisManyItems
    tempList.add (thisString.item [n])
    end repeat
    itemDelimiter = oldDelim
    return tempList
    end

    on mouseUp me
    thisMany = spriteList.count
    Repeat with n = 1 to thisMany
    .blend Sprite (value(spriteList[n])) = blendValue
    end repeat
    end

  • How to use the multivalued parameter in which the condition

    Hi guys;

    for sure, the use of v_USR_NAMES parameter is BAD! because it will not be monitored as a collection of values.

    Please provide me a way how to let run in the right way.

    declare
      v_USR_NAMES varchar2(1000) := 'SYS,SYSTEM,SH';
    begin
      -- sure the following loop is wrong, how could I correct it
      for user_cur in (select * from dba_users where username not in v_USR_NAMES) loop  
       --Do it
      end loop;
    
    end;
    
    /
    
    

    Best regards, Dia

    DECLARE
       v_usr_names   VARCHAR2 (1000) := 'SYS,SYSTEM,SH,SYSMAN';
       l_cnt number;
    BEGIN
    
    l_cnt := length(v_usr_names) - length(replace(v_usr_names,',')) + 1 ;
    
       FOR user_cur IN
          (SELECT *
             FROM all_users
            WHERE username NOT IN (
                     SELECT     REGEXP_SUBSTR (v_usr_names, '[^,]+', 1,
                                               LEVEL) str
                           FROM dual
                     CONNECT BY LEVEL <=l_cnt))
       LOOP
          DBMS_OUTPUT.put_line (user_cur.username);
       END LOOP;
    END;
    
  • report do not work by using the lexical parameter

    Hello!

    I am using oracle 10g and I have my request I laxical parameter as follows

    .......
    and to_date

    After paramform, we have

    IF: P_DATE_TO IS NOT NULL THEN
    : TO_DATE: = ' AND to_date (head.updated_date,'|) Chr (39) | "DD/MM/RRRR ' | Chr (39) |') between TO_DATE (t2.term_start_date,'|) Chr (39) | "DD/MM/RRRR ' | Chr (39) |') AND TO_DATE('||) CHR (39) | : P_DATE_TO | CHR (39) | «, » || Chr (39) | "DD/MM/RRRR ' | Chr (39) |') ';

    -OTHER
    -: TO_DATE: = NULL;
    END IF;

    After compiling this report when I run this report then I get following error

    REP-304: '&' in the statement SELECT was not followed by a valid lexical parameter.

    can any body tell me how I can fix it.

    Hello

    To_date is a reserved word. Could you try to name your P_TO_DATE setting?

    Concerning

  • exp using the query parameter

    Hi all
    I need to export a table with the query clause = "" where rownum < 100 ' "
    His works well, but the extraction of all columns.
    But I need only selective columns.

    Is it possible to export the follwing records
    Select some_columns from table where rownum < 100
    how with exp util?

    DB version 10.2.0.4
    AIX OPERATING SYSTEM

    Thank you

    You can not specify columns, only where clause may be specified with exp/expdp.

    generate instructions insert with the help of select instead then.
    Or if you need to import this data into another database - create link db and just do insert by it.

  • 11.1 grid Control with 10.2.0.4 Agents

    Gurus,

    Please specify if we use 10.2.0.4 agents (those already installed) with upgraded 11.1 GC. (Upgrade to 10.2.0.4).

    Thank you
    Aditya

    Hi Aditya,

    You are welcome. If you think that your question has been answered, please close this thread to save time on digitization replied messages unnecessarily. Thank you.

Maybe you are looking for

  • switching from XP to mac with vmware fusion

    I have a HP Pavilion with pre-installed Windows XP Media Center Edition 2005. My HP just died. I would like to move my copy of Windows XP on my macbook using Vmware Fusion. I tried using the recovery discs and was a failure. I got the error message "

  • screen flashes

    Pavilion hp my girlfreind 15 running windows 8.1 the screen keeps flashing. It starts normal and you sigh and then the screen flashes always the icons on the windows of office white stay, the taskbar keeps reloading and you can't open all but if you

  • I have a 64-bit system running Windows 7. I could not get the AutoPlay to open whenever I insert a CD or a DVD.

    I have a 64-bit system running Windows 7. I could not get the AutoPlay to open every time I insert a cd or a dvd, I changed the settings to Ask Me to Windows Media Player to open with Windows Explorer... but nothing I tried introduced the feature of

  • Necessary mandatory STP on wlc?

    Hello We use several wlc440x that bind each with two links to two different basic switches that are interconnected; one of the basic switches is stp root for all the VLANS. Is there a need for the wlcs to have stp enabled on their ports? AFAIK they d

  • Win 7 - shared folder - sharing turns off sometimes

    I shared a folder in Win 7 PC. At any given time when customer accesses to / / ip-address, it's keep on request for credentials. When I turn off and turn on the network in Windows 7, it works fine. What is the real problem. ?