| Thread | Last Post | Replies |
|
| Is this possible with "execute immediate" | 27 Apr 2006 14:44 GMT | 22 |
Want to call target procedure using dynamic SQL. Target procedure is defined thus: create or replace package vr is procedure form_1
|
| Feeling like a newbie .. whither OEM for 10.2? | 27 Apr 2006 13:22 GMT | 6 |
Oracle 10.2.0.1.0 on Win2k3 Poking around on this one, having never laid my eyes on 10.x before last week. This was a 'shook it out of the box, all defaults' installation. With a little work I was able to figure out how to get
|
| Oracle 10g - Display database data, edit it and write back to database | 27 Apr 2006 12:00 GMT | 8 |
I would like to find an application which allows me to read data from a database (object-relational database schema), display it visually, make it editable and offer me the opportunity to write changed data to the database.
|
| dbms_output in PROC | 27 Apr 2006 09:57 GMT | 1 |
i'm quite a newbie in Pro*C. I have a Pro*C program that calls a stored procedure. I would like to trace to debug my stored procedure (already tested in SQLPLUS) in that pro*c context.
|
| 10g ASM | 27 Apr 2006 09:51 GMT | 7 |
I'm evaluating 10g ASM under AIX 5.2. Drop partitioned table drops the table but some ghost partitions remain. Is it an ASM bug ? Someone have experienced this ?
|
| Partitioned Table! | 27 Apr 2006 09:46 GMT | 2 |
I am trying to find the key which is used to partition the tables given by following statement. Select table_name ,PARTITIONING_TYPE from all_part_tables; Is there any SQL statement which can help in this case??
|
| Join Table Across Database | 27 Apr 2006 07:10 GMT | 2 |
Is there any service in oracle to join the remote table realtime( each table located in the different DB and different network)? Location A has information about the customer information, Location B has information about the purchase info( number of
|
| Setting SQL trace on another session | 27 Apr 2006 00:19 GMT | 3 |
Db : Oracle 9.2.0.7 standard edition I recently tried to set sql trace session for a session, and had an issue with trace file not being big enough. Steps that I performed are:
|
| Performance Problem | 27 Apr 2006 00:17 GMT | 17 |
I am facing a very weired problem in performance. The particular query is running on and on .... I think I should try Full Scan on tables Particularly Voucher Tables and Join should be Hash Join rather than nested. Any help would be greatly appreciated.
|
| Strange bug in 10.2.0 involving merging rows from one table into another | 26 Apr 2006 21:38 GMT | 4 |
I have a table with about 180,000 rows and 50 columns, and another table which has an identical structure but is empty. The source table has no indexes or constraints; the destination table has a primary key that is a combination of varchar2 and number columns.
|
| Display compute label on noprint column | 26 Apr 2006 21:29 GMT | 2 |
SQLPlus newbie here. I found many references on how not to print compute label by using a noprint column. All fine and good, but how about I want to see that label, even if the column I`m using is really one I want with a noprint option?
|
| Best Oracle configuration for HP DL585, six 6402 controllers and 42 disks? | 26 Apr 2006 21:26 GMT | 6 |
Case: A new HP DL585 server dedicated to Oracle database use. Equipped with two AMD dual core processors (upgradeable to four CPUs if CPU becomes the bottleneck). Initially 16 gigabytes of RAM, more RAM will be added if required. Red Hat Linux 4 AS. Four internal 15k 146 GB U320
|
| struggeling with replication | 26 Apr 2006 20:12 GMT | 8 |
Am in the midst of trying to relocate 2 databases involved in a replication environment. In the new location, the master site is running Ora 8.1.7.4 EE on Solaris 9. (Yes, yes, I know! ) The MV site is running 10.2 on Win2k3.
|
| Passing array values into pl/sql procedure via a URL | 26 Apr 2006 19:22 GMT | 2 |
I thought I had this all sorted out..... Created a type: create type vc2000_array as table of varchar2(2000) /
|
| QUESTION: Do standby db's still 'work' if they're shut down? | 26 Apr 2006 19:09 GMT | 2 |
Hey, all. I'm working through configuring a standby database under 8.1.7.4 for reporting purposes. It works, which is nice. I'm now just working through various scenarios
|