Create the heterogeneous Services initialization file

Hello, I am new to oracle as I am a student. I installed Oracle Database 11 g Release 2 Enterprise Edition.

I want to use a Microsoft Excel file in a source file. In the Help Center it says I have to create the heterogeneous Services initialization file in a specific directory by using these commands: HS_FDS_CONNECT_INFO = odbc_excel
HS_AUTOREGISTER = TRUE
HS_DB_NAME = dg4odbc

My question is where should I run these commands?

If I have to do in SQL Plus, how for the specific path? When sqlplus open just writing SQL > and I don't know how I can go down the path that I want to so I can run the commands.

I can go through the command prompt, but of course, it does not recognize these commands.

Any answer would be instructive. Thank you.

http://docs.Oracle.com/CD/E11882_01/OWB.112/e10582/loading_ms_data.htm

You don't need to run the Sql command * more

HS_FDS_CONNECT_INFO = odbc_excel
HS_AUTOREGISTER = TRUE
HS_DB_NAME = dg4odbc

You must create the initexcelsid.ora file in the OWB_HOME\hs\admin directory with the list above

Tags: Business Intelligence

Similar Questions

  • Problem installing Webroot for MSN (part of the Internet software of MSN Premium subscription) "error 5: access is denied" and "Setup could not create the directory"C:; Program Files/Webroot/security /...

    Original title: problem installing Webroot for MSN (part of the Internet software of MSN Premium subscription)

    Try installing Webroot to MSN but when I run the installer, I get "error 5: access is denied" and "Setup could not create the directory"C:; Program Files/Webroot/security/current/plugins/antimalware/Backup ". OS is XP with Service Pack 3. I tried to delete my existing Webroot program and turning to the bottom/off other security options... Any suggestions? Thank you.

    Thanks for the reply. I was able to finally get the new Webroot program to install after running a Microsoft Fix affecting the directory uninstall the old prgm Webroot and meets a new error code (1603), which led me to this site to permissions Grant full control to the SYSTEM account.

    http://support.Microsoft.com/kb/834484

  • "Storage insufficient to create the shadow copy storage file or other shadow copy data"(0x8004231F). "

    I have Windows Vista Home Premium (32 bit) and you cannot create a system restore point.  Despite all attempts, I keep getting the error message "storage insufficient to create the shadow copy storage file or other shadow copy data"(0x8004231F). "  There is a large hard drive space (90 GB free with)< 70="" gb="" used). ="" how="" can="" this="" be="">

    Hi rebick,.

     

    Welcome to Microsoft Answers Forums.

    We would like to get more information about you to help solve your problem. You better, please answer the following questions.

    • When was the last time it worked?
    • Remember to make changes to the computer recently?

    First of all, I would say that you unplug any external drive connected to the computer except the keyboard and mouse.

    This error message can occur if there is some system files corrupted on your computer. Suggest to run a SFC scan, which would be a search for system files corrupted on the computer and replace them.

    Scan SFC enforcement procedure:

    1. click on the Start button

    2. on the Start Menu, click all programs followed by accessories

    3. in the menu accessories, right-click on command line option

    4. in the drop-down menu that appears, click the "Run as Administrator" option

    5 If you have the enabled User Account Control (UAC) you will be asked to consent to the opening of the command line. You simply press the button continue if you are the administrator or insert password etc.

    6. in the command prompt window, type: sfc/scannow then press enter

    7. a message is displayed to indicate that "the analysis of the system will start.

    8. be patient because the analysis may take some time

    9. If all the files need replace SFC will replace them. You may be asked to insert your Vista DVD for this process to continue

    10. If all goes although you should, after the analysis, see the following message "Windows resource protection not found any breach of integrity.

    11 after the scan finished, close the command prompt window reboot the computer and check.

    The analysis may take some time, so be patient. Windows allows to fix corrupt or missing files it finds. If the information of the installation CD is required to fix the problem, you may be asked to insert your Windows Vista.

    For more information please visit the link below.

    How to repair the operating system and how to restore the configuration of the operating system to an earlier point in time in Windows Vista

    http://support.Microsoft.com/kb/936212

    If the step above does not resolve the issue, I would say that you create a new user on the computer account.

    Log on to the new user account and check if you can create a system restore point.

    1. Open user accounts by clicking the Start button, clicking Control Panel, clicking user accounts and family safety, then clicking on user accounts.
    2. Click on manage another account. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
    3. Click on create a new account.
    4. Type the name you want to assign to the user account, click an account type, and then click on create an account.

     http://Windows.Microsoft.com/en-us/Windows-Vista/create-a-user-account

    Halima S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Create the single '. " ALX "file of multiples. ALX file?

    Hi guys,.

    Is it possible to create the single '. " ALX "file of multiples. ALX file?

    If possible, please let me know.

    Thanks in advance,

    Yes, it's easy to do.

    Just add several files to the

    Element.

  • Creating the proxy service

    When I create the proxy service and choose to be created from the WSDL, I have two options for selection of the port and binding, could explain the difference in choosing between the port or binding?

    Thank you!

    This might help... Configuration of the Proxy Services and Business Services

  • Failed to create the Proxy service with transport JCA

    Hello everyone.
    I have some questions when trying to create the ftp with jca transport service. I followed the instructions in this tutorial:
    http://blogs.Oracle.com/MarkSmith/entry/osb_and_ftp_adapter_in_11g

    I stuck at step 4, cannot create proxy service to use JCA file I created by JDeveloper 11 g (11.1.1.5). When I specify the file of jca proxy service, an error message returned:
    <ALSB Console> <BEA-494002> <Internal error occured in OSBConsole : Transport exception occurred with the following message:
    Invalid JCA file for JCA proxy service. If you are creating a Proxy from a Business Service, please select a different transport type (for example, http). If not, JCA file must contain JCA activation spec properties.
    And here's my content created by JDeveloper jca file:
    <adapter-config name="myJCA_FTP_service" adapter="FTP Adapter" wsdlLocation="myJCA_FTP_service.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
      
      <connection-factory location="eis/ftp/MyFtpAdapter"/>
      <endpoint-interaction portType="Put_ptt" operation="Put">
        <interaction-spec className="oracle.tip.adapter.ftp.outbound.FTPInteractionSpec">
          <property name="PhysicalDirectory" value="/home/FTP-shared/upload"/>
          <property name="FileType" value="ascii"/>
          <property name="Append" value="false"/>
          <property name="FileNamingConvention" value="osb_%SEQ%"/>
          <property name="NumberMessages" value="1"/>
        </interaction-spec>
      </endpoint-interaction>
    
    </adapter-config>
    Is there someone who had attempted to use JCA adapter Ftp transport already? Please give me a suggestion.
    Any response is appreciated

    Best regards, Cuong Pham

    If you have selected the operation PUT you can only generate a business of the JCA service.

  • Fail to create the web service with the type of data defined by the user using the jwsc Ant task!

    Hello everyone!

    I used JAXWS to create WSDL from a file of Jehovah's witnesses.

    It's my TJ:
    -----------------------------------------------------------------------------------
    package ws;

    Import javax.jws.WebService;
    Import javax.jws.WebMethod;
    ws import. MyDataType;

    *@WebService*
    * public class MyWebService {*}
    public MyWebService()
    *{*
    *}*
    *@WebMethod*
    public MyDataType MyWebMethod (MyDataType mdt)
    *{*
    * / / mdt.setS ("I got it!"); *
    return mdt;
    *}*
    *}*
    -----------------------------------------------------------------------------------


    and this is my type of data:
    -----------------------------------------------------------------------------------
    package ws;

    * public class MyDataType {*}


    String ^ s;
    public MyDataType()
    *{*

    *}*
    * public String getS() {*}
    return s;
    *}*

    * Sets public Sub (String s) {*}
    This.s = s;
    *}*
    *}*
    -----------------------------------------------------------------------------------



    and that's my Ant build.xml
    -----------------------------------------------------------------------------------
    * < by default of the project = "all" > *.
    * < property name = "weblogic.jar.classpath" value="D:/Projects/bea103/wlserver_10.3/server/lib"/ > * "
    * < taskdef name = "jwsc" classname = "weblogic.wsee.tools.anttasks.JwscTask" > *.
    * < classpath > *.
    * < path id = "weblogic.classpath" > * "
    * < pathelement path = "WEBLOGIC_HOME" / >. *
    * < fileset dir = "${weblogic.jar.classpath}" > *.
    * < include name = "weblogic.jar" / > *.
    * < / fileset > *.
    * < / path > *.
    * < / classpath > *.
    * < / taskdef > *.
    * < target name = "all" depends = "clean, build-service" / > *.
    * < name target 'clean' = > *.
    * < delete dir = "output" / > *.
    * < / target > *.
    * < name target = 'build-service' > *.
    * <!-add jwsc and related tasks here - > *.
    * < jwsc srcdir = "" destdir = "wsoutput" > * "
    * < jws file = "MyWebService.java" type = "JAXWS" / > * "
    * < / jwsc > *.
    * < / target > *.
    * <!-< target name = "deploy" > - > <! - add wldeploy task here - > <!-< / target >-> *.
    * < / project > *.
    -----------------------------------------------------------------------------------

    I have run the Ant task, but I get this error:
    -----------------------------------------------------------------------------------
    BuildFile: build.xml

    clean:

    build service:
    [jwsc] TJ: processing module /MyWebService
    [jwsc] The analysis of source files
    [jwsc] The analysis of source files
    [jwsc] 1 TJS files processing for the module /MyWebService
    * [jwsc] [JAM] WARNING: could not resolve class MyDataType *.
    [jwsc] TJ: C:\Documents and Settings\samimi\IdeaProjects\SampleWebService\src\ws\MyWebService.java valid.
    [jwsc] Treatment of the web services JAX - WS 1...
    * [jwsc] error: couldn't get TypeDeclaration for: MyDataType apt tour: 1 *...
    ...................
    BUILD FAILED
    C:\Documents and Settings\samimi\IdeaProjects\SampleWebService\src\ws\build.xml:
    19: weblogic.wsee.tools.WsBuildException: JAX - WS web services processing error
    -----------------------------------------------------------------------------------

    Please help me solve this problem.
    Thank you
    Mojir

    I tried to compile your source code and received the same exception.
    However after compiling the MyDataType.java before running the jwsc task, I was successfully able to build the service.

    Please try the ant script below and let me know the result:

    **
    *     *
    *
    *



    <>
    srcdir = "${source.dir}" "

    DESTDIR = "${Build.dir} '"
    keepGenerated = 'true '.
    classpath = "${Class.Path} '"
    Debug = 'true '.
    verbose = "false" >

         


              

    Thank you
    Sandeep

  • Create the web service for foreign service composite of soa

    Hello

    only a few things to know.

    Worth better tick: copy wsdl and its dependend in the project artifacts?

    Which option to choose in Participation of the Transaction?

    Tryng to create a Web service to call a service proxy on OSB.

    Thank you.

    Fairlie

    Fairlie,

    Here you can find details on the transaction of participation parameter values - http://docs.oracle.com/cd/E25054_01/dev.1111/e10224/sca_bindingcomps.htm.

    This setting basically said if the appeal service should participate in the transactions of the process (if there is). If you want to keep the transactionality between the process and the OSB service, you'd better direct soa user liaison who takes in charge transactions. If you the OSB is transactionless, you can leave it blank.

    With respect to the WSDL, I would avoid the copy, but you should interest you when you deploy your process between different environment, for example, test, and production. In this case, you provide the configuration level to replace the URL of the WSDL for production test.

    See you soon,.

    Anatoli

  • Create the new service console, remove old

    The first service console has a DHCP address and I created a new SC with a static address, but when I try and remove the original CD, it gives an error:

    The 'vswif0' resource is in use.  I use vSphere Client to do this.  We do use vcenter server.  What is the way easiest to migrate static IP from the DHCP server on these consoles of service?

    Here's a message to somebody else who had some problems by removing an old console of the VI client.    As always be careful when it comes to the consoles of service you could easly remove the console off of the network and require a console to finish working on it.

    http://communities.VMware.com/thread/62232

    If you have found this device or any other useful post please consider the use of buttons useful/correct to award points

  • Unable to create the dump over NFS file

    Some body help me please...

    I 11.2.0.1 exadata Server database version...

    I use expdp to export a table via NFS... but couldn't... Strange thing is that it creates the file in the directory, but not the dump file...


    ORA-39000: bad dump file specification
    ORA-31641: failed to create the dump file ' / var/opt/nfs/test.dmp '.
    ORA-27054: file system NFS where the file is created or he resides is not mounted with the correct options
    Additional information: 3


    my mount options:

    nfsstat m

    / var/opt/NFS
    RW, worms = 3, rsize = 32768, wsize = 32768, hard, proto = tcp, timeo = 600, TRANS = 2, s = sys, addr
    Any suggestion?

    Published by: user12549504 on May 7, 2011 04:58

    Please check this document Metalink/MOS:

    ORA-39000 ORA-31640 and Ora-27054 errors to call Data Import pump [ID 739570.1]

  • Cannot create the web service proxy in jdeveloper

    Hi all

    I'm unable to create a proxy web service by using the URL of the web service (https://domains.live.com/service/managedomain2.asmx?wsdl). I get an error saying "no WSDL not could be found. I am able to open the same URL in the browser. As the web service is secured by SSL, do I need to add anything on the jdeveloper to access this web service? Help, please


    Note: The web service must be called on https

    -MJ

    Hello

    The parameters are the proxy settings that are necessary for JDeveloper to connect to external sites - other than those available in the internal intranet.
    To connect to internet/external sites, you must have for this parameter. Here, as you try to connect to the external site - Windows live, you will need these settings.

    Thank you
    Nini

  • Cannot create the web service stored procedure.

    I can create more web services is by right clicking on the package of the stored procedure in the db connection. This good worked before and I cannot explain why I can't see this option. Grateteful for tips on why it has stopped working.

    '2009' is what Oracle said.

    John

  • Cannot start the listener of the heterogeneous services - TNS-01151

    Hello

    I am trying to create a listener to our Oracle database 10.2.0 to a SQL Server database located on another computer in our network.

    (1.) I have modified the files necessary .ora in $ORACLE_HOME/hs/admin /.
    2.), I try to start the receiver through CMD: lsnrctl start protime

    But I get the following error:

    -----
    Microsoft Windows [Version 5.2.3790]
    Copyright (C) 1985-2003 Microsoft Corp.

    C:\ > lsnrctl start protime

    LSNRCTL for 64-bit Windows: Version 10.2.0.1.0 - Production on March 17, 2009 12:22
    : 39

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

    From tnslsnr: Please wait...

    Cannot open the service < OracleOraDb10g_home1TNSListenerprotime >, error 1060.
    TNSLSNR for 64-bit Windows: Version 10.2.0.1.0 - Production
    System settings file is D:\oracle\product\10.2.0\db_1\network\admin\listener.or
    one
    Log messages written to D:\oracle\product\10.2.0\db_1\network\log\protime.log
    AMT-01151: lack listener name, protime, listener. ORA

    Listening port could start. See the above error messages...


    C:\ >

    -----

    These are the files:


    initPROTIME.ora
    # This is a sample agent init file that contains the HS parameters that are needed for an ODBC Agent.
    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO = PROTIME
    HS_FDS_TRACE_LEVEL  = OFF
    Listener.ora
    # This is a sample listener.ora that contains the NET8 parameters that are
    # needed to connect to an HS Agent
    
    # LISTENER =
    #  (ADDRESS_LIST=
    #       (ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1521))
    #       (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    
    # SID_LIST_LISTENER=
    #   (SID_LIST=
    #       (SID_DESC=
    #          (SID_NAME=hsagent)
    #          (ORACLE_HOME=/private/app/oracle/product/9.0.1)
    #          (PROGRAM=hsagent)
    #        )
    #       )
    
    #CONNECT_TIMEOUT_LISTENER = 0 
    
    PROTIME =
     (ADDRESS_LIST=
          (ADDRESS=(PROTOCOL=tcp)(HOST=SRSPL004)(PORT=1522))
          (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    
    SID_LIST_PROTIME=
      (SID_LIST=
          (SID_DESC=
             (SID_NAME=PROTIME)
             (ORACLE_HOME = d:\oracle\product\10.2.0\db_1)
             (PROGRAM=hsodbc)
           )
          )
    tnsnames.ora
    PROTIME  =
      (DESCRIPTION=
        (ADDRESS=(PROTOCOL=tcp)(HOST=SRSPL004)(PORT=1522))
        (CONNECT_DATA=(SID=PROTIME))
        (HS=OK)
      )

    its your default listner file, save it some start from another hard disk by the command copy OS then replace your alls contained in this file by

    PROTIME =
     (ADDRESS_LIST=
          (ADDRESS=(PROTOCOL=tcp)(HOST=SRSPL004)(PORT=1522))
          (ADDRESS=(PROTOCOL=ipc)(KEY=PNPKEY)))
    
    SID_LIST_PROTIME=
      (SID_LIST=
          (SID_DESC=
             (SID_NAME=PROTIME)
             (ORACLE_HOME = d:\oracle\product\10.2.0\db_1)
             (PROGRAM=hsodbc)
           )
          )
    

    After that, save the file and check the status of

    LSNRCTL>reload protime
    LSNRCTL>status protime
    

    Khurram

  • Tune, 12.4.1.6, I, no, more, have the option to create, the Apple, losses, Version,, file &gt; convert, submenu,-, where, is, it?

    All of a sudden I can't create Apple Lossless AIFF or WAV files versions. Yes, I know that he moved into the submenu file.

    That's happened?

    Dave

    You to pre-set the format in the preferences (as it has been for the past 15 years).

    12 iTunes for Mac: save a copy of a song in a new file format - http://support.apple.com/kb/PH19509

  • Enough Storge is available to create the sadow copy storage file or other shadow copy data: 0x8004231f:

    I get this message every time when Windows tries to slopes upward, yet, I have 50 GB of space on the D drive, I checked back to the location. I hope someone can help, thanks
    Ads

    The 0x8004231f error code indicates VSS_E_INSUFFICIENT_STORAGE. I suspect that the problem is related to the following factors:

    -L' free space on the partition that is related.
    -The maximum size of the shadow copy of Volume.

    Therefore, I would suggest that we check the first above.

    I. Please make sure you have enough space in your backup media.

    II. to verify the maximum size of the shadow copy of Volume:

    1. right-click the partition to back up, and then choose Properties.

    2. in the instant snapshots tab, click the settings button.

    3 change the maximum size of a larger.

    Please check if the problem has been resolved.

    If the problem persists, please help to collect the following information.

    1. what brand and model is your backup media?

    2. VSS debug log
    Refer to the following KB to enable VSS debug log. Reproduce the problem
    then save and send me the trace file.

    887013 how to activate Volume instant cliché service debug tracing
    features of Microsoft Windows Server 2003
    http://support.Microsoft.com/?ID=887013

    3. download and run the tool to report on the SBS 2003 server configuration MPS.

    a. visit of the
    http://download.Microsoft.com/download/b/b/1/bb139fcb-4AAC-4fe5-A579-30b0bd9
    15706/MPSRPT_SETUPPerf.exe to download the file.

    b. run the MPSRPT_SETUPPerf.exe on the area of the server.

    c. wait 10 ~ 15 minutes.

    d. open Windows Explorer, navigate to the
    %SystemRoot%\MPSReports\Setup\Reports\cab

    e. send the .cab file directly to me at * address email is removed from the privacy *.

    I appreciate your time. I am happy to help and watch
    to send your answer.

Maybe you are looking for