Need Help on Oracle text

Hi Masters,
I am working on Oracle Text. I have executed the below step/commands. All are executed successfully. But I didn't seen any improvement in my task. But I have one doubt, will explain below.
create table ent_dnt as select * from entitlement_dnt;
BEGIN
    CTX_DDL.CREATE_PREFERENCE ('oracletext_datastore', 'MULTI_COLUMN_DATASTORE');
    CTX_DDL.SET_ATTRIBUTE
      ('oracletext_datastore', 'COLUMNS',
        'ORDER_NUMBER, GENERIC_PRODUCT_NAME_EXT, ENTITLEMENT_REF_ID, DEVICE_ASSET_ID, DEVICE_UNIQUE_ID, SWSERVICETAG, PRODUCT_DESC');
END;
CREATE INDEX idx_oracle_text
   ON Ent_dnt (search_cols)
    INDEXTYPE IS CTXSYS.CONTEXT
  PARAMETERS ('DATASTORE  oracletext_datastore');
BEGIN
DBMS_STATS.GATHER_TABLE_STATS('EE', 'ent_DNT', cascade=>TRUE);
DBMS_STATS.GATHER_TABLE_STATS('EE', 'upd_DNT', cascade=>TRUE);
dbms_stats.gather_index_stats('EE', 'idx_oracle_text1');
dbms_stats.gather_index_stats('EE', 'idx_oracle_text');
END;
the above steps are created / executed successfully. But when execute my select query..I didn't seen anywhere oracle text index name in my explain plan.
Plan
SELECT STATEMENT  ALL_ROWSCost: 28,393  Bytes: 49,675  Cardinality: 5 
  3 SORT AGGREGATE  Bytes: 8  Cardinality: 1 
  2 TABLE ACCESS BY INDEX ROWID TABLE EE.EE_PROD_GRP_ENTITLEMENT Cost: 4  Bytes: 8  Cardinality: 1 
  1 INDEX RANGE SCAN INDEX EE.IDX_PGE_ENT_ID Cost: 3  Cardinality: 1 
  5 SORT AGGREGATE  Bytes: 8  Cardinality: 1 
  4 TABLE ACCESS FULL TABLE EE.ENT_DNT Cost: 26,781  Bytes: 8  Cardinality: 1 
  20 VIEW EE. Cost: 28,393  Bytes: 49,675  Cardinality: 5 
  19 COUNT STOPKEY 
  18 VIEW EE. Cost: 28,393  Bytes: 49,610  Cardinality: 5 
  17 SORT GROUP BY STOPKEY  Cost: 28,393  Bytes: 2,295  Cardinality: 5 
  16 HASH JOIN OUTER  Cost: 28,392  Bytes: 2,295  Cardinality: 5 
  14 NESTED LOOPS OUTER  Cost: 28,388  Bytes: 1,808  Cardinality: 4 
  11 NESTED LOOPS OUTER  Cost: 28,384  Bytes: 1,600  Cardinality: 4 
  8 HASH JOIN  Cost: 28,383  Bytes: 1,552  Cardinality: 4 
  6 TABLE ACCESS FULL TABLE EE.UPD_DNT Cost: 1,089  Bytes: 174  Cardinality: 6 
  7 TABLE ACCESS FULL TABLE EE.ENT_DNT Cost: 27,292  Bytes: 110,648,108  Cardinality: 308,212 
  10 TABLE ACCESS BY INDEX ROWID TABLE EE.PRODUCT_LICENSE_PART Cost: 1  Bytes: 12  Cardinality: 1 
  9 INDEX RANGE SCAN INDEX EE.IDX_PLP_PD_DATA_ID Cost: 0  Cardinality: 1 
  13 TABLE ACCESS BY INDEX ROWID TABLE EE.PD_KT_DETAILS Cost: 1  Bytes: 52  Cardinality: 1 
  12 INDEX RANGE SCAN INDEX EE.IDX_PKD_PART_NUM Cost: 0  Cardinality: 1 
  15 TABLE ACCESS FULL TABLE EE.LEGACY_CONFIG Cost: 3  Bytes: 35  Cardinality: 5 
