Skip to Main Content

SQL Developer

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

DBMS-Output Tab Problem

user8937587Mar 24 2014 — edited Mar 24 2014

Hi,

I'm using SQL Developer 4.0.1.14 and I noticed that I can't switch Tabs in the DBMS-Output Window. The last opened Tab is always selected.

I've uploaded a screenshot here

http://imgur.com/hT7wUSp

In the bottom right window it's not possible to switch between the 2 open DBMS-Output connections.

Can anyone look into this issue? Thank you.

This post has been answered by thatJeffSmith-Oracle on Mar 24 2014
Jump to Answer

Comments

unknown-7404
>
We have an excel sheet which contains a table(with datas) along with some comments(some extra information on table columns) below the table.We need to import only table data into oracle table.We dont need those comments data to be imported into the oracle table.Can you please let us know how to do it?

We have tried using import option and external table in sql developer.But we are not getting the desired result.
>
Well the obvious way is to delete the comments and load the data the traditional way.

If you are using 11g you could also write a simple filter program to filter the data and then specify the filter app in the external table PREPROCESSOR parameter.

See this Oracle article on how to use this feature
http://www.oracle.com/technetwork/issue-archive/2011/11-mar/o21nanda-312277.html

And this example Oracle-base article has an examplel also
http://www.oracle-base.com/articles/9i/external-tables-9i.php
>
11gR2 Updates
Oracle 11g Release 2 introduced the PREPROCESSOR clause to identify a directory object and script used to process the files before they are read by the external table. This feature was backported to 11gR1 (11.1.0.7). The PREPROCESSOR clause is especially useful for reading compressed files, since they are unzipped and piped straight into the external table process without ever having to be unzipped on the file system.
935684
Can you please tell how to write a filter preprocessor program for eliminating comments and only picking up desired table?
1 - 2
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Apr 21 2014
Added on Mar 24 2014
2 comments
195 views