Privilege for SQL Access Advisor in OEM

Hi experts,

I tried to enter the SQL Access Advisor option in Oracle enterprise manager as a user sh and got the following German error:
Berechtigungsfehler 
Sie haben keine ausreichenden Berechtigungen zur Ausführung des SQL Access Advisors. Dazu ist die Rolle OEM_ADVISOR erforderlich. 
translated in English:
Privileg error
You don't have enough Privilegs to execute  SQL Access Advisors. The role OEM_ADVISOR is needed. 
but the HS user has in my system as a result of the roles:
GRANTEE                        GRANTED_ROLE                   ADM DEF
------------------------------ ------------------------------ --- ---
SH                             SELECT_CATALOG_ROLE            NO  YES
SH                             OEM_MONITOR                    NO  NO
SH                             OEM_ADVISOR                    NO  NO     "<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<"
SH                             RESOURCE                       NO  YES
SH                             CWM_USER                       NO  YES
Can someone help me?

concerning

hqt200475

The default roles are not enabled 'by default'.

http://docs.Oracle.com/CD/E11882_01/network.112/e16543/authorization.htm#sthref953

Tags: Database

Similar Questions

  • Package DBMS_ADVISOR can be used for SQL Tuning Advisor?

    Package DBMS_ADVISOR can be used for SQL Tuning Advisor?

    It seems that the DBMS_ADVISOR package is responsible for the workload and SQL Access Advisor of related tasks. Package DBMS_SQLTUNE is responsible for setting up SQL and SQL set related tasks.

    Jetq

  • Read Only privileges for server access and Identity Server - OAM 10g

    Hello

    I'm working on Oracle Access Manager version 10g 10.1.4.
    I use an administrator account that is a member of the group 'Directors of COREid' to connect to access consoles and identity of OAM.
    Since this is the administrative account, it has the right to change and update all entities to access/identity.
    How can I set up an account with the "view only" privileges on all objects of access and identity of OAM?
    I need a session on the consoles of access and identity of OAM and discovers all the political configuration areas/policies/access System/Manager config/Group Manager configured bt etc will not be able to modify the any of them.
    Is it possible to set up such an account in OAM?

    Kind regards
    Abhishek.

    Hi Abhishek,

    It is possible to define different levels of administrator, but it is not possible to give an admin read access (to the objects in the consoles) without also giving change access. I don't think that there is a simple way to meet this requirement - to access the system, you can use the Strategy Manager API and write your own interface (which doesn't have the ability to change), but of course, it would be a development effort.

    Kind regards
    Colin

  • SQL Tuning Advisor on a select Question

    Hi all.
    10.2.0.4 RAC
    I have a select sequential reading of file db high. I used sql tuning advisor on OEM, and the Adviser show me these recommendations:
    RECOMMENDATIONS
    ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
    GENERAL INFORMATION SECTION
    -------------------------------------------------------------------------------
    Tuning Task Name                  : SQL_TUNING_1266335308111
    Tuning Task Owner                 : SYSTEM
    Scope                             : COMPREHENSIVE
    Time Limit(seconds)               : 1800
    Completion Status                 : COMPLETED
    Started at                        : 02/16/2010 16:48:44
    Completed at                      : 02/16/2010 16:50:06
    Number of SQL Profile Findings    : 1
    
    -------------------------------------------------------------------------------
    Schema Name: CRM
    SQL ID     : b7cd8jntqpcgu
    SQL Text   : select * from ( select this_.ENVIO_ID as ENVIO1_33_0_,
                 this_.NOMCLIENTE as NOMCLIENTE33_0_, this_.NOMCONTACTO as
                 NOMCONTA3_33_0_, this_.APLICACION_ID as APLICACION4_33_0_,
                 this_.PRIORIDAD as PRIORIDAD33_0_, this_.MEDIO as MEDIO33_0_,
                 this_.MEDIO_VALOR as MEDIO7_33_0_, this_.ESTADO as ESTADO33_0_,
                 this_.ESTADO_DESC as ESTADO9_33_0_, this_.FEC_PREVISTA as
                 FEC10_33_0_, this_.FECHA_ENVIO as FECHA11_33_0_,
                 this_.REC_CLIENTE as REC12_33_0_, this_.FECHACREA as
                 FECHACREA33_0_, this_.FECHAMODIF as FECHAMODIF33_0_,
                 this_.FLAGBLOQUEO as FLAGBLO15_33_0_, this_.FLAGBORRADO as
                 FLAGBOR16_33_0_, this_.COMENTARIOS as COMENTA17_33_0_,
                 this_.HORAENVIO as HORAENVIO33_0_, this_.EMISOR as EMISOR33_0_,
                 this_.IDENTIFICADOR as IDENTIF20_33_0_, this_.MEDIO_VALOR_DESC
                 as MEDIO21_33_0_, this_.DEBUG_TRACE as DEBUG22_33_0_,
                 this_.FORMULARIO_ID as FORMULARIO23_33_0_, this_.CAMPANYA_ID as
                 CAMPANYA24_33_0_, this_.CONTACTO_ID as CONTACTO25_33_0_,
                 this_.USUARIOCREA as USUARIO26_33_0_, this_.USUARIOMODIF as
                 USUARIO27_33_0_, this_.CLIENTE_ID as CLIENTE28_33_0_,
                 this_.CAMPPOS_ID as CAMPPOS29_33_0_, this_.ACTIVIDAD_ID as
                 ACTIVIDAD30_33_0_, this_.TAGCLICONEXT_ID as TAGCLIC31_33_0_ from
                 CRM.CRM_ENVIOS this_ where this_.MEDIO=:1 and this_.ESTADO=:2
                 and this_.FECHA_ENVIO<=:3 order by this_.ENVIO_ID asc ) where
                 rownum <= :4
    
    -------------------------------------------------------------------------------
    FINDINGS SECTION (1 finding)
    -------------------------------------------------------------------------------
    
    1- SQL Profile Finding (see explain plans section below)
    --------------------------------------------------------
      A potentially better execution plan was found for this statement.
    
      Recommendation (estimated benefit: 99.43%)
      ------------------------------------------
      - Consider accepting the recommended SQL profile.
        execute dbms_sqltune.accept_sql_profile(task_name =>
                'SQL_TUNING_1266335308111', replace => TRUE);
    
    -------------------------------------------------------------------------------
    ADDITIONAL INFORMATION SECTION
    -------------------------------------------------------------------------------
    - The optimizer could not merge the view at line ID 2 of the execution plan.
      The optimizer cannot merge a view that contains an "ORDER BY" clause unless
      the statement is a "DELETE" or an "UPDATE" and the parent query is the top
      most query in the statement.
    
    -------------------------------------------------------------------------------
    EXPLAIN PLANS SECTION
    -------------------------------------------------------------------------------
    
    1- Original With Adjusted Cost
    ------------------------------
    Plan hash value: 3505713201
    
    ----------------------------------------------------------------------------------------------
    | Id  | Operation                     | Name         | Rows  | Bytes | Cost (%CPU)| Time     |
    ----------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT              |              |     1 |  4416 |   604K  (1)| 02:00:53 |
    |*  1 |  COUNT STOPKEY                |              |       |       |            |          |
    |   2 |   VIEW                        |              |     1 |  4416 |   604K  (1)| 02:00:53 |
    |*  3 |    TABLE ACCESS BY INDEX ROWID| CRM_ENVIOS   |     1 |   352 |   604K  (1)| 02:00:53 |
    |   4 |     INDEX FULL SCAN           | SYS_C0020438 |  2718K|       |  8153   (1)| 00:01:38 |
    ----------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       1 - filter(ROWNUM<=:4)
       3 - filter("THIS_"."MEDIO"=:1 AND "THIS_"."ESTADO"=:2 AND
                  "THIS_"."FECHA_ENVIO"<=:3)
    
    2- Using SQL Profile
    --------------------
    Plan hash value: 3391889105
    
    ------------------------------------------------------------------------------------------------------
    | Id  | Operation                      | Name                | Rows  | Bytes | Cost (%CPU)| Time     |
    ------------------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT               |                     |     1 |  4416 |  3431   (1)| 00:00:42 |
    |*  1 |  COUNT STOPKEY                 |                     |       |       |            |          |
    |   2 |   VIEW                         |                     |     1 |  4416 |  3431   (1)| 00:00:42 |
    |*  3 |    SORT ORDER BY STOPKEY       |                     |     1 |   352 |  3431   (1)| 00:00:42 |
    |*  4 |     TABLE ACCESS BY INDEX ROWID| CRM_ENVIOS          |     1 |   352 |  3430   (1)| 00:00:42 |
    |*  5 |      INDEX SKIP SCAN           | APLICACIONENVIO_IDX |     1 |       |  3429   (1)| 00:00:42 |
    ------------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       1 - filter(ROWNUM<=:4)
       3 - filter(ROWNUM<=:4)
       4 - filter("THIS_"."MEDIO"=:1 AND "THIS_"."FECHA_ENVIO"<=:3)
       5 - access("THIS_"."ESTADO"=:2)
           filter("THIS_"."ESTADO"=:2)
    
    -------------------------------------------------------------------------------
    I think the main problem is the order, but when I run autotrace traceonly without order by the plan of the explain command is diferent to advise:
    SELECT *
      2    FROM (SELECT this_.envio_id AS envio1_33_0_,
      3                 this_.nomcliente AS nomcliente33_0_,
      4                 this_.nomcontacto AS nomconta3_33_0_,
      5                 this_.aplicacion_id AS aplicacion4_33_0_,
      6                 this_.prioridad AS prioridad33_0_, this_.medio AS medio33_0_,
      7                 this_.medio_valor AS medio7_33_0_, this_.estado AS estado33_0_,
      8                 this_.estado_desc AS estado9_33_0_,
      9                 this_.fec_prevista AS fec10_33_0_,
     10                 this_.fecha_envio AS fecha11_33_0_,
     11                 this_.rec_cliente AS rec12_33_0_,
     12                 this_.fechacrea AS fechacrea33_0_,
     13                 this_.fechamodif AS fechamodif33_0_,
     14                 this_.flagbloqueo AS flagblo15_33_0_,
     15                 this_.flagborrado AS flagbor16_33_0_,
     16                 this_.comentarios AS comenta17_33_0_,
     17                 this_.horaenvio AS horaenvio33_0_, this_.emisor AS emisor33_0_,
     18                 this_.identificador AS identif20_33_0_,
     19                 this_.medio_valor_desc AS medio21_33_0_,
     20                 this_.debug_trace AS debug22_33_0_,
     21                 this_.formulario_id AS formulario23_33_0_,
     22                 this_.campanya_id AS campanya24_33_0_,
     23                 this_.contacto_id AS contacto25_33_0_,
     24                 this_.usuariocrea AS usuario26_33_0_,
     25                 this_.usuariomodif AS usuario27_33_0_,
     26                 this_.cliente_id AS cliente28_33_0_,
     27                 this_.camppos_id AS camppos29_33_0_,
     28                 this_.actividad_id AS actividad30_33_0_,
     29                 this_.tagcliconext_id AS tagclic31_33_0_
     30            FROM crm.crm_envios this_
     31               where this_.estado = 'Enviado'
     32           and this_.medio = 3482 AND this_.fecha_envio <= '02/04/10 00:00:00')
     33   WHERE ROWNUM <= 500;
    
    no rows selected
    
    
    Execution Plan
    ----------------------------------------------------------
    Plan hash value: 1577868436
    
    ------------------------------------------------------------------------------------------------
    | Id  | Operation                    | Name            | Rows  | Bytes | Cost (%CPU)| Time     |
    ------------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT             |                 |   500 |   171K|  2425   (1)| 00:00:30 |
    |*  1 |  COUNT STOPKEY               |                 |       |       |            |          |
    |*  2 |   TABLE ACCESS BY INDEX ROWID| CRM_ENVIOS      |   500 |   171K|  2425   (1)| 00:00:30 |
    |*  3 |    INDEX RANGE SCAN          | ESTADOENVIO_IDX |       |       |   104   (0)| 00:00:02 |
    ------------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       1 - filter(ROWNUM<=500)
       2 - filter(TO_NUMBER("THIS_"."MEDIO")=3482 AND "THIS_"."FECHA_ENVIO"<='02/04/10
                  00:00:00')
       3 - access("THIS_"."ESTADO"='Enviado')
    
    
    Statistics
    ----------------------------------------------------------
              1  recursive calls
              0  db block gets
         138277  consistent gets
          45240  physical reads
              0  redo size
           2629  bytes sent via SQL*Net to client
            488  bytes received via SQL*Net from client
              2  SQL*Net roundtrips to/from client
              0  sorts (memory)
              0  sorts (disk)
              0  rows processed
    I was looking for a way to see who wear's Advisor using his plan, but didn't see a way of knowing on docs, or at least I have not found it.
    Can someone show me that some light on what changes made Advisor to select to reach that way, or how can I watch this that select uses?
    Any help will be appreciate
    Thank you

    The Adviser does not create a new SQL statement - what it has done is create a SQL profile - to accept SQL profile for the task of tuning above:

        execute dbms_sqltune.accept_sql_profile(task_name =>
                'SQL_TUNING_1266335308111', replace => TRUE);
    

    as mentioned in the above report...

    A sql profile applys tips for change (correct) the cost of certain operations - and, to change the execution path chosen by the optiimizer.

  • Download videos from Sony Handycam; error: do not import because you don't have access privileges for the file to import

    Original title: Downloadinf videos from Sony Handycam

    I have sony handycam HDR-XR550V.   When I tried to down load my videos and pictures of the handycak for PC Windows 7 I get the following message appears after download some of the pictures "may not matter because you don't have access privileges for the folder to import to. well.»  Help, please

    I have sony handycam HDR-XR550V.   When I tried to down load my videos and pictures of the handycak for PC Windows 7 I get the following message appears after download some of the pictures "may not matter because you don't have access privileges for the folder to import to. well.»  Help, please

    It is probably a permissions problem.

    Appropriating a file or a folder
    Add 'Ownership' in the context Menu for files, folders, and drives

  • Cannot be stored in itunes, not enough access privileges for this operation

    Download the message saying that itunes cannot be saved. not enough access privileges for this operation

    Ask the question in the Apple Forums:
    https://discussions.Apple.com/index.jspa

  • We have created a responsibility custom to access the Collection of quality RESP results, we get an error - you have enough privileges for the operation. Please contact your system administrator.

    Hi all

    We have created a responsibility custom to access the results of Collections only HTML page.

    Details of the liability and the Menu are also less

    Name of the RESP: XX QUALITY

    Application: Quality custom

    Menu: XXQA_QUALITY

    and there is no attached grp applications.

    Definition of menu:

    Menu name: XXQA_QUALITY

    Description of function for the submenu SEQ invites

    10 quality Workbench results results collection begins Page quality Workbench results Start Page

    quality of view finds quality results 20 results display quality results

    We show only this specific user responsibility and whenever it tries to access the page "Results from the Collection" he gives us an error.

    "You have enough privileges for the operation." Please contact your system administrator.


    If we attribute an RESP of super user of quality to this user, it allows to access the form.


    Can you kindly help us to find a solution to this problem.


    Thank you

    Maury

    Hi all

    I guess I found the answer,

    I need to join all the submenus that are part of the HTML Page.

    Results from the collection Results of quality Workbench Start Page
    Nonconformities Quality Workbench nonconformities homepage
    Corrective actions Quality Workbench action homepage
    Consultation of lots of Skip Lot of Skip quality Workbench Start Page

    Have they added those. and it worked.

    Thank you

    Maury

  • additional licenses set forth for the use of Sql Tuning Advisor in SQL Developer 4.0.3

    Hello

    We have the Oracle 11 g Enterprise Edition Release 11.2.0.3.0 database. Do we need to acquire an oracle license extra for using SQL Tuning Advisor Option in SQL Developer 4.0.3

    No, they are installed by default.

    They must be licensed.

    Consult your contract or talk to your account manager Oracle for clarification.

  • convert the access &amp; quot; SQL &amp; quot; for SQL

    Sorry, I know this isn't a problem of DW, but I hope that someone out there who's good with SQL can help me quickly.

    I'm (obviously) not well versed in SQL, but I know that some access methods conform to the real SQL. I can't understand how to recreate a query that works in SQL access, so I can use it just in my Recordset.

    The "Access SQL" is:

    TURN Count (tblData.fldAnswerArray) AS CountOffldAnswerArray
    SELECT 'count' AS Expr1
    OF tblData
    WHERE (((DateValue ([fldTimeStamp])) between January 1, 2006 # and # 30 September 2006))
    GROUP BY "count".
    TblData.fldAnswerArray PIVOT;

    DW Recordset window doesn't like it, however (enter a SELECT statement from a call to a procedure...).

    With my data that looks like this:

    fldRecordID fldUserID fldQuestionID fldAnswerArray fldTimeStamp
    2086 141 134 0 06/09/2006-13:48:43
    750 65 80 1 8/23 / 2006 08:54:03
    2038 136 74 0 05/09/2006 12:51:21

    I'm trying to meet up with a record that shows how many fldAnswerArray are 0 and 1 are based on the provided date range (which will be dynamic).

    For example:

    COUNTIES 0 1 (column heads)
    ------------------------------------------
    Total 29 13 (record resulting)

    Feasible?

    The most compatible SQL, you cannot use PIVOT.
    To get the exact result you described, follow these steps:

    SELECT 'total' AS [account], AS COUNT (fldAnswerArray) - SUM (fldAnswerArray)
    [0], SUM (fldAnswerArray) AS [1]
    OF tblData
    WHERE [fldTimeStamp] BETWEEN ' 2006-01-01' AND ' 2006 - 09 - 30 23:59:59.997'

    There is no point by selecting the word "total" in the recordset object, however.
    You can add to your application. It would also be preferable if you I
    the County and the total sum of responses and answers Yes, then did the subtraction
    client to determine the number of no responses.

  • License required for "Automatic SQL Tuning Advisor"?

    I noticed a lot of databases in my company show using a component called "Automatic SQL Tuning Advisor" or "Automatic maintenance - Setup SQL" in DBA_FEATURE_USAGE_STATISTICS.

    Do we know if this component requires a License Pack Tuning or it could be one of the internal out-of-box/system uses that do not require a license?

    Thank you!

    I need a License Pack - Tuning

    Options and Packs

    MOS Doc ID 276103.1

    Best to check with your sales representative

  • Error MESSAGE: "Setup HAS the PRIVILEGES SUFFICIENT TO ACCESS this DIRECTORY: C\PROGRAM FILES (x 86) \QUICKTIME\QT SYSTEM." THE INSTALLATION CANNOT CONTINUE. LOG ON AS AN ADMINISTRATOR OR CONTACT YOUR SYSADMIN "_".

    ERROR MESSAGE:

    "THE installation program HAS the PRIVILEGES SUFFICIENT TO ACCESS this DIRECTORY: C\PROGRAM FILES (x 86) \QUICKTIME\QT SYSTEM." THE INSTALLATION CANNOT CONTINUE. "LOG ON AS AN ADMINISTRATOR OR CONTACT YOUR SYSTEM ADMINISTRATOR.

    TRY SEVERAL DIFFERENT PROGRAMS TO INSTALL/DOWNLOAD AND KEEP THIS SIMILAR ERROR MESSAGE ABOVE!

    WHEN, IN FACT, I AM THE ADMINISTRATOR ON MY COMPUTER! HE DIDN'T THERE WAS NO OTHER USERS ON MY COMPUTER. WHY IS THAT IT IS SAYING THIS? VERY FRUSTRATING! THANKS FOR YOUR HELP IN ADVANCE!

    1. Open the prompt with administrator privileges by opening the Start Menu, type cmd in the search box, pressCtrl + Shift + Enter or click Start orb, all programs, Accessories, right-click on command prompt and selectrun as administrator.
    2. Type the following at the command prompt, and then press enter after:

      NET user administrator / Active: Yes

    3. Restart your computer and logon as an administrator.
  • Access mode privilege or giving access to some commands

    We have a tunnel vpn site-to-site for various offices and we generally use taacs as user name and password, and we want to give the privilege level of access to few people. and access to only a few commands in mode privilege by using the same password Ganymede, by cli and asdm?

    You kindly help me with this

    Thnx a lot

    Please visit this link

    http://www.Cisco.com/en/us/products/sw/secursw/ps2086/products_configuration_example09186a00808d9138.shtml

    You need permission to install command.

    Kind regards

    ~ JG

    Note the useful messages

  • Upgrade Windows 7 32 Bit OEM for Windows 7 64 bit OEM

    I have a license for Windows 7 32 Bit OEM , my computer crashed and now after reconstruction needed to install Windows 7 64 bit OEM (<4 gig="" memory="" issue).="" can="" i="" use="" my="" 32="" bit="">OEM to a clean installation of 64-bit OEMlicense.) And it will activate without a violation.

    Yes, you can use the same product key used to activate 32-bit installation with the 64-bit version, make sure they are of the same edition.

    You may need to reactivate by phone:

    How to activate Windows 7 manually (activate by phone)
     
    1) click Start and in the search for box type: slui.exe 4
     
    (2) press the ENTER"" key.
     
    (3) select your "country" in the list.
     
    (4) choose the option "activate phone".
     
    (5) stay on the phone (do not select/press all options) and wait for a person to help you with the activation.
     
    (6) explain your problem clearly to the support person.
     
    http://support.Microsoft.com/kb/950929/en-us

    If you use the same hard drive, you can install Windows 7 64 bit and retrieve your personal files:

    Boot from the DVD 64 bit Windows 7
    Click Install now
    Accept the license agreement
    When the option is displayed to select a type of installation, click (Custom advanced)

    Select the disk partition where you want to install Windows 7 click Next.

    You will receive the following warning:

    The partition you have selected may contain files from a previous Installation of Windows. If so, these files and folders will be moved to a folder named Windows.old. You will be able to access the information in Windows.old, but you will be able to use your previous version of Windows.

    (At all costs, do NOT click on anything in Format, deletion or Partition name.) So even do a custom installation, your personal files are still kept. Click OK

    The installation program will now begin installation. During installation, your computer will be restarted several times.

    Once the installation is complete, you can complete the Out of Box experience as the choice of your laptop, create a username, password, your time zone. You can then proceed to download the latest updates for Windows and reinstall your applications and drivers.

    You can then retrieve your personal files from the Windows.old folder and reinstall all of your applications and drivers.

    http://notebooks.com/2010/11/09/how-to-recover-documents-music-and-email-after-upgrading-with-the-Windows-old-folder/

  • support for SQL server

    I have Developer 4.1.1.Does SQL, this access SQL server version support?

    I followed the instructions to download jtds - 1.2.jar. However, I can only see tab for the connection, not SQL server or other Oracle. See the link below
    http://www.Oracle.com/technetwork/developer-tools/SQL-Developer/thirdparty-095608.html

    Connect to the SQL Server

    Even I tried to update that recommended in the link above. The deveoper SQL tool crashed. I have to re - install.

    Someone help please?

    Thank you

    The link to the documentation provided is very old, for SQL Developer 1.5.x.  The problem is that the versions jtds - 1.2.x.jar are for use with applications that require older versions of Java to Java 7.  Developer SQL 4.0.x supports Java 7 and 8, while 4.1.x requires Java 8.  Please use jtds - 1.3.1.jar.

    The notification of which versions of Java, the jTDS driver various builds support is... jTDS - SQL Server and Sybase JDBC driver / News

    In this forum, a discussion earlier touch on what versions of SQL Server that we support, and how to use jTDS is... What versions of SQL Server are supported by SQL Developer 4?

  • Link ODBC for SQL Server

    Hello-

    I am creating a link from a warehouse to Oracle (10 g on unix) a source of SQL Server (sqlsvr2008 on windows), to allow the import of data. (This is the first time I tried to do, so my apologies if this is a newbie query).

    I was looking for the heterogeneous services documentation (more discussions of the forum), and most seem to suggest that the only way to do this is:

    (1) install another server for oracle (windows) on the same machine as SQL Server
    (2) create an ODBC on this machine
    (3) create a listener for sql server on oracle windows server
    (4) create a link of database linking installations of oracle unix/windows

    Is really the only way forward? Or have I missed something?

    The sqlsvr installation is on a third-party server with limited access - I can't install oracle on it (even if I can create an ODBC).

    Thanks in advance.

    Hello

    In the listener.ora, you must add an entry for SID_LIST_LISTENER, something like this:

    SID_LIST_LISTENER=
    (SID_LIST=
       (SID_DESC=
          (SID_NAME=dg4msql)
          (ORACLE_HOME=oracle_home_directory)
          (PROGRAM=dg4msql)
       )
    )
    

    Kind regards
    Sylvie

Maybe you are looking for

  • Magic Mouse works only with the latest el capitan

    Why Apple is not the problems with El Capitan (10.11.6) and it's Magic Mouse? The only way is connected to my MacBook Pro is to remove the com.app.bluetooth.plist at the end of each session and even that does not always work. When it is finally conne

  • Post 1.04 Web access

    Last night, I tried to access the internet while I was on. None of the websites I had would shoot upward. This morning after I woke up, I tried again to access the Web sites this time with my pre connected to my home network. No luck. Otherwise, anyo

  • Some keys do not work in Satellite C850-B374 bought in April 2013

    [I noticed that the BACKSPACE key and] support key and + = equal to the key, enter key does not work. It did not work when I bought the pc. These keys were not working from the moment that I bought the computer. This is a drawback that I can't use th

  • XP - cannot install KB946648 & KB936929

    I get the below error: Setup error. The system cannot find the specified file. 1. already installed sp2,2. full version of vipre antivirus.3. not only installed vipre antivirus4. not all just installed vipre antivirus with the full version. is licens

  • The desktop icons to stop working

    Lately my desktop icons to stop working and I have to keep restarting to work again.  If I try to use the start menu that does not work either.  I need to keep restarting.  It is a new laptop, and should not be the case.  In addition, IE Explorer 9 k