| Thread | Last Post | Replies |
|
| Help! Tue SGA_MAX too large! Database cannot start! | 14 Jul 2008 20:34 GMT | 8 |
Hi!, I tuned the SGA_MAX to 3G. Then, the database could not startup! How can I do now! Help! Ming
|
| Oracle 10 admin question | 14 Jul 2008 20:27 GMT | 1 |
How to get the DB activity report (like sar in UNIX), like number of queries, history of queries, % utilization of SGA_TARGET, % utilization of CPU, %IO, etc from within Oracle 10. Can the info be obtained via sql queries against Oracle admin views? I
|
| db_file_name_convert | 14 Jul 2008 19:12 GMT | 1 |
Been looking for documentation to answer this question but haven't found any so I thought I'd ask here. Suppose you have two sets of file name conversion strings in db_file_name_convert for a database that you're cloning. What happens if
|
| Best chip for Oracle AMD, INTEL, SPARC | 14 Jul 2008 18:26 GMT | 6 |
I know you are going to say that it all depends on the O/S, but if you can forget that for the minute, does it matter what the CPU is when your are compare the Intel Xeon Quads, AMD Quads and Sun SPARC chips. Does the cache make a big difference, since you think then SPARC /
|
| Is 11g ready for Production....? | 14 Jul 2008 13:41 GMT | 7 |
We are considering upgrading our Enterprise Edition database from 10gR2 to 11g. My instinct tells me that its a bad idea to upgrade to the first release of a major version. I've been burnt in the past by upgrading
|
| Raw devices /dev/raw missing after reboot? | 13 Jul 2008 22:21 GMT | 3 |
I'm running Oracle Linux and I'm trying to create raw devices from our EMC San. I added entries to /etc/sysconfig/rawdevices after fdisking the emcpowerx luns:
|
| trouble with insert | 13 Jul 2008 16:14 GMT | 6 |
This should be so simple, yet it is not working. I am trying to do an insert into a table where the values inserted are gathered from a select from another table. This form works: insert into table2 (select fld1, fld2, fld3 from table1 where blah)
|
| Select max within max | 13 Jul 2008 11:41 GMT | 10 |
10.2.x on Linux ... Is there a "neater"/more efficient way of selecting the maximum value for a column based on the maximum value of another column. Gods that reads poorly, I'll try an example ...
|
| execute the queries that do the record count in sqlplus | 12 Jul 2008 18:23 GMT | 2 |
I have a script test1.sql that has the queries that do the record count in the tables. When I run the script in SQLPLUS using @C:\test1.sql, I only got the result, but I want to print the queries too so that I know which
|
| exists or limit | 11 Jul 2008 18:40 GMT | 7 |
I need to test if an entity exist in a document set. For instance, test if there is any "Location" in a given set of 42 documents. I don't need to retrieve the actual rows, the count or whatever, but just the existence. Query A (get all Location in the corpus):
|
| Few big or many small datafiles per tablespace? | 11 Jul 2008 16:37 GMT | 5 |
We are on 10.2.0.4 on Linux SLES-10 (64-bit) and we are analyzing the IO setup of an OLAP/DWH system (about 800GB in total). We have a large table of about 50 GB in size and it is stored in its own tablespace. Now the question comes up whether few big (say 2 x 25GB) or many small
|
| nested select problem | 11 Jul 2008 15:52 GMT | 1 |
I have a statement that executes in SQL*Plus but not within Pro*C. I'm guessing it has to do with where the nested select is (I know it works from the where clause) SELECT foo, (SELECT bar from baz where id = 1) FROM table1 WHERE ....
|
| Recompiling invalid objects with a batch file | 11 Jul 2008 15:45 GMT | 12 |
Is there a way to write a sqlplus batch file to "recompile all invalid objects", or at least compile a specific object? I know the capacity exists in TOAD but I have no idea what's going on behind the scenes... Thanks!
|
| Encrypting columns for some users | 11 Jul 2008 12:01 GMT | 4 |
10g Here is an unusual need: some users with read access to a table must see the data in some specific columns as gibberish, while other users still must be able to see them as clear text. It has to work with
|
| Oracle with Crystal Reports 11.5.3 | 11 Jul 2008 01:42 GMT | 3 |
I am trying to develop a report to call an oracle stored procedure contained within a package and am having major trouble in that crystal cannot seem to determine the output ref cursor at all... I think I have tried just about everything!!!
|