| Thread | Last Post | Replies |
|
| Newbie:Spool file | 18 Jun 2005 11:10 GMT | 5 |
I am learning SqlPlus and I wonder if there's a way to append the some of my SQL practice into the same file? I mean, I would like to something like the following
|
| returning the number of rows. | 18 Jun 2005 05:59 GMT | 1 |
Is there a way in sqlplus to return the number of rows fetched every time a select statement ends? For instance: SQL> select * from pets; --pets is a small table with less than 20 rows
|
| Oracle database permissions | 18 Jun 2005 01:06 GMT | 2 |
Can someone tell me how I can view a specific users permissions in Oracle 8.1.7? I want to know all the tables a specific user has rights to. Any help would be appreciated.
|
| Anyone use the Automatic Shared Memory Management in 10g | 18 Jun 2005 00:57 GMT | 12 |
I am planning to upgrade(migrate) from oracle (32bit ,solaris) 8.1.7.4 to oracle 64 bits 10g sometimes soon. Just curious whether anyone using 10g on a unix system and using the new "Automatic Shared Memory Management" and
|
| 9.2.0.6 patchset failure | 18 Jun 2005 00:53 GMT | 5 |
o/s: HP-UX B.11.11 Oracle: 9.2.0.5 Applying the the 9.2.0.6 patchset and run into a weird relink error. The installer runs a make which in turn runc cc and ld - and ld
|
| GB Datafiles on W2K3 server | 18 Jun 2005 00:11 GMT | 7 |
What is the max datafile size recommended? I have a Windows 2003 Server, with 6 145.5 GB drives acting as one 880GB logical drive. If I need a tablespace to be 150 GB, is it best for one 150 GB datafile or five 30 GB datafiles? Or somewhere between?
|
| Any good monitor script for LOCKED object V$LOCK | 17 Jun 2005 23:52 GMT | 9 |
Do anyone or any good site has: I need to find a better lock monitoring scripts to get segment info, etc. Thanks,
|
| Index Usage | 17 Jun 2005 23:03 GMT | 1 |
It seems I've searched for years on this one, on and off, but haven't ever found an acceptable answer. I have a table x with a single composite index created on columns a, b, c (in that order). I'm interested to know HOW MUCH of the composite index a particular query
|
| Time to create index | 17 Jun 2005 21:21 GMT | 4 |
Is there a way, based on the number of records in a table, to figure out an estimate on how long it would take to create an index? This table has about 4 million rows, and the index creation time took almost 20 minutes.
|
| comments in dump file | 17 Jun 2005 21:20 GMT | 5 |
I am doing an import from a dump file that includes comments, like so: ALTER TABLE "MYTABLE" MODIFY ("MYCOLUMN" DEFAULT 'N' -- this is a comment)" This results in failure for any such line. I would like to avoid having to do an 'imp SHOW=y" to get all statements like the above and ...
|
| script to find and move omf datafiles? | 17 Jun 2005 19:28 GMT | 7 |
hello group... my requirement is to write a sql script, that will move datafiles around. basically, what i need to do (since we're using omf) is retrieve the existing datafile location for a tablespace and rename it to the new location, where i'll move it. can i do this in ...
|
| ORA-00054 Question | 17 Jun 2005 19:06 GMT | 6 |
Howdy, We are trying to run some scripts to give us some detail and stats on our indexes. Whenever we run the script though, we get: ORA-00054: resource busy and acquire with NOWAIT specified
|
| App Server Standard Edition One? | 17 Jun 2005 15:37 GMT | 2 |
OracleStore (Canada English) has a reference to Oracle Application Server Standard Edition One. Visible on the 'User Minimums' pages, accessed by clicking on any 'minimums' link. However, I can't find any other suporting info - any clues about this?
|
| Lock Table | 17 Jun 2005 15:35 GMT | 4 |
How I can block a table, so that this is of read-only even for the owner user? And that cannot be drop table, without having to use trigers Thanks
|
| 99% IOWAIT with Oracle RAC 10g (10.1.0.4) on Linux | 17 Jun 2005 15:33 GMT | 25 |
Oracle 10.1.0.4 EE running on 2 node RHEL 3 cluster (Oracle Firewire Kernel) Shared Storage : Maxtor One Touch II It seems that periodically the I/O to the shared device seems to 'hang
|