-1
votes
1answer
58 views

sqlldr not found when using SQL*Loader in a shell script [closed]

I would like to create shell script, AUTOLOAD that will, when ran, execute SQL*Loader with a set of instructions. All this is in my Linux environment. SQL*loader will then import data to SQL ...
2
votes
2answers
53 views

how can my sql script determine whether it is running in sqldeveloper or sqlplus?

I'm trying to work around the SQLDeveloper linesize bug by writing my script to detect whether it's SQL*Plus or SQLDeveloper. Something like: COLUMN SET_THE_LINE new_value TARGETLINESIZE noprint ...
0
votes
1answer
54 views

How to add a connection to tnsnames.ora [closed]

I want to use SQL loader to load data in to sql developer from csv file. However, I am getting the following error C:\app\sai\product\11.2.0\dbhome_1\network\admin\sqlnet.ora TNS-03505: Failed to ...
1
vote
0answers
97 views

Loading Java file through Oracle SQL Developer tool

I'm new to Oracle SQL Developer. I have an Oracle database which is connected via Oracle SQL Developer tool. I have a DB function which in turn calls a Java method. I have created a DB function under ...
1
vote
1answer
74 views

Need help- Query to insert an image into a table in sql developer3.0

Hi I am using sql developer 3.0. I need to store images as a BLOB in a table. I created a table as follows: CREATE TABLE Account_images(img_id NUMBER, MP_ID NUMBER, icon BLOB); The images i need ...
0
votes
2answers
31 views

Loop not working in package

I have two tables :- Person and bank details Person table :--- person_id employee_number 393829 X1029 648494 x9494 393939 X2299 Bank details :--- person_id ...
0
votes
1answer
177 views

Oracle SQL Developer debug error - “The file-based source <Package Name> is not present in the database.”

I'm using SQL Developer to try to debug a package-level function. After I compile both the header and the body of the package for debug, I find my function in the source (which was loaded from the DB ...
1
vote
1answer
85 views

SQLDev limiting results

TIA for any help/advice/further reading. I'm trying to make SQLDev do a count of how many packages customers have had and then only show the top 10 of those results. So I have this.... select ...
0
votes
0answers
153 views

Internal error on Oracle SQL Developer 3.2.20.09

I am trying ton insert few data on my existing table but it's showing internal error on all tables. Here is my simple insert into code where sql developer shows the error: Insert into STUDENTS ...
0
votes
1answer
326 views

Importing sql history into sql developer [closed]

I recently upgraded to Windows 7 from XP, and downloaded the most recent version of SQL Developer. I exported my sql history and have a large amount of xml files. Is there a way to import the sql ...
1
vote
2answers
325 views

SQL Developer Shortcuts

I am using SQL Developer to connect to an Oracle DB. I would like to be able to see the constraints of a table via the command window. Usually I have to navigate the tables tree and then open the ...
0
votes
1answer
175 views

How to optimize data fetching in sql developer?

I am working on Oracle SQL Developer and have created tables with Wikipedia data, so size of data is very huge and have 7 tables. I have created a search engine which fetches &display data using ...
0
votes
0answers
672 views

CSV data import using sql developer [closed]

I have installed SQL Developer and want to create database of wikpedia-miner CSV's. I want to import data but the problem is that the number columns are not constant in all the rows hence not able ...
0
votes
2answers
3k views

Oracle SQL Developer, how to open table/view by clicking/double clicking on its name in worksheet?

The Oracle SQL developer is what I use these days and it is missing some of my previous tool (IB Expert, great tool by the way) functionalities. 1.How is it posible in SQL Developer to open ...
0
votes
2answers
82 views

Sum across different tables

I am new in SQL, got a problem to get a sum in 2 different tables like this: table_transac ---------- date qty remarks table_depot ---------- date qty remarks under remarks in both table have data ...
1
vote
4answers
1k views

Function in Oracle to Get time along with a Display Message :)

Hey I tried It for a lot of time but I cannot fix this simple program to work for my personal website.I want to extract the current time and display a message with it. Like The current time is: 12:00 ...
3
votes
4answers
683 views

Is there a way to negate a WHERE clause in SQL?

This is my base query select distinct a.projects , case when(billing_fy!=0) then(select round(((sum(cost_project)/(sum(billing_fy)/((10/12)*365)))),2) from table1 b where a.projects ...
0
votes
1answer
309 views

Oracle Sql-developer issue with viewing table's tabs for data, constraints, columns etc

I can access my database and view all tables list with Oracle SQL Developer. But when I click on a table and try to view list of tabs for data, constraints, columns etc... I don't see anything on ...
1
vote
2answers
713 views

How to display 0 if the count of distinct values is null?

My table has X distinct vendors,each of those vendors has Y objectives (including none) vendor varchar2(100), location varchar2(100), type varchar2(100), rating varchar2(20), control_objective ...
0
votes
2answers
2k views

Import and Export Data plus schema using SQLDeveloper 3.0.04

i am newbie to oracle and i like to export database from remote database and import it on local machine. eOn both machines i have oracle 10.2. I need to know how to export/import schema and data from ...
2
votes
3answers
7k views

How copy data from Excel to a table using Oracle SQL Developer

Is there any alternative way to copy the data from Excel sheet and paste it into a table using Oracle SQL Developer!? For now I am using (PL/SQL Developer) by writing (for update) at the end of the ...
0
votes
2answers
3k views

Setup sybase DB connection in SQL developer?

Can we connect to the sybase db server using SQL developer. If yes what are the configuration settings we need to make? Can we use the same tnsname.ora file in the Oracle directory or do we need ...
0
votes
1answer
143 views

Row level security using SQLDeveloper tool --ORACLE

I am unable to see the RLS policies applied on sechema/table using SQL Developer. Earliar I have been using TOAD, in which I can see the RLS policy under Script tab. Can anyone suggest to to see/edit ...
0
votes
2answers
68 views

Looking for a simple way to search in Oracle for a ID/Text [duplicate]

Possible Duplicate: Oracle Search all tables all columns for string I'm looking for a simple way to search in Oracle for a ID/Text in all tables. Any ideas? I'm using currently SQL ...
4
votes
7answers
13k views

Oracle SQL Developer - tables cannot be seen

I was using SQL Developer 1.1. I have recently upgraded to SQL Developer 3. After the upgrade, I noticed that some of my connections do not show their tables. I can do a select on the tables and the ...
0
votes
1answer
813 views

Oracle SQL Developer SQL Tab is blank

I've searched through all of the responses on SQL Developer and I haven't found a response that matches this question. I need to be able to see the SQL for a table/view etc by clicking on the sql ...
4
votes
3answers
472 views

I have problem to connect oracle DB with SQL developer

I try connect to my oracle db with oracle SQL developer and received that message: pic (pictures 1 and 2) if i try connect with sql plus, all well. command : select userenv('LANGUAGE') from dual; ...
6
votes
5answers
6k views

Run 2 queries at the same time on Oracle SQL Developer?

I need to retrieve quite a bit of data from our oracle DB and to do so I need to run 20+ queries. Is there any way to run more than one query at a time on the same connection? I tried using / to ...
1
vote
1answer
883 views

Why does 'Generate DB DOC' in SQL Developer fill my filesystem with Flashback data

SQL Developer : 2.1.1.64 When I generate DB doc on my tables my file system fills up with files like _Flashback.html. How can I prevent this? Who on earth might be interested in this data as part ...