and cost is also so high. But when I ran the below query. I didn't see any $ tables.
TEST@orcl_11gR2> SELECT object_name, object_type
  2  FROM   user_objects
  3  WHERE  object_name LIKE '%oracle%'
  4  /
Usually DR$ $I, $K,$N,$R,$X tables are not creaed. where is the problem? please help me. I have to complete this task.
Regards
AR

Hi Roger,
Thanks alot for your reply. This is my query. Yes I didn't used contain clause in my query. But i don't know how to use.
SELECT B.*,
       CASE WHEN ISBOUND = 'Y' AND ALLOWRESEND = 'Y' THEN 'Y' ELSE 'N' END
          AS Allowunbind,
       CASE
          WHEN ISBOUND = 'Y' AND IsThisAnUpgrade = 'N' AND Allowresend = 'N'
          THEN
             'Y'
          ELSE
             CASE
                WHEN     ISBOUND = 'N'
                     AND BINDING_TYPE = INITCAP ('TRUSTED')
                     AND ALLOWRESEND = 'N'
                THEN
                   'Y'
                ELSE
                   'N'
             END
       END
          AS AllowBind,
       FNC_GET_GROUPNAME_V3 (B.ENTITLEMENT_ID) GROUP_NAME,
       FNC_GET_USERGROUPNAME_V3 (B.ENTITLEMENT_ID, '[email protected]')
          USER_GROUP_NAME,
       FNC_GET_ROLE_V3 (B.ENTITLEMENT_ID, '[email protected]') ROLE_NAME,
       (SELECT MAX (PGE_IS_ASSIGNED)
          FROM ENT_DNT
         WHERE ENTITLEMENT_ID = B.ENTITLEMENT_ID)
          AS IS_ASSIGNED
  FROM (SELECT *
          FROM (SELECT A.*, ROWNUM RNUM
                  FROM (SELECT *
                          FROM (SELECT *
                                  FROM (SELECT DISTINCT
                                               ENTDNT.ORDER_DATE,
                                               ENTDNT.ORDER_NUMBER,
                                               ENTDNT.ENTITLEMENT_ID,
                                               ENTDNT.ENTITLEMENT_REF_ID,
                                               ENTDNT.CUSTOMER_NUM,
                                               ENTDNT.ENTITLEMENT_STATUS_ID,
                                               ENTDNT.ENT_QTY,
                                               ENTDNT.ENTITLEMENTNAME,
                                               ENTDNT.ACT_KEY_LOB_ID,
                                               ENTDNT.LIC_KEY_LOB_ID,
                                               ENTDNT.LICENSE_KEY,
                                               ENTDNT.ENT_TYPE_ID,
                                               ENTDNT.PRODUCT_DATA_ID,
                                               ENTDNT.PRODUCT_NAME,
                                               ENTDNT.TYPE_DIMENSION_EXT,
                                               ENTDNT.BINDING_TYPE,
                                               DECODE (
                                                  ENTDNT.ENT_TYPE_ID,
                                                  1, ENTDNT.PRODUCT_DESC,
                                                  3, ENTDNT.GENERIC_PRODUCT_NAME_EXT)
                                                  AS PRODUCT_DESC,
                                               DECODE (
                                                  ENTDNT.ENT_TYPE_ID,
                                                  3, PKD.PRIMARY_LICENSE_IDENTIFIER,
                                                  2, 'SOFTWARE_SERVICETAG',
                                                  1, 'ENTITLEMENTID',
                                                  NULL)
                                                  AS PRIMARYLICENSEIDENTIFIER,
                                               CASE
                                                  WHEN     DECODE (
                                                             ENTDNT.ENT_TYPE_ID,
                                                              3, DECODE (
                                                                    PKD.KEY_SOURCE_TYPE,
                                                                    'SOURCE_NO_KEY', 'N',
                                                                    'Y'),
                                                              1, 'Y',
                                                              LC.IS_KEY_REQUIRED) =
                                                              'Y'
                                                       AND ENTDNT.ENTITLEMENT_STATUS_ID =
                                                              '0'
                                                       AND (   ENTDNT.LIC_KEY_LOB_ID
                                                                  IS NOT NULL
                                                            OR ENTDNT.LICENSE_KEY
                                                                  IS NOT NULL
                                                            OR ENTDNT.ACT_KEY_LOB_ID
                                                                  IS NOT NULL)
                                                  THEN
                                                     'Y'
                                                  WHEN     ENTDNT.ENTITLEMENT_STATUS_ID =
                                                              '0'
                                                       AND (   ENTDNT.LIC_KEY_LOB_ID
                                                                  IS NOT NULL
                                                            OR ENTDNT.LICENSE_KEY
                                                                  IS NOT NULL)
                                                  THEN
                                                     'Y'
                                                  ELSE
                                                     'N'
                                               END
                                                  AS KEYREQUIRED,
                                               ENTDNT.ISTHISANUPGRADE,
                                               ENTDNT.DEVICE_ASSET_ID,
                                               ENTDNT.SWSERVICETAG,
                                               PKD.PHVALUE,
                                               CASE
                                                  WHEN -- ENTDNT.BINDING_TYPE = 'Trusted'
                                                      ENTDNT.BINDING_TYPE =
                                                          INITCAP ('TRUSTED')
                                                  THEN
                                                     'N'
                                                  WHEN    ENTDNT.BINDING_TYPE =
                                                             INITCAP (
                                                                'COMPONENT')
                                                       -- OR ENTDNT.BINDING_TYPE = 'DeviceID'
                                                       OR ENTDNT.BINDING_TYPE =
                                                             INITCAP (
                                                                'DEVICEID')
                                                       --OR ENTDNT.BINDING_TYPE = 'ServiceTag'
                                                       OR ENTDNT.BINDING_TYPE =
                                                             INITCAP (
                                                                'SERVICETAG')
                                                  THEN
                                                     'Y'
                                                  ELSE
                                                     'N'
                                               END
                                                  AS ISBOUND,
                                               CASE
                                                  WHEN     ENTDNT.ENT_TYPE_ID =
                                                              3
                                                       AND PKD.ALLOW_RESEND =
                                                              'Y'
                                                       AND ENTDNT.ENTITLEMENT_STATUS_ID =
                                                              '0'
                                                       AND (   ENTDNT.LIC_KEY_LOB_ID
                                                                  IS NOT NULL
                                                            OR ENTDNT.LICENSE_KEY
                                                                  IS NOT NULL
                                                            OR ENTDNT.ACT_KEY_LOB_ID
                                                                  IS NOT NULL)
                                                  THEN
                                                     'Y'
                                                  WHEN     ENTDNT.ENTITLEMENT_STATUS_ID =
                                                              '0'
                                                       AND (   ENTDNT.LIC_KEY_LOB_ID
                                                                  IS NOT NULL
                                                            OR ENTDNT.LICENSE_KEY
                                                                  IS NOT NULL)
                                                  THEN
                                                     'Y'
                                                  ELSE
                                                     'N'
                                               END
                                                  AS ALLOWRESEND,
                                               ENTDNT.GENERIC_PRODUCT_NAME_EXT,
                                               PLP.LICENSE_PART_NUMBER
                                                  AS SRVPARTNUMBER,
                                               ENTDNT.DEVICE_UNIQUE_ID,
                                               (SELECT MAX (IS_ASSIGNED)
                                                  FROM EE_PROD_GRP_ENTITLEMENT PGE
                                                 WHERE ENTITLEMENT_ID =
                                                          ENTDNT.ENTITLEMENT_ID)
                                                  AS IS_ASSIGNED,
                                               ENTDNT.SINGLEFILEPERID
                                          FROM ent_dnt ENTDNT,
                                               PD_KT_DETAILS PKD,
                                               PRODUCT_LICENSE_PART PLP,
                                               Legacy_Config LC,
                                               upd_dnt UPDNT
                                         WHERE     ENTDNT.PRODUCT_GROUP_ID =
                                                      UPDNT.PRODUCT_GROUP_ID
                                               AND UPDNT.EMAIL_ADDRESS =
                                                      '[email protected]'
                                               AND ENTDNT.ENT_TYPE_ID =
                                                      LC.ENTITLEMENT_TYPE_ID(+)
                                               AND PLP.PRODUCT_DATA_ID(+) =
                                                      ENTDNT.PRODUCT_DATA_ID
                                               AND PKD.PART_NUMBER(+) =
                                                      ENTDNT.LIC_PART_NUM
                                               AND UPDNT.IS_DELETED = 'N'
                                               AND ENTDNT.ENTITLEMENT_STATUS_ID IN
                                                      (0, 4)
                                               AND ENTDNT.IS_DELETED = 'N')
                                 WHERE    (UPPER (GENERIC_PRODUCT_NAME_EXT) LIKE
                                              '%IDRAC%')
                                       OR (ORDER_NUMBER LIKE '%251608469%')
                                       OR (ENTITLEMENT_REF_ID LIKE '%162523200%')
                                       OR (DEVICE_ASSET_ID LIKE '%162523200%')
                                       OR (DEVICE_UNIQUE_ID LIKE '%162523200%')
                                       OR (SWSERVICETAG LIKE '%162523200%')
                                       OR (UPPER (PRODUCT_DESC) LIKE
                                              '%162523200%'))
                         WHERE    (UPPER (GENERIC_PRODUCT_NAME_EXT) LIKE
                                      '%575757%')
                               OR (ORDER_NUMBER LIKE '%251608469%')
                               OR (ENTITLEMENT_REF_ID LIKE '%162523200%')
                               OR (DEVICE_ASSET_ID LIKE '%162523200%')
                               OR (DEVICE_UNIQUE_ID LIKE '%162523200%')
                               OR (SWSERVICETAG LIKE '%162523200%')
                               OR (UPPER (PRODUCT_DESC) LIKE '%162523200%')) A
                 WHERE ROWNUM <= 100)
         WHERE RNUM >= 1) B;
