4EA3 external table default directory not appearing

In using SQL Developer 4 Early Adopter version 3, I was attempting to set up an External Table. I created the appropriate directory object, but it did not appear in the pulldown for default directory in the create External Table dialogue.  I was able to proceed using SQL Developer 3.2. Once I created the table in SQL Developer 3.2, I was able to edit it in SQL Developer 4.

There is a bug here in that the Dialog for the default directory should not include default directory schema (which for me defaults to the connected one).  As a workaround if you change that default directory schema to SYS in the drop down then you should see your directory. 

Similar Messages

  • Folders that I copy from my Macbook to my External Hard Disk does NOT appear on any other drive that I connect the Hard disk to (TV, PC, ... etc.)

    I'm facing a bit of a problem.
    Any folder I copy from my Macbook Pro to my External Hard Disk does NOT appear on any other device that I connect the Hard Disk to (TV, PC, etc).
    The Hard disk format is "MS-DOS (FAT)".
    The folders that are copied from Macbook appear when I connect the Hard Disk to my Macbook only, yet, the folders that I copy from a PC to the Hard Disk appear on Macbook, PC, and TV and are also available from editing from both Mac and PC.
    I was advised to install "Paragon" software and I did but I'm not sure how to use it to convert the folders on the hard drive to any format that can be read on other drives or devices (NTFS or otherwise).
    I'd appreciate some help. Thank you.

    Hi Simon.  How is it formatted, FAT or NTFS? 
    I only ask as OSX will only read NTFS partitions unless you install an App such as Paragon NTFS or Tuxera NTFS.

  • I have a MacBook Pro. When I go to system preference, the external speakers option does not appear in the Input tab. Help?

    I have a MacBook Pro. When I go to system preferences, the external speakers option does not appear on the input tab and, of course, the external speakers do not work. Help?

    When you plug headphones in, or external speakers, where it states "internal speakers", it will rename that "headphones", say. Unless you are running an external sound card.

  • Two external hard drive are not appearing on the desktop anymore on my 2008 24" iMac. One is a Lacie d2 Quadra and the other is a G Drive. Both are 1 Tb

    Two external hard drive are not appearing on the desktop anymore on my 2008 24" iMac. One is a Lacie d2 Quadra and the other is a G Drive. Both are 1 Tb

    Are they daisy chained? Have you tried them one at a time? Have you tried a different FireWire cable? Do they show up in either system profiler or Disk Utility? Have you reset the SMC? http://support.apple.com/kb/HT3964

  • Querying external tables ERROR no not English version 10g R2 ¿BUG 5172459?

    Hello
    I have a serious problem when trying to view the content of external tables under Oracle 10R2 in Spanish
    Steps to perform:
    1. Make directory on file system (in oracle server side).
    2. Copy a data file into this directory.
    3. Login (sqlplus) as "sys as sysdba"
    4. Make one oracle directory object
    5. Grant permits read / write to a user 'simple_uesr'
    6. Logout sys, and login as 'simple_user'
    7. Make a external table, which uses the directory and data file.
    8. Run query 'select * from myExtTable' to check it.
    I have repeated these steps on Oracle 9i Enterprise, Oracle 10gR2 Enterprise, and Oracle 10g XE, and always, always worked perfectly (no problems).
    The problem occurs in the client's DB (Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 SPANISH), everything works fine until the step 8 (querying external tables), where systematically the following error occurs:
    ERROR en línea 1:
    ORA-29913: error al ejecutar la llamada de ODCIEXTTABLEOPEN
    ORA-29400: error de cartucho de datos
    KUP-00552: internal XAD package failed to load
    ORA-06512: en "SYS.ORACLE_LOADER", línea 19
    I have made many tests, such as assigning a wrong directory to external table, remove the data file, remove access permissions, and always, always gives the same error, nerver error "file not found...etc, etc".
    I have concluded that the failure, which occurs before Oracle even try to access the file system, but I do not know what may be the cause.
    Searching the Internet, I found the following links:
    http://www.dba-oracle.com/t_ora_29913_external_table_error.htm
    http://zalbb.itpub.net/post/980/249423
    Where mention the BUG 5172459 (MetaLink Note: 373168.1), but after follow the directions, still does not work.
    Can anyone help me with this problem?
    Thanks!
    Full details of the DB which gives the error
    SO: Windows 2003 Server Standard SP1.
    Oracle Database 10g Enterprise Edition Release 10.2.0.2.0 - Prod
    PL/SQL Release 10.2.0.2.0 - Production
    CORE 10.2.0.2.0 Production
    TNS for 32-bit Windows: Version 10.2.0.2.0 - Production
    NLSRTL Version 10.2.0.2.0 - Production
    show parameter nls;
    NAME TYPE VALUE
    nls_calendar string
    nls_comp string
    nls_currency string
    nls_date_format string
    nls_date_language string
    nls_dual_currency string
    nls_iso_currency string
    nls_language string SPANISH
    nls_length_semantics string BYTE
    nls_nchar_conv_excp string FALSE
    nls_numeric_characters string
    nls_sort string
    nls_territory string SPAIN
    nls_time_format string
    nls_timestamp_format string
    nls_timestamp_tz_format string
    nls_time_tz_format string
    -- NLS_SESSION_PARAMETERS
    select * from NLS_SESSION_PARAMETERS order by parameter;
    PARAMETER VALUE
    NLS_CALENDAR GREGORIAN
    NLS_COMP BINARY
    NLS_CURRENCY €
    NLS_DATE_FORMAT DD/MM/RR
    NLS_DATE_LANGUAGE SPANISH
    NLS_DUAL_CURRENCY €
    NLS_ISO_CURRENCY SPAIN
    NLS_LANGUAGE SPANISH
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NUMERIC_CHARACTERS ,.
    NLS_SORT SPANISH
    NLS_TERRITORY SPAIN
    NLS_TIME_FORMAT HH24:MI:SSXFF
    NLS_TIMESTAMP_FORMAT DD/MM/RR HH24:MI:SSXFF
    NLS_TIMESTAMP_TZ_FORMAT DD/MM/RR HH24:MI:SSXFF TZR
    NLS_TIME_TZ_FORMAT HH24:MI:SSXFF TZR
    -- NLS_INSTANCE_PARAMETERS
    select * from NLS_INSTANCE_PARAMETERS order by parameter;
    PARAMETER VALUE
    NLS_CALENDAR
    NLS_COMP
    NLS_CURRENCY
    NLS_DATE_FORMAT
    NLS_DATE_LANGUAGE
    NLS_DUAL_CURRENCY
    NLS_ISO_CURRENCY
    NLS_LANGUAGE SPANISH
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NUMERIC_CHARACTERS
    NLS_SORT
    NLS_TERRITORY SPAIN
    NLS_TIME_FORMAT
    NLS_TIMESTAMP_FORMAT
    NLS_TIMESTAMP_TZ_FORMAT
    NLS_TIME_TZ_FORMAT
    -- NLS_DATABASE_PARAMETERS
    select * from NLS_DATABASE_PARAMETERS order by parameter;
    PARAMETER VALUE
    NLS_CALENDAR GREGORIAN
    NLS_CHARACTERSET WE8MSWIN1252
    NLS_COMP BINARY
    NLS_CURRENCY ?
    NLS_DATE_FORMAT DD/MM/RR
    NLS_DATE_LANGUAGE SPANISH
    NLS_DUAL_CURRENCY ?
    NLS_ISO_CURRENCY SPAIN
    NLS_LANGUAGE SPANISH
    NLS_LENGTH_SEMANTICS BYTE
    NLS_NCHAR_CHARACTERSET AL16UTF16
    NLS_NCHAR_CONV_EXCP FALSE
    NLS_NUMERIC_CHARACTERS ,.
    NLS_RDBMS_VERSION 10.2.0.2.0
    NLS_SORT SPANISH
    NLS_TERRITORY SPAIN
    NLS_TIME_FORMAT HH24:MI:SSXFF
    NLS_TIMESTAMP_FORMAT DD/MM/RR HH24:MI:SSXFF
    NLS_TIMESTAMP_TZ_FORMAT DD/MM/RR HH24:MI:SSXFF TZR
    NLS_TIME_TZ_FORMAT HH24:MI:SSXFF TZR
    END.

    jpadron_uy wrote:
    ERROR en línea 1:
    ORA-29913: error al ejecutar la llamada de ODCIEXTTABLEOPEN
    ORA-29400: error de cartucho de datos
    KUP-00552: internal XAD package failed to load
    ORA-06512: en "SYS.ORACLE_LOADER", línea 19Hola!
    Let's go through errors you posted:
    First error (ORA-29913) indicating error occurs when Oracle tryed to access external table.
    Then ORA-29400 says that error has occurred in a data cartridge external procedure.
    And then finally KUP-00552 - an error was encountered while attempting to initialize the XAD package.
    So did you check state of the XAD package in that database?
    Also, please post code you used in steps 4. and 7.
    HTH

  • External Hard Drive does not appear in finder

    We purchased a 1 TB G Drive Q from the Apple Store. It is connected to my wife's iMac running the most current update of Leopard by 800 firewire and appears on her desktop and works flawlessly with time machine. I am connected to the same drive intermittently with my MacBookPro also running the most current update of Leopard. i connect with 400 firewire. Initially the drive would not appear in the finder. for the initial backup, i turned the hard drive off and on and then it would appear and i did the backup but now when i connect to the 400 firewire port, it still doesn't appear in the finder. i would much prefer not to need to turn my back up drive off and on each time i want to use time machine. i should also mention that when i connect any of my garmin training devices or my power meter by USB it is recognized very quickly as a device in finder. any ideas? i understand this may be one of the problems fixed with SnowLeopard. thanks.

    I am not sure what you are attempting to do. I assume that you are not trying to connect two computers to the same external drive at the same time. That will definitely be problematic. In order to effectively use Time Machine with two Macs, you should partition the drive into two partitions. Also make sure that the drive is using a GUID partition scheme.
    bd

  • New columns in the table control do not appear

    Hi,
    We have a requirement to add two fields(columns) in a table control  for a transaction upon clicking Create button and those two fields should be editable. We have added the two fields in the table control. But, they do not appear in the transaction ( If I delete an existing column, then I am able see the new column).  Have checked everywhere, but not sure if I am missing something here. There is no hide statement used.
    Appreciate help on this.
    Thanks,
    Pavan

    Hi Pavan,
    What I understood is you are adding fields to the table control dynamically.\
    For that you have to use field-symbols to add fields to the work area dynamically.
    ( If this is not your actual requirement share your code with me I will try to solve it. )
    Regards,
    Swaroop

  • Canvio External Hard Drive does not appear in MY COMPUTER

    Sorry if the subject is in wrong section of the forum.
    I bought an External Hard Drive to use with my Windows 7 laptop. When connecting, sounds like a new device is connected, also appears listed in DEVICES & PRINTERS, but does not appear in MY COMPUTER, becoming impossible to access it anyhow.
    Procedures about how to format or change device letter (in DISK MANAGEMENT), although the device has been also shown there, haven't work.
    "Drivers" are listed as updated.
    Any suggestions?
    Thanks!

    Jerry, thanks for trying to help.
    I download the KillDisk as your adviced.
    The Hardware appears there like:
    Hard Disk 2 (82h) TOSHIBA External USB 3.0 - [DEVICE IS NOT READY]
          Local Disk (2 - [DRIVE IS NOT READY]
    Available actions for each are: Mark / Unmark / Refresh.
    Any possibility of it is broken, or something?

  • External Hard Drive Will Not Appear

    I have a western digital external HD which I bought last year. I have used it to store movies and back ups transferring by usb. Last week I tried connecting again and now the HD icon does not appear on my desktop. I have tried several times and in different ways (ie. powering up before connecting, after connecting etc) but nothing has worked. From reading other posts I may have disconnected improperly last time but am not sure.
    Can anyone tell me how to fix this problem?
    Many thanks

    Greetings from [email protected],
    click anywhere on your desktop (not on icons)
    Go to your "Finder" menu bar and click on Preferences (command & ,)
    Go to the "General" tab
    Turn On "Show Hard Disks"
    If problem is not resolved, contact me again...
    Bye, from [email protected]

  • Rich text default values not appearing in content entry template

    Hello all,
    Sorry for the repost, but no one seems to have an answer for me in the other forum and I thought I might be able to reach more people here.
    I have created a base text item and would like to include default values in some of the attributes. The problem is the default value I set in the rich text field is not appearing when I try to create an instance of my item type.
    Is this a bug, or am I not doing something right? All of my other attributes show their default values.
    Thanks in advance,
    Jim

    bug 3221058
    Patch 4021971 for 9.0.4.1
    (only available on http://metalink.oracle.com site)
    Patrick.

  • How can I use external tables with directories not on Oracle host?

    Oracle 11.2.0.2
    We have developers using C# to populate global temporary tables (two one header and detail with 1 to many relationbship between these two tables). The process of using C# was blowing up memory on Windows.
    As an alternative I requested them to create two CSV files and I can use sqlldr to load the detail CSV file of over 1 million rows under 15 seconds. It came to my mind that I could use external tables for this purpose with getting read of header and trailer from the CSV files.
    The issue I have is that I am not a DBA so I do not have access to OS host that Oracle instance is running. sqlldr is a client side tool, whereas external tables are server side. I was wondering if there is an alternative in 11g to use external tables without creating directories on the OS host that Oracle runs on? Are there other alternatives?
    Thanks

    905989 wrote:
    Oracle 11.2.0.2
    We have developers using C# to populate global temporary tables (two one header and detail with 1 to many relationbship between these two tables). The process of using C# was blowing up memory on Windows.
    As an alternative I requested them to create two CSV files and I can use sqlldr to load the detail CSV file of over 1 million rows under 15 seconds. It came to my mind that I could use external tables for this purpose with getting read of header and trailer from the CSV files.
    The issue I have is that I am not a DBA so I do not have access to OS host that Oracle instance is running. sqlldr is a client side tool, whereas external tables are server side. I was wondering if there is an alternative in 11g to use external tables without creating directories on the OS host that Oracle runs on? Are there other alternatives?
    Thanks
    no other alternative

  • Erro to aplly note 764176 - Integration Directory not appear

    Hi everyone...
    After applied note 764176 (step 5) my Integration Directory is not appearing in SLD as tecnical system. Does anybody know how to solve this problem ?
    Best Regards
    Wendell

    Hi All,
    I got solved the error before,  but now my Adapter Engine still is not appearing in Integration Directory. Could you help us ?
    Note. I applied full note 764176.
    Best Regards

  • My G-Drive 4 TB external drive is suddenly not appearing on my desktop!

    The external drive is also not showing up in Disk Utility. Any suggestions?

    Check the drive’s connections, including the cable used to plug it into the computer. If it’s connected properly, it’s probably dead.
    (117178)

  • EJB server\default directory not found

              this is the error that i am getting when i deploy my war and I
              am not able to figure out what is server\default EJB directory.
              can some one help in realizing what mighht be the problem
              <Mar 22, 2001 3:15:39 PM PST> <Notice> <Management> <Loading configuration
              file .\config\mydomain\config.xml ...>
              log file: C:\bea\wlserver6.0\.\config\mydomain\logs\weblogic.log
              <Mar 22, 2001 3:15:43 PM PST> <Info> <Logging> <Only log messages
              of severity "Error" or worse will be displayed in this window.
              This can be ch
              anged at Admin Console> mydomain> Servers> myserver> Logging> General>
              Stdout severity threshold>
              Warning: lib\ejipt.properties not found
              Error: Ejb directory servers\default not found
              

    It appears that your WAR is meant to work with another appserver. In other
              words, the WAR is dependent on the workings of ejipt.
              Gary
              Jay Hombal <[email protected]> wrote in message
              news:3aba89a8$[email protected]..
              >
              > this is the error that i am getting when i deploy my war and I
              > am not able to figure out what is server\default EJB directory.
              >
              > can some one help in realizing what mighht be the problem
              >
              >
              >
              > <Mar 22, 2001 3:15:39 PM PST> <Notice> <Management> <Loading configuration
              > file .\config\mydomain\config.xml ...>
              > log file: C:\bea\wlserver6.0\.\config\mydomain\logs\weblogic.log
              > <Mar 22, 2001 3:15:43 PM PST> <Info> <Logging> <Only log messages
              > of severity "Error" or worse will be displayed in this window.
              > This can be ch
              > anged at Admin Console> mydomain> Servers> myserver> Logging> General>
              > Stdout severity threshold>
              > Warning: lib\ejipt.properties not found
              > Error: Ejb directory servers\default not found
              >
              

  • My external hard drive does not appear.

    So I have a 500 GB USB 3.0 HDD. It does not show up in the Finder. It also doesn't show up in Disk Utility, Time Machine, or the terminal command diskutil. I used both USB ports and it still doesn't work. I even tried a normal USB 2.0 cable and it still doesn't show up. The disk's packaging says it is compatible with USB 2.0, and it can be recognized and read on other computers, but not mine.
    Also, if my computer is booted with the hard drive plugged in, it gets stuck at the gray screen. Holding C during bootup also causes it to get stuck.
    The hard disk is encrypted (filevault 2) and I make all mounted drives appear on the desktop.

    Hey guys,
    I am having the same issue with my HD.   It was working one day and then the next my mac does not recoginize that it is even pluged in....yet I can move my external hd to my macbook pro and it sees the drive.   I have tried shutting down the system, using the Y connector, using an alternative power source, Reformating the HD, and still nothing works, yet it works on all my other MAC's and I have 5 totall macs!   I don't get it, why all the other mac sees it but this one want.   I have tried to plug in other external HD to the mac that is not reading the HD and it will work with them.  Any ideas as to why it want see this one HD?

Maybe you are looking for

  • Problem in smart forms &Driver program..urgent....

    Hi friends ,           I am having 4 windows  in a page ,           I am having 4 wa as wa1, wa2, wa3, wa4 in my driver program of SF. for ex my itab is hving 10 lines , i am passing first line of my itab to wa1 and print in First window of  page 1,

  • How to fill Tool Preset picker?

    When I select Custom Shape Tool, the Tool Preset picker on the upper right is empty despite the fact that there are a few dozen Custom Shapes loaded as can be seen in the Preset Manager. But how do I get those loaded shapes to appear in the picker? I

  • My music wont shuffle any more

    My iPod Nano wont shuffle music any more

  • Financial Analytics 7.9.6 installation

    Hi I am not sure that this is the correct forum to post this threat. I want to install Financial Analytics tool 7.9.6 version . I am following the DOC. "System Requirements and Supported Platforms for Oracle® Business Intelligence Applications Versio

  • How do I make bt yahoo my home page for firefox in windows 7? (I had it so in vista.)

    When I open firefox I would like it to open up in btyahoo. How do I configure the firefox homepage to do this. Was able to do so in Vista but have now got windows 7