Hostdef extension doesn't

When I try to create an index on spatial column on oracle on solaris
create index scott.cities on scott.cities(geom) indextype is
mdsys.spatial_index parameters ('SDO_LEVEL = 11 SDO_NUMTILES=4
SDO_MAXLEVEL=28 SDO_COMMIT_INTERVAL =1000')
I get an error ORA-01041: internal error. hostdef extension doesn't
exist
Can anyone help please

Not sure why you are getting the hostdef
error.
If you send me an e-mail with your contact info (i.e. phone number) I can try and
help out.
Some things to check are that your
USER_SDO_GEOM_METADATA entries are
populated correctly.
**NOTE**
In Oracle 8.1.6, we recommend
fixed indexes in almost all cases (i.e.
SDO_NUMTILES=0, or omit the SDO_NUMTILES
parameter).
Also, it is not recommended
to modify the SDO_MAXLEVEL parameter.

Similar Messages

  • ORA-01041: internal error. hostdef extension doesn't exist

    hi all,
    i am presently working on logical standby database
    but i am facing a problem from primary database
    " select * from V$ARCHIVE_DEST"
    LOG_ARCHIVE_DEST_1 valid
    LOG_ARCHIVE_DEST_2 ERROR ORA-01041: internal error. hostdef extension doesn't exist
    at present database not synchronizing
    please help
    in alert.log file at primary
    ARC9: Attempting destination LOG_ARCHIVE_DEST_2 network reconnect (1041)
    ARC9: Destination LOG_ARCHIVE_DEST_2 network reconnect abandoned
    PING[ARC9]: Error 1041 when pinging standby 'standby server'.
    Standby database is in running mode & well connected with network
    Vaibhav
    Edited by: Vaibhav Dixit on Oct 20, 2011 4:43 PM
    Edited by: Vaibhav Dixit on Oct 20, 2011 4:43 PM

    okkk
    thanks for reply
    i m also getting some problem in standby database in just 2-3 days
    error is ->
    ORA-03135: connection lost contact
    LOG_ARCHIVE_DEST_2 ERROR ORA-01041: internal error. hostdef extension doesn't exist
    then
    i have passed some command on primary db & now it's working but i don't know it's good for db or not
    ALTER SYSTEM SET log_archive_dest_state_2=’DEFER’ SCOPE=BOTH;
    ALTER SYSTEM SET log_archive_dest_state_2=’ENABLE’ SCOPE=BOTH;
    please give a idea to resolve this problem
    regards
    Vaibhav

  • ORA-01041: internal error. hostdef extension doesn't

    Hi,
    I am getting the followin error message when i am trying to run a sql script.
    select
    ERROR at line 1:
    ORA-01041: internal error. hostdef extension doesn't exist
    Pls let me know the remedy
    Thanks

    Hi !
    I try to create database by Database Configuration Assistant in "windows 2000 advance server, ORACLE9i". Process in 12% that error appear.
    when i Ignore this error the ORA-240324: Service handle not initialized appearance
    Please Help me to fix that error !

  • ORA-01041: internal error. hostdef extension doesn't exist  in forms 10g

    While Compiling the forms 10g I'm getting this error, pls help me on this problem.

    Check this link... ORA-01041: internal error. Hostdef extension doesn't exist
    hope this helps

  • FND-UT-CMT: ORA-01041: internal error. hostdef extension doesn't exist

    I am applying patch PO RUP 22, after merging patch->10207297,11669329,7632187,9878808. However for 1 file -INVITPSB.pls, i am getting status running, but in the adorker log file shows ->
    AD Worker error:
    The following ORACLE error:
    ORA-03114: not connected to ORACLE
    occurred while executing the SQL statement:
    UPDATE fnd_install_processes
    SET skip_flag = ''
    WHERE worker_id = 1
    Error comitting pending transactions and closing Pro*C connection.
    The error is:
    FND-UT-CMT: ORA-01041: internal error. hostdef extension doesn't exist
    AD Worker is exiting with failure.
    Any ideas of what can be done?

    HI,
    Please check if solution in below metalink note helps:-
    Patch 4143498 Fails With ORA-01041,ORA-03114 Errors On Iscrf70b.Pls ORA-01041 [ID 340238.1]
    Thanks,
    JD

  • ORA-01041 hostdef extension doesnt exist during Oracle 9.0.1.1.1 install

    Installing Oracle 9.0.1.1.1 with all default values on Windows 2000 Server SP2 gets the following errors during "Creating and Starting Oracle instance" in the Database Configuration Assistant:
    ORA-01041 internal error: hostdef extension doesn't exist
    ORA-24324 service handle not initialized
    These errors are displayed numerous times. When the Assistant finally exits, the install finishes and reports everything was successfully installed. I cannot, however, connect with SQL plus as I get "ORA-03113 end of file on cummunication channel" errors.
    I suppose the original problem reported "hostdef extension doesn't exist" is the main issue here. How do I rectify this situation?
    Thanks for your help,
    Joe

    Hmm. I resolved the problem nonetheless. (I don't know how to "fix" a package spec.)
    What I did: in a previous reply to someone else's question I found the solution. Don't ask me why it works nor why it is this way, because I don't know, but at least it now works.
    ANSWER: Remove the Windows 2000 server from the Windows domain.
    That's it. (Even logging in locally does not solve the problem if the server is still in the domain.) Then I reran the Database Configuration Assistant (which lo and behold ran successfully), and was able to connect from the server to itself via SQLPlus as well as from other clients with no more "ORA-03113 end of file on communication channel" errors.
    I know this is not elegant, but I don't have the time to make Oracle work the way it is supposed to. I just need a DB installed so I can do my real work. Hopefully in a soon to be released version this will be corrected so a server on the Windows domain can install and run Oracle.
    Joe
    I had exactly the same problem today morning with a 8.1.7 DB. The cause was that a function was defined twice in a package spec...
    Installing Oracle 9.0.1.1.1 with all default values on Windows 2000 Server SP2 gets the following errors during "Creating and Starting Oracle instance" in the Database Configuration Assistant:
    ORA-01041 internal error: hostdef extension doesn't exist
    ORA-24324 service handle not initialized
    These errors are displayed numerous times. When the Assistant finally exits, the install finishes and reports everything was successfully installed. I cannot, however, connect with SQL plus as I get "ORA-03113 end of file on cummunication channel" errors.
    I suppose the original problem reported "hostdef extension doesn't exist" is the main issue here. How do I rectify this situation?
    Thanks for your help,
    Joe

  • ORA-01041: Internal Error. HOSTDEF extension does not exist

    Hi all,
    In the database I provided with the commando
    ALTER DATABASE BACKUP CONTROLFILE TO TRACE; a trace file with the Script for the production my controlfile. Now I would like to test this Script. I have install a new test DB. Then I shutdown the database and renamed the control files - to see particularly over, which error message become there indicated. Afterwards I wanted to start the Script from the trace file to create a control file. But after I STARTUP MOUNT; in SQL*Plus entered, I become these error messages:
    LRM-00109: could not open parameter file 'C:\Oracle\Ora920\DATABASE\INIT%ORACLE_SID%.ORA'
    ORA-01078: failure in processing system parameters
    How have I understood, Oracle tries to find the init file local on my machine. Those lies however on the server. Then I entered:
    startup pfile=\\server1\oracleserver\admin\orcltest\pfile\initorcltest.ora
    Can I enter a file, which does not lie locally on my computer with the instruction STARTUP pfile =...? After I made that, I become only this error message:
    ORA-01041 internal error. hostdef extension doesn't exist
    And the database is closed. I can't connect with it.
    Regards
    Leonid Pavlov

    As far as I know, if you want to start/stop Oracle through sqlplus you need to be using a copy of sqlplus on the server. If your server is an *NIX box, then you can telnet to the server and run sqlplus.  If your server is windows then you will need something like VNC, PC-Anywhere or sneakernet to physically attach to the server.
    HTH
    John

  • ERROR: ORA-01041: internal error. hostdef extension does not exist

    Hi, I got the following error message when I tried to insert a row in table TBL_ORDER.
    ERROR:
    ORA-01041: internal error. hostdef extension does not exist
    INSERT into TBL_ORDER
    ERROR at line 1:
    ORA-03113: end-of-file on communication channel
    We have Oracle version 8.1.5.o.2 and Linux version 6.1.
    Following are the tables, triggers, loadjava definition and source programs:
    TBL_ORDER
    1 ORDER_MEMBER_FIRM_ID VARCHAR2(4)
    2 ORDER_CLIENT_ID VARCHAR2(4)
    3 ORDER_BRANCH VARCHAR2(3)
    4 ORDER_SEQUENCE VARCHAR2(4)
    5 ORDER_EXCHANGE_ID VARCHAR2(3)
    6 ORDER_EXCHANGE_SEQUENCE VARCHAR2(7)
    7 ORDER_CREATE_DATE DATE
    8 ORDER_TYPE VARCHAR2(2)
    9 ORDER_STATUS VARCHAR2(1)
    10 ORDER_SYMBOL VARCHAR2(5)
    11 ORDER_SUFFIX VARCHAR2(14)
    12 ORDER_SIDE VARCHAR2(5)
    13 ORDER_PRICE VARCHAR2(20)
    14 ORDER_STOP_PRICE VARCHAR2(20)
    15 ORDER_PRICE_QUAL VARCHAR2(10)
    16 ORDER_QUANTITY VARCHAR2(6)
    17 ORDER_TIF VARCHAR2(4)
    18 ORDER_AON VARCHAR2(4)
    19 ORDER_DNR VARCHAR2(4)
    20 ORDER_CASH_NEXT_DAY VARCHAR2(4)
    21 ORDER_SELLER VARCHAR2(4)
    22 ORDER_ACCOUNT_TYPE VARCHAR2(4)
    23 ORDER_OS_TS VARCHAR2(4)
    24 ORDER_BOOTH_ID VARCHAR2(4)
    TBL_CMSOUT
    1 CMSOUT_MEMBER_FIRM_ID VARCHAR2(4)
    2 CMSOUT_CLIENT_ID VARCHAR2(4)
    3 CMSOUT_DATA VARCHAR2(120)
    trg_order.sql
    create or replace procedure OrderToCmsoutProc(cms_member_firm_id VARCHAR2,
    cms_client_id VARCHAR2,
    cms_branch VARCHAR2,
    cms_sequence VARCHAR2,
    cms_side VARCHAR2,
    cms_quantity VARCHAR2,
    cms_symbol VARCHAR2,
    cms_price VARCHAR2,
    cms_tif VARCHAR2,
    cms_type VARCHAR2)
    AUTHID CURRENT_USER
    as language java
    name 'OrderToCmsout.test(java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String,
    java.lang.String)';
    show errors;
    create or replace trigger trg_order
    after insert on TBL_ORDER
    for each row
    CALL OrderToCmsoutProc (:new.order_member_firm_id,
    :new.order_client_id,
    :new.order_branch,
    :new.order_sequence,
    :new.order_side,
    :new.order_quantity,
    :new.order_symbol,
    :new.order_price,
    :new.order_tif,
    :new.order_type)
    commit;
    show errors;
    exit;
    trg_cmsout.sql
    create or replace procedure PackCmsoutSidProc(pck_member_firm_id VARCHAR2,
    pck_client_id VARCHAR2,
    pck_data VARCHAR2)
    AUTHID CURRENT_USER
    as language java
    name 'PackCmsoutSid.test(java.lang.String,
    java.lang.String,
    java.lang.String)';
    show errors;
    create or replace trigger trg_cmsout
    after insert on TBL_CMSOUT
    for each row
    CALL PackCmsoutSidProc (:new.cmsout_member_firm_id,
    :new.cmsout_client_id,
    :new.cmsout_data)
    commit;
    show errors;
    exit;
    loadORDERjava
    loadjava -r -f -o -user userid/pswd OrderToCmsout.java
    loadCMSOUTjava
    loadjava -r -f -o -user userid/pswd PackCmsoutSid.java
    OrderToCmsout.java
    import java.sql.*;
    import java.lang.*;
    import java.io.*;
    import oracle.jdbc.driver.*;
    public class OrderToCmsout {
    public static void main(String args[]) {
    try {
    test (args[0],args[1],args[2],args[3],args[4],
    args[5],args[6],args[7],args[8],args[9]);
    catch (Exception e) {
    System.err.println(e);
    } //catch
    } // end main
    public static void test ( String parm_member_firm_id,
    String parm_client_id,
    String parm_branch,
    String parm_sequence,
    String parm_side,
    String parm_quantity,
    String parm_symbol,
    String parm_price,
    String parm_tif,
    String parm_type)
    throws SQLException
    Connection conn = new OracleDriver().defaultConnection();
    PreparedStatement stmt2;
    try {
    stmt2= conn.prepareStatement
    ("INSERT INTO TBL_CMSOUT VALUES (?, ?, ?)");
    String datastring = parm_member_firm_id + "\\~" +
    parm_branch + " " +
    parm_sequence + "\\~" + "\\~" +
    parm_side + "\\~" +
    parm_quantity + " " +
    parm_symbol + " " +
    parm_price + "\\~" +
    parm_tif + " " +
    parm_type + "\\~";
    stmt2.setString(1, parm_member_firm_id);
    stmt2.setString(2, parm_client_id);
    stmt2.setString(3, datastring);
    stmt2.executeUpdate();
    stmt2.close();
    return;
    } //try
    catch (Exception e) {
    System.err.println(e);
    } //catch
    PackCmsoutSid.java
    import java.sql.*;
    import java.lang.*;
    import java.io.*;
    import oracle.jdbc.driver.*;
    public class PackCmsoutSid {
    public static void main(String args[]) {
    try { test(args[0],args[1],args[2]);
    catch (Exception e) {
    System.err.println(e);
    } //catch
    } // end main
    public static void test( String parm_member_firm_id,
    String parm_client_id,
    String parm_data)
    throws SQLException
    try {
    Connection conn = new OracleDriver().defaultConnection();
    PreparedStatement stmt1 = conn.prepareStatement
    ("SELECT sid_session_id " +
    "FROM tbl_sid " +
    "WHERE sid_member_firm_id = ? and " +
    "sid_client_id = ?");
    stmt1.setString(1, parm_member_firm_id);
    stmt1.setString(2, parm_client_id);
    ResultSet rs1 = stmt1.executeQuery();
    while (rs1.next ()) {
    String session_id_found = rs1.getString
    ("sid_session_id");
    CallableStatement pack_pipe = conn.prepareCall
    ("{call DBMS_PIPE.PACK_MESSAGE(?)}");
    pack_pipe.setString(1, parm_data);
    pack_pipe.execute();
    CallableStatement send_pipe = conn.prepareCall
    ("{? = call DBMS_PIPE.SEND_MESSAGE(?)}");
    send_pipe.registerOutParameter
    (1, java.sql.Types.INTEGER);
    send_pipe.setString (2, session_id_found);
    send_pipe.execute();
    } //while
    stmt1.close();
    conn.close();
    } //try
    catch (Exception e) {
    System.err.println(e);
    } //catch
    } //test
    } //PackCmsoutSid
    Thanks in advance for your help
    Vinicio

    you should post this question on the Application Server forum.
    --Olaf                                                                                                                                                                                       

  • I can't get Firefox 10.0 to recognize 1password 3.8.15. The extension doesn't stay as an add-on. Please help!

    I can't get Firefox 10.0 to recognize 1password 3.8.15. The extension doesn't stay as an add-on. Please help!

    1passowrd team released support for Firefox 10 already. Do an autometic update and check.See:
    * http://support.agilebits.com/discussions/1password-for-windows/487-firefox-100-doesnt-support-1password

  • Chrome Create PDF Extension Doesn't Convert Secure Web-pages (Acrobat XI)

    I still cannot convert secure webpages in Google Chrome using the Acrobat XI Create PDF Extension.  This is annoying when for example I checkout from a site and I want to convert my receipt to a PDF, however it simply does not work.  see other posts for details:
    Adobe Acrobat - Create PDF Chrome Extension Doesn't Work
    Re: Adobe Acrobat - Create PDF Chrome Extension Doesn't Work
    Re: Adobe Acrobat - Create PDF Chrome Extension Doesn't Work
    Is anyone else having this problem?  Is Adobe even aware or addressing the issue?

    Hi
    Thanks for reporting the issue. We are able to reproduce this issue and we have reported it to Acrobat Engineering team. Now Acrobat engineering team will investigate it.
    You can try creating PDF with Firefox or Internet Explorer as a workaround.
    Regards,
    Tanvi

  • IPTC Extension doesn't show

    Hello,
    I've been tinkering around with Bridge (4.0.4.2)
    Created a template with IPTC Extension checked, IPTC Extension is checked in the preferences as well.
    It doesn't show in the Metadata panel though. IPTC Core shows.
    Any ideas as to what may have happened?
    EDIT: Here's a screenshot of when I create a new template. I can only choose IPTC Core and IPTC Extension, but "Properties selected" always equals 0.
    IPTC Extension doesn't show in the Metadata panel as well:
    Preferences has it checked:

    Thanks for trying to help Paul, but I'm still running into the same problem. I've done what you've shown a bunch of times.
    Here's my example:
    Created a template…
    I've also added IPTC Extension metadata…
    Append template > Template Adobe Forums…
    I see results for IPTC Core…
    I can never get the IPTC Extension panel to show though :-(

  • Can't Debug in Eclipse - PS starts but Extension doesn't load

    Windows 7 Pro
    I can create my extension in Eclipse and Export it.  Then use Extension Manager to install it and PS sees it......but if I right click on the Project in Eclipse and use 'Debug As', PS starts but the extension doesn't appear in it's list. 
    I've been through the changes at;
    Adobe Extension Builder and Creative Cloud 2014
    and carried out the PlayerDebugMode registry entry but my debugging still doesn't work.
    If anybody has any ideas I'd be very grateful.  My HTML5 and JS headache just doesn't need another problem.
    Thank you,
    Jen.

    Thanks for the reply. I was following along with the video "Building and debugging HTML5 Extensions for Adobe Creative Cloud products" - doing things exactly as in the video (except I choose PS instead of PP.  When I right click on my Project name in the Script Explorer in Eclipse and then select 'Debug As' and select PS - PS runs but my extension does not appear in the Windows - > Extensions list.
    As I said I have added the PlayerDebugMode registry entry but my extension still doesn't appear in the PS list of Extensions.
    Thanks for your thoughts Hallgrimur, appreciate it.
    Jen.

  • Adobe Acrobat - Create PDF Chrome Extension Doesn't Work

    The extension was installed when I installed Acrobat Pro XI and worked fine until Chrome was updated to version 29 or 30. The extension is enabled, the drop down works, but it doesn't do anything when you click on the drop down choices.

    Hi Ajlan Huda,
    The error is encounterd when I am logged into an https (Hypertext Transfer Protocol over Secure Socket Layer) website.  To try this on your own you need to logon to an secure website.  I am assuming that you might have an amazon.com, gmail.com, facebook.com, linkedin.com, or some other secure online account that you can try this with.  It will say https in the address bar and have a green padlock indicating that secured content is displayed.  I will show the workflow attempting to convert a linkedin.com profile as an example:
    I then click on the convert to Adobe PDF toolbar / extension in Chrome to convert the webpage to a PDF.
    The Conversion to PDF progress pops up and looks like the progress cursor might stutter or restart a few times:
    The output of the PDF shows a logon screen instead of the secure webpage content:
    I also checked the "Webpage Conversion Settings" and "HTML Conversion Settings".  Changing the 'Embed Mulitmedia Content' or 'Disable Multimedia Capture' do not seem to fix the problem
    Thanks for your help with looking into this, I appreciate it.

  • Markup- action extension doesn't appear

    Hi all,
    I've just downloaded and installed Yosemite on my iMac 27 (2012) model.
    I have tried to use Markup on mail. But I've noticed that the tiny "arrow" done' appear.
    I went to Apple>system preference>Extensions to activate "Actions"
    But, it wasn't there. I only have:
    All (empty)
    Finder (only dropbox)
    Today (social)
    I have no idea how to add "actions" and other extensions in. Can you help me?
    the most important for me is Markup.
    Thank you!
    Rotem

    go to Terminal and post this:
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/support/lsregister -kill -seed
    if it doesn't have that specific directory try this:
    /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchSe rvices.framework/Versions/A/Support/lsregister -kill -seed
    once the scanning is done (can be short or long, depends on how heavy your system is) RESTART the computer.
    when you're back, go to Apple>system preferences>extensions.... guess who's there.
    I hope it helped.
    The Doctor.

  • New PHP/MySQL Connection extension doesn't  show tables.  What's the next step?

    I'm creating Dreamweaver extensions to work with my CMS.
    Since it is already connecting to the MySQL database I'd like
    Dreamweaver to access the same connection without asking the
    developer for the MySQL credentials again. I have created the HTML
    form, the EDML for the connection script, and the JavaScript to
    stitch it together, and I can successfully create connections. The
    connection script looks good but when I try to expand the tables in
    the database window it doesn't post a request to the server and it
    just shows "None". I have a regular PHP MySQL connection on the
    same site which works fine.
    I feel like I'm missing a required next step which would tell
    it how to enumerate tables. It would be ideal if I could plug into
    the existing PHP MySQL code for this.
    I would really appreciate any help and/or pointers!

    "zymsys" <[email protected]> wrote in
    message
    news:fiuho4$ao8$[email protected]..
    > I'm creating Dreamweaver extensions to work with my CMS.
    Since it is
    > already
    > connecting to the MySQL database I'd like Dreamweaver to
    access the same
    > connection without asking the developer for the MySQL
    credentials again.
    > I
    > have created the HTML form, the EDML for the connection
    script, and the
    > JavaScript to stitch it together, and I can successfully
    create
    > connections.
    > The connection script looks good but when I try to
    expand the tables in
    > the
    > database window it doesn't post a request to the server
    and it just shows
    > "None". I have a regular PHP MySQL connection on the
    same site which
    > works
    > fine.
    > I feel like I'm missing a required next step which would
    tell it how to
    > enumerate tables. It would be ideal if I could plug into
    the existing PHP
    > MySQL code for this.
    >
    > I would really appreciate any help and/or pointers!
    Are you using the Database access functions?
    http://livedocs.adobe.com/dreamweaver/8/apiref/07_mmd31.htm
    MMDB.getTables()
    http://livedocs.adobe.com/dreamweaver/8/apiref/07_mmd42.htm
    MMDB.getColumns()
    http://livedocs.adobe.com/dreamweaver/8/apiref/07_mmd34.htm
    Or are your trying to create a new Connection Type for the
    PHP_MySQL_ServerModel or a whole new servermodel alltogether?

Maybe you are looking for