Visit Experts Exchange from your mobile device to search, ask, and monitor your questions. Never lose touch again.

Preview From Your Desktop
 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Time Tested Oracle 3rd Party Tools Solutions: 126 - 150 of 401
 
I received an oracle dmp file together with a log file which was generated using the oracle export utility.  I have been trying to import the schema and data into my oracle database using TOAD...
<a href="/Q_21757927.html">Question</a> Hi, I’ve made some changes to the form and it sorts the columns, but when I click the button for the second time it gives me the ‘Unable to perform ...
Is it possible to exp database schema using lower (8.1.7) version exp from a higher version database server (9i)? What is the easest way to move data from 9i to 8.1.7? Thanks g
I know utl_http can be used to call a URL. I need to write a stored function to ping a URL with a timeout:    ping(varchar2 URL, number timeOut) return number; The stored function shou...
I have a cursor in a report that needs to rank the results per column.  My column is a variable supplied by the user.  The code is as follows... DECLARE v_srt_by1    varchar2(12)    := n...
I have a small question on recursive sub programs in Oracle. I have a one procedure xx_FIRST with one parameter. In this procedure at circumstances I need to call the same procedure with diffe...
Mabe coul someone help me to get arround such an error?? PDE-PXC002 Program unit execution aborted due to unhandled exception (100501) Solveiga
I have lately used net manage ($ORACLE_HOME/bin/netmgr) to set the listener password to abcd. Now if I try to stop the listener at the command prompt, this is what happens: $cd $ORACLE_H...
How can i store PDF file into database using BLOB Datatype? How can i insert and retrive PDF files into and from database using BLOB Datatype with front-end Developer 6i?
How can I link  Microsoft Visual SourceSafe 6.0 with Toad for Oracle 8.6.1.0 such that I have source code version control for my database objects?
Hello experts I want to display a horizontal scroll bar in th detail block which has 8 fields in tabular format with 10 records and dont' know how to. Please advise.
Windows Vista - Service Pack 1 Rating - 4.9 Processor - Intel Core 2 Quad CPU    Q6600 @ 2.40GHz  2.40 GHz Memory (RAM) - 8.00 GB System Type - 64-bit Operating System Oracle Forms: 10....
I have a form which has three parts, a key block and two data blocks. The first data block is connected to a table called majors. The second data block is connected to a table called course. T...
Hi, I need some info about Oracle Package Variables..can anyone recommend a good site. Let me explain my problem a bit... I am calling one procedure in an Oracle Package which is using Pac...
I have following coed. It compiles but at runtime it gives me: FRM-30085 Unable to adjust form for output. My code: declear b_copy boolean; Begin b_copy := WebUtil_File.Copy_File('c...
Hi I have this code: Resultset rs1; rs1 = stmt.executeQuery(" select  text from user_views where view_name = 'my_view'); now the text column is a Long datatype in Oracle getStri...
I'm running a master form and I query records.  Then I click on a button which then passes the primary ID by calling a detailed form.  If based on the primary ID (which is the foreign key to t...
Hei again, I have one big broblem in understanding... I have module with to data blocks (master and details). I created one button to delete a record. If i write delete from my_sch...
my coworkers and i are absolutely stumped on this one.  we had a table in existence for over a year that we performed the same PL/SQL procedure on many times.  recently we added two new column...
Hi: I am using Import / Export Wizard in SQL SERVER 2000. When copying tables into SQL SERVER from Oracle database I receive the following error: ORA-01652 Unable to extend temp segment...
How do I commit one block of a muti-block form in Oracle Forms?  I know that the COMMIT command commits the entire form, but I have a requirement to commit only one block. Please help!
Hi all.. need help for frm-40200 I executed query using do_key('execute_query) in oracle form. after it display the value, I need to create a button that allows update the items. But it ...
I was trying to insert data from a XML file into oracle table using XSU. Can any one give any tips or pointers for this? ------------------------------------------------------- I'm using t...
I have a .csv file that I want to load into Oracle using SQL*Loader.  This data file contains quantities over time.  The first row is a header row which contains name of the columns as well as...
Is there a way to generate oracle report in pdf format