Create Heterogeneous Services Initialization File

Hello, I am new to oracle as I am a student. I have installed Oracle Database 11g Release 2 Enterprise Edition.
I want to use a Microsoft Excel file as a source file. In the help center it says that I must create the Heterogeneous Services Initialization File in a specific directory 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 it in SQL Plus, how do I go to the specific path? When SQL Plus opens it just writes SQL> and I dont know how I can go to the path I want to so I can run the commands.
I can go through the Command Prompt but it obviously doesn't recognize these commands.
Any answer would be enlightening. Thanks.

http://docs.oracle.com/cd/E11882_01/owb.112/e10582/loading_ms_data.htm
You do not need to run the command from Sql*Plus
HS_FDS_CONNECT_INFO = odbc_excel
HS_AUTOREGISTER = TRUE
HS_DB_NAME = dg4odbc
You need to create initexcelsid.ora file in the OWB_HOME\hs\admin directory with the above listing

Similar Messages

  • Oracle Heterogeneous Services to create link With Excel spreadsheet.

    Hi
    Please adivse how to use "Oracle Heterogeneous Services" to create a database link from Oracle to the Excel spreadsheet.
    Wishes
    Jawad

    Dear Anwar,
    I'm using XPSP2 10gR2Enterprise
    SID=ORCL
    host=andor (my PC's name)
    Pls help me. I'm struggling with HS also so I've followed your lines, meaning:
    I can create the database link, but cannot retrieve data from source. (see 7.)
    1a. I have created the Excel file c:\EXCL.xls
    NEV DATUM BOOL NUMBER
    Stefán Balázs 09.nov TRUE 0
    Sebestyén Dénes 10.nov TRUE -11
    Tóth Andor 11.nov FALSE 12.3
    c: is partition on the same server where 10g sits.
    1b. I've created an ODBC system DSN for this excel file, named EXCL.
    2. tnsnames.ora has bee nupdated by this:
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = andor)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    EXCL =
         (DESCRIPTION =
              (ADDRESS_LIST =
                   (ADDRESS = (PROTOCOL = TCP)(HOST = andor)(PORT = 1521))
              (CONNECT_DATA =
                   (SID = EXCL)
              (HS = OK)
    3. listener.ora
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = EXCL)
    (ORACLE_HOME = D:\oracle\product\10.2.0\db_1)
    (PROGRAM = EXCL)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = andor)(PORT = 1521))
    4. initexcl.ora in hs directory:
    HS_FDS_CONNECT_INFO = EXCL
    HS_FDS_TRACE_LEVEL = 0
    Listener restarted.
    5. in iSQLPlus:
    SQL> CREATE DATABASE LINK excl USING 'excl';
    Database link created.
    6. in Enterprise Manager there is a Database Link:
         database links: EXCL.REGRESS.RDBMS.DEV.US.ORACLE.COM
    service name: excl
    7. testing the database link says:
    The Database Link is not active.
    ORA-28545: .Unable to retrieve text of NETWORK/NCR message 65535... ORA-02063: previous 2 lines from EXCL
    Please help me to get over this.

  • Heterogeneous Services & Oracle Generic Connectivity For DBF file?

    Dear All,
    Can We Create dbf file directly means without using CSV file?
    Can we use Heterogeneous Services & Oracle Generic Connectivity for creating dbase DBF file or Writing in dbase DBF file?
    I have used it for Excel and Access for connectivity with Oracle 9i
    but I dont have any idea about dbase DBF file?
    Any help in this reagards will be highly appriciatalble.
    Thanks
    Rana

    HSODBC/DG4ODBC is generic connectivity and you find the generic setup in:
    Note.109730.1 How to setup generic connectivity (HSODBC) for 32 bit Windows (Windows NT, Windows 2000, Windows XP, Windows 2003)
    There is nothing sepcial for DBF's. Just define a system ODBC DSN using a DBASE ODBC driver pointing to the DBF file.
    The rest is absolute similar to the note.
    If you have already a running HSODBC/DG4ODBC the quickest test is to just define a new system dsn for the DBF file, then change in the init>hsodbc/dg4odbc>.ora file the HS_FDS_CONNECT_INFO parameter pointing to the newly created system DSN. Last step is within the Oracle db to define a database link.

  • Heterogeneous Services & Oracle Generic Connectivity for dbase DBF file

    Dear All,
    Can we use Heterogeneous Services & Oracle Generic Connectivity for creating dbase DBF file or Writing in dbase DBF file?
    I have used it for Excel and Access for connectivity with Oracle 9i
    but I dont have any idea about dbase DBF file?
    Any help in this reagards will be highly appriciatalble.
    Thanks
    Rana

    I wouldn't think so these days ... however, you could try posting this in the heterogeneous services - which is somewhere on OTN.
    If it we me, I'd convert the DBF into something easier to use with Oracle : like XML or CSV

  • REST API: Create Deployment throwing error BadRequest (The specified configuration settings for Settings are invalid. Verify that the service configuration file is a valid XML file, and that role instance counts are specified as positive integers.)

    Hi All,
    We are trying to access the Create Deployment method stated below
    http://msdn.microsoft.com/en-us/library/windowsazure/ee460813
    We have uploaded the Package in the blob and browsing the configuration file. We have checked trying to upload manually the package and config file in Azure portal and its working
    fine.
    Below is the code we have written for creating deployment where "AzureEcoystemCloudService" is our cloud service name where we want to deploy our package. I have also highlighted the XML creation
    part.
    byte[] bytes =
    new byte[fupldConfig.PostedFile.ContentLength + 1];
                fupldConfig.PostedFile.InputStream.Read(bytes, 0, bytes.Length);
    string a = Encoding.UTF8.GetString(bytes, 0, bytes.Length);
    string base64ConfigurationFile = a.ToBase64();
    X509Certificate2 certificate =
    CertificateUtility.GetStoreCertificate(ConfigurationManager.AppSettings["thumbprint"].ToString());
    HostedService.CreateNewDeployment(certificate,
    ConfigurationManager.AppSettings["SubscriptionId"].ToString(),
    "2012-03-01", "AzureEcoystemCloudService", Infosys.AzureEcosystem.Entities.Enums.DeploymentSlot.staging,
    "AzureEcoystemDeployment",
    "http://shubhendustorage.blob.core.windows.net/shubhendustorage/Infosys.AzureEcoystem.Web.cspkg",
    "AzureEcoystemDeployment", base64ConfigurationFile,
    true, false);   
    <summary>
    /// </summary>
    /// <param name="certificate"></param>
    /// <param name="subscriptionId"></param>
    /// <param name="version"></param>
    /// <param name="serviceName"></param>
    /// <param name="deploymentSlot"></param>
    /// <param name="name"></param>
    /// <param name="packageUrl"></param>
    /// <param name="label"></param>
    /// <param name="base64Configuration"></param>
    /// <param name="startDeployment"></param>
    /// <param name="treatWarningsAsError"></param>
    public static
    void CreateNewDeployment(X509Certificate2 certificate,
    string subscriptionId,
    string version, string serviceName, Infosys.AzureEcosystem.Entities.Enums.DeploymentSlot deploymentSlot,
    string name, string packageUrl,
    string label, string base64Configuration,
    bool startDeployment, bool treatWarningsAsError)
    Uri uri = new
    Uri(String.Format(Constants.CreateDeploymentUrlTemplate, subscriptionId, serviceName, deploymentSlot.ToString()));
    XNamespace wa = Constants.xmlNamespace;
    XDocument requestBody =
    new XDocument();
    String base64ConfigurationFile = base64Configuration;
    String base64Label = label.ToBase64();
    XElement xName = new
    XElement(wa + "Name", name);
    XElement xPackageUrl =
    new XElement(wa +
    "PackageUrl", packageUrl);
    XElement xLabel = new
    XElement(wa + "Label", base64Label);
    XElement xConfiguration =
    new XElement(wa +
    "Configuration", base64ConfigurationFile);
    XElement xStartDeployment =
    new XElement(wa +
    "StartDeployment", startDeployment.ToString().ToLower());
    XElement xTreatWarningsAsError =
    new XElement(wa +
    "TreatWarningsAsError", treatWarningsAsError.ToString().ToLower());
    XElement createDeployment =
    new XElement(wa +
    "CreateDeployment");
                createDeployment.Add(xName);
                createDeployment.Add(xPackageUrl);
                createDeployment.Add(xLabel);
                createDeployment.Add(xConfiguration);
                createDeployment.Add(xStartDeployment);
                createDeployment.Add(xTreatWarningsAsError);
                requestBody.Add(createDeployment);
                requestBody.Declaration =
    new XDeclaration("1.0",
    "UTF-8", "no");
    XDocument responseBody;
    RestApiUtility.InvokeRequest(
                    uri, Infosys.AzureEcosystem.Entities.Enums.RequestMethod.POST.ToString(),
    HttpStatusCode.Accepted, requestBody, certificate, version,
    out responseBody);
    <summary>
    /// A helper function to invoke a Service Management REST API operation.
    /// Throws an ApplicationException on unexpected status code results.
    /// </summary>
    /// <param name="uri">The URI of the operation to invoke using a web request.</param>
    /// <param name="method">The method of the web request, GET, PUT, POST, or DELETE.</param>
    /// <param name="expectedCode">The expected status code.</param>
    /// <param name="requestBody">The XML body to send with the web request. Use null to send no request body.</param>
    /// <param name="responseBody">The XML body returned by the request, if any.</param>
    /// <returns>The requestId returned by the operation.</returns>
    public static
    string InvokeRequest(
    Uri uri,
    string method,
    HttpStatusCode expectedCode,
    XDocument requestBody,
    X509Certificate2 certificate,
    string version,
    out XDocument responseBody)
                responseBody =
    null;
    string requestId = String.Empty;
    HttpWebRequest request = (HttpWebRequest)HttpWebRequest.Create(uri);
                request.Method = method;
                request.Headers.Add("x-ms-Version", version);
                request.ClientCertificates.Add(certificate);
                request.ContentType =
    "application/xml";
    if (requestBody != null)
    using (Stream requestStream = request.GetRequestStream())
    using (StreamWriter streamWriter =
    new StreamWriter(
                            requestStream, System.Text.UTF8Encoding.UTF8))
                            requestBody.Save(streamWriter,
    SaveOptions.DisableFormatting);
    HttpWebResponse response;
    HttpStatusCode statusCode =
    HttpStatusCode.Unused;
    try
    response = (HttpWebResponse)request.GetResponse();
    catch (WebException ex)
    // GetResponse throws a WebException for 4XX and 5XX status codes
                    response = (HttpWebResponse)ex.Response;
    try
                    statusCode = response.StatusCode;
    if (response.ContentLength > 0)
    using (XmlReader reader =
    XmlReader.Create(response.GetResponseStream()))
                            responseBody =
    XDocument.Load(reader);
    if (response.Headers !=
    null)
                        requestId = response.Headers["x-ms-request-id"];
    finally
                    response.Close();
    if (!statusCode.Equals(expectedCode))
    throw new
    ApplicationException(string.Format(
    "Call to {0} returned an error:{1}Status Code: {2} ({3}):{1}{4}",
                        uri.ToString(),
    Environment.NewLine,
                        (int)statusCode,
                        statusCode,
                        responseBody.ToString(SaveOptions.OmitDuplicateNamespaces)));
    return requestId;
    But every time we are getting the below error from the line
     response = (HttpWebResponse)request.GetResponse();
    <Error xmlns="http://schemas.microsoft.com/windowsazure" xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
      <Code>BadRequest</Code>
      <Message>The specified configuration settings for Settings are invalid. Verify that the service configuration file is a valid XML file, and that role instance counts are specified as positive integers.</Message>
    </Error>
     Any help is appreciated.
    Thanks,
    Shubhendu

    Please find the request XML I have found it in debug mode
    <CreateDeployment xmlns="http://schemas.microsoft.com/windowsazure">
      <Name>742d0a5e-2a5d-4bd0-b4ac-dc9fa0d69610</Name>
      <PackageUrl>http://shubhendustorage.blob.core.windows.net/shubhendustorage/WindowsAzure1.cspkg</PackageUrl>
      <Label>QXp1cmVFY295c3RlbURlcGxveW1lbnQ=</Label>
      <Configuration>77u/PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0NCiAgKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKg0KDQogIFRoaXMgZmlsZSB3YXMgZ2VuZXJhdGVkIGJ5IGEgdG9vbCBmcm9tIHRoZSBwcm9qZWN0IGZpbGU6IFNlcnZpY2VDb25maWd1cmF0aW9uLkNsb3VkLmNzY2ZnDQoNCiAgQ2hhbmdlcyB0byB0aGlzIGZpbGUgbWF5IGNhdXNlIGluY29ycmVjdCBiZWhhdmlvciBhbmQgd2lsbCBiZSBsb3N0IGlmIHRoZSBmaWxlIGlzIHJlZ2VuZXJhdGVkLg0KDQogICoqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioNCi0tPg0KPFNlcnZpY2VDb25maWd1cmF0aW9uIHNlcnZpY2VOYW1lPSJXaW5kb3dzQXp1cmUxIiB4bWxucz0iaHR0cDovL3NjaGVtYXMubWljcm9zb2Z0LmNvbS9TZXJ2aWNlSG9zdGluZy8yMDA4LzEwL1NlcnZpY2VDb25maWd1cmF0aW9uIiBvc0ZhbWlseT0iMSIgb3NWZXJzaW9uPSIqIiBzY2hlbWFWZXJzaW9uPSIyMDEyLTA1LjEuNyI+DQogIDxSb2xlIG5hbWU9IldlYlJvbGUxIj4NCiAgICA8SW5zdGFuY2VzIGNvdW50PSIyIiAvPg0KICAgIDxDb25maWd1cmF0aW9uU2V0dGluZ3M+DQogICAgICA8U2V0dGluZyBuYW1lPSJNaWNyb3NvZnQuV2luZG93c0F6dXJlLlBsdWdpbnMuRGlhZ25vc3RpY3MuQ29ubmVjdGlvblN0cmluZyIgdmFsdWU9IkRlZmF1bHRFbmRwb2ludHNQcm90b2NvbD1odHRwcztBY2NvdW50TmFtZT1zaHViaGVuZHVzdG9yYWdlO0FjY291bnRLZXk9WHIzZ3o2aUxFSkdMRHJBd1dTV3VIaUt3UklXbkFrYWo0MkFEcU5saGRKTTJwUnhnSzl4TWZEcTQ1ZHI3aDJXWUYvYUxObENnZ0FiZnhONWVBZ2lTWGc9PSIgLz4NCiAgICA8L0NvbmZpZ3VyYXRpb25TZXR0aW5ncz4NCiAgPC9Sb2xlPg0KPC9TZXJ2aWNlQ29uZmlndXJhdGlvbj4=</Configuration>
      <StartDeployment>true</StartDeployment>
      <TreatWarningsAsError>false</TreatWarningsAsError>
    </CreateDeployment>
    Shubhendu G

  • ITS 620 - how to create a service file for SAPGUI for HTML option

    Hi,
    We have the following configuration :
    ITS 620 installed
    IIS webserver
    NTLM Authentication on webserver
    SAP 46C
    We have some reports that use the IACs option of creating ITS reports and we are able to create the service files using webstudio where we can save a service id and password so that when the ITS page is called, it logs on the user directly into the system.
    Now, we are trying to create a new ITS page for a custom Z transaction and would like to use the SAPGUI for HTML option so that we do not have to use Webstudio to create and modify the HTML pages.
    When I call the ITS page for the new transaction, it brings up the logon screen for the user, which we want to avoid. If I create a new service file for this Z transaction without any HTML pages then I get an error.
    Is there a way to copy the WEBGUI.SRVC file to a custome SRVC file, I tried to create to copy it to a test file called ZTEST.SRVC for my test transaction called ZTEST and now I get an error.
    thanks in advance
    N.S.

    Hello N.S.
    You can create a service file, like ZSERVICE.SRVC.  The parameters should be:
    ~webgui 1
    ~transaction ztransaction
    ~client  001
    ~login   username
    ~password  password
    ~language  EN
    The "~webgui 1" allows the ITS to use the Webgui to dynamically generate the page (no IAC needed.)
    The "~transaction" is the transaction code of your service.
    The "~client" is the client number.
    The "~login" is the username.
    The "~password" is the user's password.
    the "~language" is the language for the users.
    Note that the last four are required for automatic logon.  If end users use a variety of languages though the ~language can be prepended to the URL to support different languages.  (Leave it blank in the srvc file then.)
    Edgar

  • How to use a excel file to create a service component?

    Dear all,
       I want to use a excel file to create a service to be my data source. I used the wizard to do that but i always got a message. "The data format is not valid, fields in each record must be delimited by tab charactors, and each record seperated by new line charactors". How should I reformat my excel file to fit the requirements? I have already chang the field`s format into 'text' type. Thx ^^

    Hi Louis,
    [Here|http://img125.imageshack.us/my.php?image=exceltestlo7.jpg] is the result of your data.  I downloaded your excel sheet and created a simulated service in 7.1.1 and it works fine.
    Below are the steps:
    1. Go to Tools -> service component wizard
    2. The popup opens : Step1 :  Enter the name of your service component
    3. Go to Excel spreadsheet Copy the data for which the service needs to be created.
    4. Step 2 : Paste the copied Excel data in the popup
    5. Step 3 : Define Input -> just click next
    6. Step 4: Define Conditions -> just click finish.
    Let me know if it helps.
    Good Luck,
    Dharmi

  • How to create a service to UPLOAD / DOWNLOAD and send emails with files?

    Good afternoon!
    I need to create a service that sends files via email or FTP, and a service to upload / download files on a server.
    I see on the internet does not have much aid to make it in the ADF.
    Could someone send me some links, documentation, so I can get the job done?
    Thank you,
    Lewis.

    "I see on the internet does not have much aid to make it in the ADF."  - You are kidding - do you?!
    1) Google: ADF Faces file upload
    2) Google: ADF Faces image download
    3) Google: ADF send mail
    I get all the relevant hits (documentation and blog entries) by using these 3 queries in Google.
    If you mean "Web Service" by "Service" then better - just Google for Web Service and image handling to find information on this. You don't use ADF to build Web Services, which is why you need to express your search criteria different
    Frank

  • Setup heterogeneous service to connect MySQL from Oracle

    Hello,
    I have got an issue with heterogeneous service configuration like
    SQL> select * from colour@mysql_local;
    select * from colour@mysql_local
    ERROR at line 1:
    ORA-28546: connection initialization failed, probable Net8 admin error
    ORA-02063: preceding line from MYSQL_LOCAL
    If anybody can advise me what is wrong in conf or might be I missed something
    Thanks
    Environment:
    OS: Windows 7 Pro
    Oracle 11.2.0.3
    MySQL: 5.6
    Configuration:
    System ODBC configured : MYSQL_LOCAL
    Tested connection - sucessful
    Listener
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\app\product\11.2.0\dbhome_1)
    (PROGRAM = extproc)
    (ENVS = "EXTPROC_DLLS=ONLY:C:\app\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    (SID_DESC =
    (SID_NAME = MYSQL_LOCAL)
    (ORACLE_HOME = C:\app\product\11.2.0\dbhome_1)
    (PROGRAM=dg4odbc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    ADR_BASE_LISTENER = C:\app
    Tnsnames.ora
    MYSQL_LOCAL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SID = MYSQL_LOCAL)
    (HS = OK)
    initdg4odbc.ora
    HS_FDS_CONNECT_INFO = mysql_local
    HS_FDS_TRACE_LEVEL = OFF
    SQL> conn / as sysdba
    SQL> create public database link MYSQL_LOCAL connect to root identified by 12346 using 'MYSQL_LOCAL';
    C:\Windows\system32>lsnrctl status
    LSNRCTL for 64-bit Windows: Version 11.2.0.3.0 - Production on 08-MAY-2013 17:44:24
    Copyright (c) 1991, 2011, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for 64-bit Windows: Version 11.2.0.3.0 - Production
    Start Date 08-MAY-2013 17:44:05
    Uptime 0 days 0 hr. 0 min. 18 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File C:\app\product\11.2.0\dbhome_1\network\admin\listener.ora
    Listener Log File C:\app\diag\tnslsnr\D-9RGC8X1\listener\alert\log.xml
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROC1521ipc)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "MYSQL_LOCAL" has 1 instance(s).
    Instance "MYSQL_LOCAL", status UNKNOWN, has 1 handler(s) for this service...
    Service "QA_IMS_MYSQL" has 1 instance(s).
    Instance "QA_IMS_MYSQL", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    C:\Windows\system32>tnsping mysql_local
    TNS Ping Utility for 64-bit Windows: Version 11.2.0.3.0 - Production on 08-MAY-2013 17:44:36
    Copyright (c) 1997, 2011, Oracle. All rights reserved.
    Used parameter files:
    C:\app\product\11.2.0\dbhome_1\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521)) (CONNECT_DATA = (SID = MYSQL_LOCAL) (HS = OK)))
    OK (0 msec)
    SQL> conn / as sysdba
    Connected.
    SQL> select * from colour@mysql_local;
    select * from colour@mysql_local
    ERROR at line 1:
    ORA-28546: connection initialization failed, probable Net8 admin error
    ORA-02063: preceding line from MYSQL_LOCAL

    Hi,
    The gateway file initMYSQL_LOCAL.ora should be placed in the directory -
    $ORACLE_HOME\hs\admin
    which is the expected location. In your setup this should be -
    C:\app\product\11.2.0\dbhome_1\hs\admin
    If the file is already in that location then make sure that in the listener.ora and tnsnames.ora that in each section every line except the first line starts with at least one space -
    SID_LIST_LISTENER =
    <space>(SID_LIST =
    <space>(SID_DESC =
    LISTENER =
    <space>(DESCRIPTION_LIST =
    Tnsnames.ora
    MYSQL_LOCAL =
    <space>(DESCRIPTION =
    <space>(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    However, there is also a problem with the tnsnames.ora file. You have -
    Tnsnames.ora
    MYSQL_LOCAL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SID = MYSQL_LOCAL)
    (HS = OK)
    ) <=== move this bracket
    but it should be -
    Tnsnames.ora
    MYSQL_LOCAL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    (CONNECT_DATA =
    (SID = MYSQL_LOCAL)
    ) <=== bracket moved here
    (HS = OK)
    Of course, with spaces as shown above. They are often lost in the forums.
    You may also need to change -
    (HOST = localhost)
    to -
    (HOST = <actual host name>)
    but it depends on your setup.
    Try these changes and let me know what happens.
    Regards,
    Mike

  • Oracle Day Exercise--Creating Business Services

    Hello,I am a beginner of Jdeveloper ,I met some problems in practise the 'Creating Business Services ',below is the logging message, Is there any experts and would please give me some instruction on it ?
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config>
    D:\oracle\jdev1012\jdk\bin\javaw.exe -ojvm -classpath D:\oracle\jdev1012\j2ee\home\oc4j.jar;D:\oracle\jdev1012\jdev\lib\jdev-oc4j.jar -Dhttp.proxyHost=rkfdproxy -Dhttp.proxyPort=80 -Dhttp.nonProxyHosts=192.168.*|172.22.1.*|10.*|190.*|*.sspi.com|*.aesysllc.com|*.woodward.com|localhost|127.0.0.1 -Xverify:none -Ddisable.checkForUpdate=true -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 -Doracle.dms.sensors=NONE -Doc4j.jms.usePersistenceLockFiles=false com.evermind.server.OC4JServer -config D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    05/03/25 09:59:55 Copying default deployment descriptor from archive at D:\oracle\jdev1012\jdev\mywork\EmployeeRequisitionApplication\Lab2_BusinessServices\classes/META-INF/orion-ejb-jar.xml to deployment directory D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\application-deployments\current-workspace-app\classes...
    05/03/25 09:59:55 Auto-deploying - file:/D:/oracle/jdev1012/jdev/mywork/EmployeeRequisitionApplication/Lab2_BusinessServices/classes/ (No previous deployment found)...
    05/03/25 09:59:55 Auto-deploying - compiling and loading...
    D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\EmployeeReqFacadeLocal_StatelessSessionBeanWrapper0.java:567: error #300: variable requestApproval___101_wrapperPE not found in class EmployeeReqFacadeLocal_StatelessSessionBeanWrapper0
    requestApproval___101_wrapperPE = (PhaseEventIntf) ApplicationServer.phaseEventFactory().create(requestApproval___101_noun, "wrapper", "wrapper");
    ^
    D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\EmployeeReqFacadeLocal_StatelessSessionBeanWrapper0.java:569: error #300: variable requestApproval___101_wrapperPE not found in class EmployeeReqFacadeLocal_StatelessSessionBeanWrapper0
    requestApproval___101_wrapperPE.deriveMetric(SensorIntf.all);
    ^
    D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\EmployeeReqFacadeLocal_StatelessSessionBeanWrapper0.java:364: error #300: variable requestApproval___101_wrapperPE not found in class EmployeeReqFacadeLocal_StatelessSessionBeanWrapper0
    requestApproval___101_wrapperPE.stop(wtoken);
    ^
    D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\EmployeeReqFacadeLocal_StatelessSessionBeanWrapper0.java:210: error #300: variable requestApproval___101_wrapperPE not found in class EmployeeReqFacadeLocal_StatelessSessionBeanWrapper0
    wtoken = requestApproval___101_wrapperPE.start();
    ^
    D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\EmployeeReqFacadeLocal_StatelessSessionBeanWrapper0.java:263: error #300: class SatelessSessionEJBHome not found in class EmployeeReqFacadeLocal_StatelessSessionBeanWrapper0
    context = ((SatelessSessionEJBHome)home).getLocalContextInstance();
    ^
    D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\EmployeeReqFacade_StatelessSessionBeanWrapper2.java:246: error #300: class bolean not found in class EmployeeReqFacade_StatelessSessionBeanWrapper2
    bolean created = false;
    ^
    D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\EmployeeReqFacade_StatelessSessionBeanWrapper2.java:528: error #300: variable contextCntainer not found in class com.evermind.server.ThreadState
    thread.contextCntainer = previousContainer;
    ^
    D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\EmployeeReqFacadeHome_StatelessSessionHomeWrapper3.java:228: error #300: class PhaseEventItf not found in class EmployeeReqFacadeHome_StatelessSessionHomeWrapper3
    create___0_wrapperPE = (PhaseEventItf) ApplicationServer.phaseEventFactory().create(create___0_noun, "wrapper", "wrapper");
    ^
    D:\oracle\jdev1012\jdev\system10.1.2.0.0.1811\oc4j-config\EmployeeReqFacadeLocalHome_StatelessSessionHomeWrapper1.java:227: error #300: variable ApplicationSerer not found in class EmployeeReqFacadeLocalHome_StatelessSessionHomeWrapper1
    ApplicationSerer.stateFactory().create(create___0_noun, "trans-attribute", "", "trans attribute", "unspecified");
    ^
    9 errors
    Error compiling D:\oracle\jdev1012\jdev\mywork\EmployeeRequisitionApplication\Lab2_BusinessServices\classes: Syntax error in source
    Error in application current-workspace-app: Error loading package at file:/D:/oracle/jdev1012/jdev/mywork/EmployeeRequisitionApplication/Lab2_BusinessServices/classes/,
    Error compiling D:\oracle\jdev1012\jdev\mywork\EmployeeRequisitionApplication\Lab2_BusinessServices\classes: Syntax error in source
    05/03/25 09:59:59 done.
    05/03/25 09:59:59 Error instantiating application 'current-workspace-app' at file:/D:/oracle/jdev1012/jdev/mywork/EmployeeRequisitionApplication/EmployeeRequisitionApplication-oc4j-app.xml: Error initializing ejb-module; Exception Error in application current-workspace-app: Error loading package at file:/D:/oracle/jdev1012/jdev/mywork/EmployeeRequisitionApplication/Lab2_BusinessServices/classes/,
    Error compiling D:\oracle\jdev1012\jdev\mywork\EmployeeRequisitionApplication\Lab2_BusinessServices\classes: Syntax error in source
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 7382 ms.
    05/03/25 10:00:00 Oracle Application Server Containers for J2EE 10g (10.1.2.0.0) initialized

    Most likely the issue is that the deployment profile is not assembling all the required components, in this case EJB which was exposed as the Web Service.
    I also notice that you are deploying to 10.1.2 OC4J, these labs are designed to work with OC4J 10.1.3 Developer preview3 (DP3) not OC4J 10.1.2
    Make sure you are deploying to OC4J 10.1.3 DP3, and also double check your deployment profile to make sure all the required components are assembled.
    raghu
    JDev Team

  • .Using Oracle Heterogeneous Services Connectivity to SQL Server :ORA-02068

    Hi,
    I using oracle HS to connect sql server but error ora-02068: following server from HSSQL and ORA-03135 connection lost contact.
    step by step
    1. Create the init.ora file = initHSSQL.ora
    HS_FDS_CONNECT_INFO = HSSQL
    HS_FDS_TRACE_LEVEL = OFF
    2. modified listener.ora file
    SID_LIST_LISTENERHSSQL =
    (SID_LIST =
    (SID_DESC=
    (SID_NAME=HSSQL)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM=hsodbc)
    LISTENERHSSQL =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = CEPITA1403.siam.local)(PORT = 1521))
    and start listernerHSSQL = pass
    3.modified tnsname.ora :
    HSSQL =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = CEPITA1403.siam.local)(PORT = 1521))
    (CONNECT_DATA =
    (SID = HSSQL)
    (HS = OK)
    and test by tnsping HSSQL = OK
    4.setup ODBC SQL Server
    Start --> Control Panel --> Administrative Tools --> Data Sources (ODBC)
    Click on the ‘System DSN’ tab.
    Click ‘Add’.
    Name HSSQL
    Click ‘Test Data Source…’.--> Pass
    5
    create public database link HSSQL
    connect to sa
    identified by xxxxxxxx
    using 'HSSQL';
    Database Link created.
    6. select * from ACCOUNT_CODE@HSSQL;
    show error message : ora-02068: following server from HSSQL and ORA-03135 connection lost contact.
    Please let me know.
    rose
    Edited by: user7218901 on Mar 25, 2009 12:39 AM

    Do you have all of your parameter files set up correctly?
    You need to have a hsora file in the hs/admin directory for ioi for instance, initioiDB.ora. In this file you need to set up your hs init parameters. This is an example of what's in one of mine:
    HS_FDS_CONNECT_INFO = Mapics
    HS_DB_NAME = MAPICS
    HS_DB_DOMAIN = WORLD
    HS_FDS_TRACE_LEVEL = ON
    The you need to have an entry in the tnsnames.ora file in the network/admin directory for hsodbcxtrad. The sid should be set to ioiDB.
    You can find documentation on how to manage heterogenous services in the online documentation.
    Managing Heterogenous Services Using Generic Connectivity
    Hope this helps
    Eric
    I have been trying to set up a database link between Oracle and SQL Server, currently both on the same Windows NT machine.
    I managed to create the link as follows:
    CREATE PUBLIC DATABASE LINK ioi
    CONNECT TO IOItest IDENTIFIED BY mba
    USING 'hsodbcxtrad';
    The link is created successfully.
    I then try to run a query and get the following error :
    select * from dealer@ioi
    ERROR at line 1:
    ORA-28500: connection from ORACLE to a non-Oracle system returned this message:
    [Generic Connectivity Using ODBC]DRV_InitTdp: [Microsoft][ODBC SQL Server
    Driver][SQL Server]Login failed for user '\'. (SQL State: 28000; SQL Code:
    18456)
    ORA-02063: preceding 2 lines from IOI
    I have added a UID and PWD to the registry settings for the SQL Server DSN but this makes no difference. Do I need to specify a username and password somewhere else ?
    Thanks
    Hugh

  • Synchronization Failed. Error is Firefox service initialization failed.

    Synchronization Failed. Error is Firefox service initialization failed.
    Synchronization Failed. Error is Firefox service initialization failed.<br />
    I have been having this issue for quite some time with Firefox. I am using the Nightly build (23.0a1) and have been using for more than 2 years. Synchronization was working fine till a few weeks ago. Synchronization of XMarks on Chrome Dev works fine and no problem. It's only with Firefox. Things I've tried but no success:
    1) I deleted my profile off of xmarks and created a new one and tried syncing again. No success.<br />
    2) deleted firefox, deleted the profile folder under AppData. Reinstalled everything fresh, and still no success.<br />
    My log file shows the following... Not sure what to check. Anyone help me? Thanks!
    <pre><nowiki>[2013-04-06 08:54:19] Failed to initialize ["lmsvc", "@mozilla.org/browser/livemark-service;2", (void 0)]: error is ({})
    [2013-04-06 08:54:19] Host browser is FF14+, use private DB
    [2013-04-06 08:54:19] Created nid_map table
    [2013-04-06 08:55:12] Starting modal auth(true, undefined)
    [2013-04-06 08:55:19] Could not load login iframe: {}
    [2013-04-06 08:55:31] Finished modal auth with result 0
    [2013-04-06 08:55:31] Entered OnTransitionPageShow()
    [2013-04-06 08:55:31] ------ Xmarks/4.1.3 (/Places) starting status with sync.xmarks.com ------
    [2013-04-06 08:55:31] Failed to initialize ["lmsvc", "@mozilla.org/browser/livemark-service;2", (void 0)]: error is ({})
    [2013-04-06 08:55:31] Host browser is FF14+, use private DB
    [2013-04-06 08:55:31] Entered Status...
    [2013-04-06 08:55:31] >>> POST http://sync.xmarks.com/sync/bookmarks...
    [2013-04-06 08:55:31] >>> Body is: {}
    [2013-04-06 08:55:32] >>> Callback ({username:"dmadapps", status:0, toprev:1, isreset:true})
    [2013-04-06 08:55:32] Success: Account verified.
    [2013-04-06 08:55:32] gCanSyncPasswords is true
    [2013-04-06 08:55:32] ------ Xmarks/4.1.3 (/Places) starting getProfileNames with login.xmarks.com ------
    [2013-04-06 08:55:32] >>> POST http://login.xmarks.com/user/profiles...
    [2013-04-06 08:55:32] >>> Body is: {"log":{"mid":"hf6uh7gn","serp":0,"ssEnabled":false,"sbsEnabled":true}}
    [2013-04-06 08:55:32] >>> Callback ({status:0, profiles:{}})
    [2013-04-06 08:55:32] Success: Operation successful
    [2013-04-06 08:55:32] Calling wizard.advance()
    [2013-04-06 08:55:40] ------ Xmarks/4.1.3 (/Places) starting initial sync with sync.xmarks.com ------
    [2013-04-06 08:55:40] Failed to initialize ["lmsvc", "@mozilla.org/browser/livemark-service;2", (void 0)]: error is ({})
    [2013-04-06 08:55:40] Host browser is FF14+, use private DB
    [2013-04-06 08:55:40] Entered Status...
    [2013-04-06 08:55:40] >>> POST http://sync.xmarks.com/sync/bookmarks...
    [2013-04-06 08:55:40] >>> Body is: {}
    [2013-04-06 08:55:41] >>> Callback ({username:"dmadapps", status:0, toprev:1, isreset:true})
    [2013-04-06 08:55:41] Returned error: Firefox service initialization failed(6)
    [2013-04-06 08:55:41] Will retry at Sat Apr 06 2013 09:10:44 GMT-0500 (Central Standard Time)</nowiki></pre>

    Re Patrick's suggestion above, I was able to get Xmarks working again on both my Win 7 laptop and desktop today by uninstalling my Aurora browser completely and then installing the regular release version of Firefox, 20.0.1.
    When I uninstalled Aurora, it asked me if I wanted to keep my customizations and personal data, and even though it meant a bit more restoration work later, I decided to try erasing all my Aurora settings and data and starting fresh. (But before doing so, I backed up all my bookmarks by exporting to an html file and my add-on settings via Firefox Sync.
    After that, I installed and started with a clean slate version of regular Firefox, and proceeded to then reinstall my various add-ons and import my saved bookmarks from the html file. As soon as I re-installed Xmarks and re-logged into my Xmarks account, the automatic syncing process went fine and no more error messages or failures.
    I had been using Aurora for months prior with Xmarks and never had any syncing problem until the first week of April. And at that point, the syncing function broke on both my laptop and desktop, which were both running the daily updated versions of Aurora. So I'm believing that something was changed in Aurora that caused this problem.

  • About Oracle Heterogeneous Services and Oracle Gateway

    Hi All,
    I am very new at this topic, I want to know:
    1)Oracle Heterogeneous Services and Oracle Gateway same or not?Need license or not?
    2)If want Creating Database Link from Oracle 11g to Sybase AS 15.5 Using Oracle Heterogeneous Services what drivers should I install from my pc(windows 7) and from my server(Linux red hat 5)?please give me link for this
    3)Is there any link Step by step to configure odbc until creating dblink?
    4)what more convenient, connect sybase from Oracle Heterogeneous Services or Oracle Gateway?
    Thank you so much for your help
    Regards
    JOE

    Joe,
    let copy/paste your questions and comment inline:
    1)Oracle Heterogeneous Services and Oracle Gateway same or not?Need license or not?
    Let me first clarify one thing, heterogeneous services is the generic mechanism in the Oracle database used by all gateways. The product you are talking about is the Database Gateway for ODBC or the Database Gateway for Sybase.
    The Database Gateway for ODBC is available for Linux and Windows. It is the free product which does not require an Oracle license. The license is included in your database license. It is a generic gateway which allows you to connect with any suitable 3rd party ODBC driver to a matching foreign database. As it is a generic connectivity which aloows you to connect to real databases but also to MS Excel or even Text files as long as you have a suitable ODBC driver, its capability is very limited.
    The more powerful gateway is the Database Gateway for Sybase. It covers the same functionality as DG4ODBC but it allows you also to work with distributed transactions, it allows you to call remote Sybase stored procedures etc. This gateway is design for Sybase ASE connections, so it is also able to map certain Oracle functions to Sybase equivalents. This Database Gateway for Sybase is NOT for free, it requires an additional license.
    2)If want Creating Database Link from Oracle 11g to Sybase AS 15.5 Using Oracle Heterogeneous Services what drivers should I install from my pc(windows 7) and from my server(Linux red hat 5)?please give me link for this
    That depends on your preferences. Both gateways are available for Linux and for Windows. When using DG4ODBC you only need to pay attention that you get a suitable 3rd party ODBC driver for this platform with the matching word size (64bit for 64bit DG4ODBC and 32bit ODBC driver for installations of DG4ODBC on 32bit platforms).
    The latest software release is currently 11.2.0.3 and it can be downloaded (and installed from scratch) from "My Oracle Support". Just open the Patches & Updates section, look for Patch 10404530: 11.2.0.3.0 PATCH SET FOR ORACLE DATABASE SERVER and make sure to choose the platform you want to use. Then check out the readme as it lists which of these download CD's contains the gateway software.
    BTW, the CD contains DG4ODBC and DG4SYBS and it is up to you to decide during the installation which product you want to use.
    3)Is there any link Step by step to configure odbc until creating dblink?
    The ODBC driver installation differs from vendor to vendor and platform to platform - so we don't have a specific note how to configure the ODBC driver. This kind of question is better handled by the ODBC driver vendor.
    Regarding the set up of DG4ODBC on Windows you find suitable information in the knowledge base on My Oracle Support. Just look for:
    How to Configure DG4ODBC (Oracle Database Gateway for ODBC) on Windows 32bit to Connect to Non-Oracle Databases Post Install          [Document 466225.1]     
    and for DG4SYBS:
    How to Configure DG4SYBS (Oracle Database Gateway for Sybase) on 64bit Unix (Linux, AIX, HP-UX Itanium and Solaris) Post Install          [Document 437696.1]     
    How to Setup DG4SYBS (Database Gateway for Sybase) on a 64bit Windows          [Document 1319852.1]     
    4)what more convenient, connect sybase from Oracle Heterogeneous Services or Oracle Gateway?
    It really depends on your needs. DG4SYBS is surly easier to install as this gateway comes with everything you need and you do not have to find a suitable ODBC driver nor get the ODBC driver working. It is also more powerful as you can for example use triggers that replicate data changes in an Oracle database to the Sybase database within the same transaction. When you want to call Sybase stored procedures you can also do that with DG4SYBS. So it really depends on your needs.
    - Klaus

  • Oracle Heterogenous Services

    Hi all!
    I want to access and query an excel file's data stored in my system in SQL PLUS using oracle Heterogenous Services. I am using 11g database
    I done
    1. registering odbc DSN name as: cars Driver: Microsoft Excel Driver
    2. modified "initdg4odbc.ora" file with following parameters:
    # This is a sample agent init file that contains the HS parameters that are
    # needed for the Database Gateway for ODBC
    # HS init parameters
    HS_FDS_CONNECT_INFO = cars
    HS_FDS_TRACE_LEVEL = 0
    HS_FDS_TRACE_FILE_NAME = hsmsql.trc
    # Environment variables required for the non-Oracle system
    #set <envvar>=<value>
    3. modified tnsnames.ora as
    # tnsnames.ora Network Configuration File: D:\app\node1\product\11.1.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node9)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    cars.node1.COM =
    (DESCRIPTION =
    (ADDRESS=(PROTOCOL=tcp)
    (HOST=node9)
    (PORT=1521)
    (CONNECT_DATA=(SID=cars))
    (HS=OK)
    4. Modified listener.ora as
    # listener.ora Network Configuration File: D:\app\node1\product\11.1.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER =
    (ADDRESS_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP)(HOST = node9)(PORT = 1521))
    SID_LIST_LISTENER=
    (SID_LIST=
    (SID_DESC=
    (SID_NAME=cars)
    (ORACLE_HOME = D:\app\node1\product\11.1.0\db_1)
    (PROGRAM=hsodbc)
    5. created database link:
    CREATE PUBLIC DATABASE LINK "LNK" USING 'cars';
    6. Finally rebooted the system to get the parameters intialized, and run the query:
    SQL> select * from SITES@DLINK;
    select * from SITES@DLINK
    ERROR at line 1:
    ORA-12154: TNS:could not resolve the connect identifier specified
    i got the error, is there any mistake in the procedure i have done.. please help...

    Thankyou i got the issue solved.

  • Java.lang.RuntimeException: Registry initialization file not found (UNIX)

    Hi,
    When I tried to read a tiff image using JAI.create("fileload", filename); it throws an expception as below.
    java.lang.RuntimeException: Registry initialization file not found.
            at javax.media.jai.OperationRegistry.initializeRegistry(OperationRegistr
    y.java:357)
            at javax.media.jai.JAI.<clinit>(JAI.java:560)
            at jrun__pages__Projects__ShowDrawing2ejsp1f._jspService(jrun__pages__Pr
    ojects__ShowDrawing2ejsp1f.java:107)
            at jrun.jsp.runtime.HttpJSPServlet.service(HttpJSPServlet.java:43)
            at jrun.jsp.JSPServlet.service(JSPServlet.java:106)
            at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
            at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
            at jrun.servlet.JRunRequestDispatcher.invokeNext(JRunRequestDispatcher.j
    ava:414)The crazy problem is that, it works fine with my server which runs in windows. The same throws exceptions when I execute in unix server.
    Can anyone knows exactly where the problem is?
    Thanks in advance,
    -Sara

    So which version of JAI have you installed on your UNIX server?

Maybe you are looking for

  • Advantages of using SRM over R/3

    Hi, What is the advantage of extending the contract management from R/3 to SRM  do we gain any advantage in this? Can we have SUS implemented to Ver 4 classic scenario. Regards Sairam

  • Cannot get Oracle sequence to be used with SQL Loader direct path load.

    I attempted to load approximately 3 million rows from a flat file into a 10g database using SQL Loader direct path load. In order to generate a primary key for each of these rows I used a simple SQL expression which gets the next number of an Oracle

  • Hosting an Oracle Forms Website

    Hi. I'm looking for a hosting service that might allow me to provide internet access to about 1,000 folks around the U.S. I'd want these folks to be able to run a few of my Oracle web forms and store data in a small Oracle database. Then daily I woul

  • Display of check box on the o/p list

    Hi,         I need to display 3 check boxes on the final output display. Can you pls guide me to do this?

  • [svn:fx-gumbo_beta2] 10472: Fix for Fade bug.

    Revision: 10472 Author:   [email protected] Date:     2009-09-21 15:11:11 -0700 (Mon, 21 Sep 2009) Log Message: Fix for Fade bug. Previously, Fade assumed that any target object with a 'parent' must be a child of that container. However, a target obj