| Thread | Last Post | Replies |
|
| get body of stored procedures and functions? | 16 Aug 2007 20:11 GMT | 9 |
How can I get the body of stored procedures and functions? I would like to extract some documentation embedded in the comments. Many TIA!
|
| Insert multiple rows with a single statement | 16 Aug 2007 16:50 GMT | 16 |
All, does PL/SQL support inserting more than one row with a single statement, similar to what mySQL has? I looked around but couldn't find anything regarding this. I'm assuming that a single insert to insert, say 10,000 rows would be
|
| Syntax for simple (?) pivot with MODEL clause | 16 Aug 2007 15:51 GMT | 5 |
Dear Experts, I'm looking at the MODEL clause in 10G, and reading a number of articles on it. All I want to do is a simple pivot, with no hardcoding
|
| Oracle function returning rows | 16 Aug 2007 15:42 GMT | 1 |
How can I write an oracle function that can return a set of rows? this is what I am doing now. It doesnt work. create or replace FN_ABCD (
|
| run a shell script on red hat linux | 16 Aug 2007 14:22 GMT | 4 |
Here is my environment : Oracle 10G release 2 on RED HAT LINUX ENTERPRISE. I have a shell script (.sh) with an Oracle export and a ftp command to transfer the file *.dmp to an other machine. When i execute this
|
| Rman 9.2.0.6 (RMAN-06026: some targets not found - aborting restore) | 16 Aug 2007 13:36 GMT | 4 |
I have a question concerning rman on oracle 9.2.0.6 I've made a backup of archivelog with this command backup format 'f:\test_archivelog_d1008_h0955.bck' (archivelog all delete input) ;
|
| unable to edit procedures | 16 Aug 2007 13:29 GMT | 9 |
hi, we have Oracle 10g db on Solaris. All of a sudden the developers are unable to edit the procedures in the db. Nothing is changed and I restarted the db and still the same. So I shutdown, then in mount stage I issued alter database open read write. But still the
|
| Reports in OLTP system | 16 Aug 2007 13:06 GMT | 10 |
Let's consider an accounting application for small businessess. It is a web based application with about 2000 users issueing invoices and making lots of other business transactions. In the same time they want to view tax reports, generate tax declarations and see general
|
| Oracke Libraries Mismatch | 16 Aug 2007 12:33 GMT | 1 |
Our C++ application is built with Oracle 10.2.0 client libraries, whereas deployment environment has client libraries 10.1.0, also server version at deployment is 10.1.0. Our application crashes very frequently which accessing Oracle database.
|
| find out what privileges needed - where to look up? | 16 Aug 2007 10:10 GMT | 5 |
is there any short reference what privilege you need to run a statement. For example: when I run 'CREATE FUNCTION' what privilege I need?
|
| vowels in oracle | 16 Aug 2007 09:51 GMT | 13 |
Can somebody give help with a sql statement that retrieves the count of vowels in a semtence... Write a select statement that returns the number of vowels in the sentence
|
| Wasted space inside LOB and strange problems releasing it. | 16 Aug 2007 08:30 GMT | 4 |
so my situation here: 10.2.0.3 with RAC (one node) SunOS 5.9 sparc 64bit There is a table with a NCLOB type field. The table and the LOB
|
| hash value - function | 16 Aug 2007 01:27 GMT | 10 |
Is there any function (10g) that would return a kind of hash value, I was thinking of getting one value for the whole table. My idea was to concatenate all the columns (5 columns there not very big around 10chars each) get a numerical hash value.
|
| PL/SQL Permissions | 16 Aug 2007 00:41 GMT | 2 |
I've created a table, say tbl and a PL/SQL function fcn that I want to share with a friend. I used the following: GRANT SELECT ON tbl TO friend; GRANT EXECUTE ON fcn TO friend;
|
| Core files of Oracle and Security | 15 Aug 2007 17:04 GMT | 4 |
Has anyone delt with Oracle core files and the information in the core files. I understand that the information is different based when the core was dumped. From security presepctive, is there a chance that it could contain lot of data stored in SGA or any data for that matter?
|