yes..you are 100% correct. I did mistake with like operator. now I executed the below query. displaying all oracle related tables and indexes. Thank you.
SELECT object_name, object_type
FROM   user_objects
WHERE  object_name LIKE '%ORACLE%'
but here I have a problem. how can i run the below select for my above query?
SELECT *
  2  FROM  Entitlement_dnt
  3  WHERE  CONTAINS (search_cols, REPLACE (:i_OpenSearchText, ',', ' AND ')) > 0
here what can I do the value for :I_opensearchText ? confused.
please help me..!!
Regards
AR

Similar Messages

  • Need help with Oracle Text

    Hello,
    I have the following table:
    create table table1(col1 clob)
    In columns COL1 I store some XML with the following structure:
    <ROW>
    <NAME>....</NAME>
    <COL1><VAL>...</VAL><VAL>....</VAL></COL1>
    <COL2>....</COL2>
    </ROW>
    So I compare two indexes:
    1. Simple index:
    create index myindex on table1(col1)
    indextype is ctxsys.context
    parameters ('datastore ctxsys.default_datastore
    filter ctxsys.null_filter
    section group ctxsys.auto_section_group')
    2. Another index with stop sections, I think it will allow to increase performance and decrease index's size as I will index only NAME tag.
    begin
         ctx_ddl.create_section_group('xmldatagroup', 'AUTO_SECTION_GROUP');
         ctx_ddl.add_stop_section('xmldatagroup', 'VAL');
         ctx_ddl.add_stop_section('xmldatagroup', 'COL1');
         ctx_ddl.add_stop_section('xmldatagroup', 'COL2');
    end;
    create index myindex on table1(col1)
    indextype is ctxsys.context
    parameters ('datastore ctxsys.default_datastore
    filter ctxsys.null_filter
    section group xmldatagroup')
    But when I compared these indexes I found that sizes are the same and the token's table DR$MYINDEX$I for the second index contains tokens from tags from stop sections however in documentation I see:
    Stop sections, empty tags, processing instructions, and comments are not indexed.
    Is anybody know what's wrong with my code or stop section is just logical declaration for using on the query's execution step?

    I'm not sure why your stop sections aren't working, but if you know the layout of the document I would recoomend using explcitly-defined field sections rather than auto_section_group.
    This will be a lot more efficient for querying.
    It will still index the data outside of the <NAME> section, though as part of the "default" section. If you don't want to index that, you could use a user_datastore to remove all the stuff apart from what you want to index.
    - Roger

  • Need help in oracle data recovery

    Friends ,i need help in oracle data recovery.
    I had an oracle 8i database running on windows.
    For some reason Windows operating system crashed.
    It is not booting up.
    I dont have current backups.But my database physical files are in the disk.
    Controlfile,datafiles and redo log files are there.
    Is there any way I can recover my database?
    Please help in this issue.
    regards
    Ajith

    HI citrus,
    thanks for the reply.
    I have installed database 9i on the same PC after O/S reinstallation.
    You are saying that ,I need to keep oracle root folder same as that of my old installation ,and copy control files,redo log and data files in exactly same folders as that of old database,and then start the database?
    thank you for your patience and support.
    regards.,
    Ajith

  • I need help with my text tone and I have ring tone. no text tone for the 4s.

    I need help with my text tone. I have ring tone no text tone. I have a 4s.

        Hi Sarar2333!  Let's get your text tones working again!
    Here's a link with instructions how to enable and change your alert sounds for your text/notification settings on your iPhone 4S: http://vz.to/1stiF8a.  You can ensure text tones are enabled by selecting a tone in the "Text Tone" setting.  Let me know how that works out for you.  Thanks!
    AnthonyTa_VZW
    Follow us on Twitter @VZWSupport

  • Need help on Oracle Report format

    Hi,
    I need help on Oracle Reports. I am generating a report in excel sheet. I have a column which is 13 digit number (In database it is CHAR datatype). In excel sheet it showing some thing like 9.78381E+12. I want to show complete number like 9783805591331.
    Also sometimes leading zero's are not showing when my column values is something like 0098794859583. I need to show the leading zero's as well in excel without losing them.
    Below are the parameters i am using for the report
    DESFORMAT=SPREADSHEET AND DESTYPE=FILE
    My Oracle 9i developer version.
    Any help on this would be much appreciated.
    Thanks
    Kishore

    An additional quote string ' character with the number field will solve this problem but if u want to display this field in report then it will look ugly
    '''||yourfield from table; check ur regional settings also
    plz mark it helpful correct if it is

  • I need help with oracle

    Hi,
    I need some help... if someone can help its great.
    I need to make a statement in Oracle SQL that read data from a file and insert in a Oracle Database ... if someone can show me the syntax of it i appreciate..
    Thanks

    Okay, I see you followed the advice in that other thread and started a new post for you question. Congratulations. Your next lesson in forum etiquette is to give your posts a more relevant subject. Pretty much everybody who posts here needs help with oracle; if they need help with cooking catfish they've come to the wrong place.
    It that other thread I suggested using SQL*Loader or External Tables might be a more suitable solution. Find out more.
    Cheers, APC

  • Need help with automating text import/pasting/macro between Photoshop and Excel

    Hey everyone,
    I'm working on a large project now that seems extremely daunting, but I was hoping there would be some way to automate it using either Actions or some sort of macro program.  Here's the gist:
    I've created a template with 24 differently sized text boxes in the photoshop image file.  Each text feild has unique text that needs to be be pasted into it, which has been compiled in excel.  This wouldn't be too dificult to do, except I have to recreate this image and all 24 text fields aproximately 350 times.  None of the text boxes will remain static through all 350 images as text is the title, description, and demographic ratings/percentages/data for the topic of each image.  I did something similar manually last year and it took me about 3, non-stop 18 hour days to complete it.
    (the test template)
    Can anyone think of any way I could automate this process?  I'm thinking some sort of macro that copies cell 1 in excel, switches to photoshop, opens layer 1, pastes, switches back to excel, goes to cell 2, copies, back to photoshop, layer 2, pastes, etc, etc, then does a 'save as' in photoshop and revets to PS layer 1, EX cell 1 (on tab 2) to start the process all over again.  I have no idea if this would work or if there is another way to do this but I would really appreciate any help or advice you guys could give.  I don't have really any expreience using PS Actions or macro programs/scripts, so I may be over my head or overlooking a really simple way to do this.  If there's a way to do it, I'm persistent enough to figure it out and get it working. Doesn't really matter how it gets done, I just need to fill those text boxes as best as I can and as quickly as I can.
    Any help you all could give is really appreciated.

    Have you read up on the Variables support in Photoshop?

  • Need help in printing text in footer

    Hi Friends,
    I need help from all you guys. I am working on SmartForms, and need help. Please look into the below situation, and appreciate if you can help me out.
    The Literal “**DATA CONTINUED ON NEXT PAGE**” is to be displayed at the bottom of the
      page in the Footer only if the data rolls onto second page.
    Thanks,
    Nikhil

    Hi,
    define the two variables in the global definition as
    g_cnt type sy-tabix.
    g_flg type c .
    ->in the initialization tab pass the internal table that is the main window.
    g_cnt = lines( the table name which you are using in the main
    window before the footer).
    Now you have the total no of lines in the g_cnt.
    in the loop which is in main window create the program line pass the output parameter as g_flg.
    in the condions tab give the condition as g_cnt = sy-tabix.
    in the source code of that program lines
    g_flg = 'X'.
    now for the footer where you are displaing the text coutinued on next page for in codition tab give the condition as g_flg = space.
    Thanks,
    NN.

  • Need Help on Oracle BI Server Service

    Hi there,
    I would need help on to start Oracle BI Server service start.
    I have installed OBIEE 10.1.3.4 version and I've been working on creating repository and creating Answers & Dashboards etc..,
    Today, I was working on to point other repository in NQSConfig.INI file and when I tried to Start Oracle BI Server Service I get below error:
    " *Could not start the Oracle BI Server service on Local Computer*
    *Error 1064 An exception occurred in the service when handling the control request*"
    It's been working, just I got this error today only, all other services are working fine.
    Has anyone got this error?
    Any help would be greatly appreciated.
    Thank you
    Skat
    Edited by: Skat on Nov 10, 2009 8:07 PM

    Hi All,
    Thank you so much for all your quick replies and it worked now.
    You are right, I changed repo name and changed back to original one and and Service is starting now.
    I think something missing space or format issue when I add other entry in the NQSconfig.INI file, Ihave to follow same synatx.
    Now I am good to go.
    Thanks again,
    skat

  • Need help regarding converting text to Lines and Arcs.

    In my program i have text.Lets say the text is JAVA.
    Now i need to group that text(JAVA) in the form of line and arcs.
    Its like organizing lines and arcs and make it looks like a text(JAVA).
    Can we have such a possibilities to do that?
    Please help regarding this!!
    Thanks in Advance.
    Boopathy.

    Have a look at TextLayout class (http://java.sun.com/javase/6/docs/api/java/awt/font/TextLayout.html)
    Graphics2D g = ...;
    Point2D loc = ...;
    Font font = Font.getFont("Helvetica-bold-italic");
    FontRenderContext frc = g.getFontRenderContext();
    TextLayout layout = new TextLayout("This is a string", font, frc);
    Shape shape = layout.getOutline(null);
    Edited by: AlexeyUshakov on Sep 29, 2008 8:46 AM

  • Need help on Oracle Application Testing Suite

    Hi,
    I need help on accessing one script into another script in OATS like the way we access methods of one class into another class in Java. I have created 2 scripts (when i do recording they created as a projects in open script editor), now i want to use my first script in second script.
    Thanks,
    VaraPrasad

    I have a similar problem with the OATS v9.20 installation. I did manage to install it on our main load generator (running Windows 2003 Server) but when it came to installing OpenScript on my laptop (XP SP3) the install 'hangs' at 78%.
    I did raise a support call with Oracle about this (there was a bug report generated) but the case is still open.
    I've been waiting to hear when the next version was due (in the hope that this might have been resolved) but by the sounds of it there could still be an issue on WinXP with v9.21?
    For reference I originally logged this with the following in the description:
    The installation looks like it is failing because of a double backslash in a path ending "OATS920\\bin\copyOUI.bat". We then get an error in javaw.exe which when OK'ed then stops the installation at the stage "creating 'Uninstall Oracle Application Testing Suite' in folder 'Oracle Application Testing Suite' ".

  • Need help on Oracle Driver

    I am using Oracle 10g and I want to set up ODBC at Control Panel(Administrative Tools).
    I have to driver in ODBC to setup New Data Source fro Oracle, that is
         1. Oracle in OraClient11g_home1
         2. Oracle in OraDB10g_home1
    When in choose the Oracle in OraClient11g_home1 driver. The TNS Service Name did not list up.
    But when i choose Oracle in OraDB10g_home1 driver , the TNS Service Name will list up.
    Why it happend?
    I need to used Oracle in OraClient11g_home1 driver because i need to used ODP.NET.
    The tnsnames.ora for Oracle in OraClient11g_home1 are located at C:\app\Administrator\product\11.2.0\client_1\Network\Admin.
    The tnsnames.ora for OraDB10g_home1 are located at C:\oracle\product\10.2.0\db_1\NETWORK\ADMIN
    All contains in tnsnames.ora are same
    ORCL1 =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = fakhrimini)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl1)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    Can someone help me on how to make The TNS Services Names list in Oracle in OraClient11g_home1 driver?

    This is PATH in Enviroment Variable.
    C:\oracle\product\10.2.0\db_1\bin;C:\app\Administrator\product\11.2.0\client_1;C:\app\Administrator\product\11.2.0\client_1\bin;C:\DevSuiteHome_4\bin;%SystemRoot%\system32
    This is result for tnsping
    C:\Documents and Settings\Administrator>tnsping orcl1
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 06-JUL-2011 09:48:15
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\oracle\product\10.2.0\db_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = fakhrimi
    ni)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = orcl1)))
    OK (30 msec)
    C:\Documents and Settings\Administrator>
    This is added information from TOAD.
    SOFTWARE\ORACLE\KEY_DEVSUITEHOME4
    ORACLE_HOME_NAME: DevSuiteHome4
    ORACLE_HOME: C:\DevSuiteHome_4
    ORACLE_SID: orcl1
    NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    SQLPATH: C:\DevSuiteHome_4\dbs
    LOCAL:
    C:\DevSuiteHome_4\Bin exists.
    C:\DevSuiteHome_4\Bin is in PATH.
    Client DLL: C:\DevSuiteHome_4\Bin\oci.dll
    Client Version: 10.1.0.4.0
    Home is valid.
    SOFTWARE\ORACLE\KEY_ORACLIENT11G_HOME1
    ORACLE_HOME_NAME: OraClient11g_home1
    ORACLE_HOME: C:\app\Administrator\product\11.2.0\client_1
    ORACLE_SID: orcl1
    NLS_LANG: AMERICAN_AMERICA.WE8MSWIN1252
    SQLPATH:
    LOCAL:
    C:\app\Administrator\product\11.2.0\client_1\Bin exists.
    C:\app\Administrator\product\11.2.0\client_1\Bin is in PATH.
    Client DLL: C:\app\Administrator\product\11.2.0\client_1\oci.dll
    Client Version: 11.2.0.1.0
    Home is valid.
    SOFTWARE\ORACLE\KEY_ORADB10G_HOME1
    ORACLE_HOME_NAME: OraDb10g_home1
    ORACLE_HOME: C:\oracle\product\10.2.0\db_1
    ORACLE_SID: orcl1
    NLS_LANG:
    SQLPATH:
    LOCAL:
    C:\oracle\product\10.2.0\db_1\Bin exists.
    C:\oracle\product\10.2.0\db_1\Bin is in PATH.
    Client DLL: C:\oracle\product\10.2.0\db_1\Bin\oci.dll
    Client Version: 10.2.0.1.0
    Home is valid.
    Instant Client - 11.2.0.1.0
    ORACLE_HOME_NAME: C:\app\Administrator\product\11.2.0\client_1
    ORACLE_HOME: C:\app\Administrator\product\11.2.0\client_1
    ORACLE_SID: orcl1
    NLS_LANG:
    SQLPATH:
    LOCAL:
    C:\app\Administrator\product\11.2.0\client_1 exists.
    C:\app\Administrator\product\11.2.0\client_1 is in PATH.
    Client DLL: C:\app\Administrator\product\11.2.0\client_1\oci.dll
    Client Version: 11.2.0.1.0
    Home is valid.
    In Toad, the client Instant Client - 11.2.0.1.0 didnot list the tnsnames or database, but all client show the tnsnames or database
    where i need to type export TNS_ADMIN, ORACLE_HOME, PATH,? in command prompt or sqlplus?

  • Need help on oracle stellent implementation

    We need expert help in oracle Stellent Implementation.Any one interested and need more details please mail back.
    Edited by: user12990131 on Apr 14, 2010 11:38 PM

    our requirements
    - Need to design technical design document
    - Need to design a web portal using UCM with certain feature provided by clinet
    - Need to have work flows, colloboration, wiki etc.
    For more details,please provide us your contact details or email details

  • Need help on oracle installation

    Hi all,
    I have an issue on Oracle 10g /ids/ application server installation on windows 2003 server(R2) x64 enterprise edition.
    After installation , I can't see oracle entries in registry(HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE).
    Need help.
    Regards
    JIJU

    HKEY_LOCAL_MACHINE\SOFTWARE\ORACLE\KEY_10gdb\OLEDB
    only one folder, under key_10gdb.
    after installation developer suite (IDS), no entries are coming

  • I need help getting my text tones???

    i need help getting my purchaced text tones to my new iphone

    Where did you bought it?
    What device did you used to obtain them?

Maybe you are looking for

  • Can't update ipod classic!!!

    Can anyone help? I have an Ipod classic 120gb and it says there is an update available but when it tries to install a message says "cannot update this Ipod an unknown error occurred (1436)". Before this ipod i had an old ipod mini that worked fine so

  • Cannot print from Windows 7 to shared HP cp1160 on XP machine

    I am adding a Windows 7 Home Premium 32-bit laptop (HP ProBook 4510s) to my home network. There is already an XP machine there with a shared USB printer (HP cp1160) which is in regular use from XP and Vista laptops on the network. I've attempted to a

  • Converting ntext datatype of MS SQL to LOB datatype of Oracle using ODI

    Hi Could anyone help me how I can convert ntext datatype of MS SQL to BLOB/CLOB datatype of ORACLE using ODI tool? I have tried and it seems that ODI couldn't able to create working table with datatype of LOB. Thank you in advance. Myat

  • Problem in Sourcing sequence for plant in Sales Order.

    Hi I am facing problem in Sourcing sequence for plant in Sales Order. If in Sales order i am selecting material then system is picking plant automaticly 8635 which is worng. For customer XYZ/ ship to ID ZXY, system should pick plant in sequence 5400

  • Album art problem since 10.5.0.142 update

    Clicking on the album art launches a separate window in the background that I am unable to access. I can see the window pop up if I highlight over the iTunes icon  in the tastbar, but clicking on it, just takes me back to the main iTunes window. I di