I am using PL/SQL Developer and i have written a procedure to run a report and i need to procedure 开发者_StackOverflowto output the resultset.
My requirement is to read a file and fetch some data from each line. for eg:suppose my file conatain this data:
I have to make a program that will use fseek to read data from pirticular position. i have to read data line by line,and in pirticular line i have to use fseek to read data.
IF i have to compare two cursors and retrun unique vals how do i do that example CURSOR c_stock_option IS
Write a program to read in a number and print it out digit by digit, as a series o开发者_StackOverflowf words. For example, the number 523 would be printed as \"five two three\".Use decode function w
Im looking at the following two ways of retrieving a value and storing it later via an insert statement. i.e. via Pl/SQL cursors or via direct SQL.
I\'m running some queries in PL/SQL Developer, and one of the columns in the result has 18-digit numbers. Instead of displaying the entire numb开发者_StackOverflower in the resulting grid, PL/SQL Deve
I am trying to run this code below using Execute Immediate but its not working andvalues are correct.
I am really having very hard time making PL/SQL developer PL/SQL Developer work on my windows 7 64-bit OS. I have Oracle 10g standard edition installed already. I tried with PL/SQL developer version 7
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.