| Thread | Last Post | Replies |
|
| Can Check Constraints be Reused for Multiple Columns? | 15 Aug 2005 11:07 GMT | 14 |
I have a bunch of columns that are a CHAR(1) and should only contain "Y" (for Yes) and "N" (for No). Instead of creating a separate check constraint for each and every column, is there a way to set up one check constraint and reuse it for
|
| Weird extent sizes in locally managed tablespace | 15 Aug 2005 07:52 GMT | 4 |
I created a tablespace with the following parameters. extent management local autoallocate segment space management auto Under this setting Oracle will extend in increments of 64k, 1m, 8m, and
|
| RMAN log sequence not found. | 15 Aug 2005 06:54 GMT | 6 |
We switched to RMAN managed backups. Prior to this we deleted archivelogs by means of OS. Now I made database backup, and then archivelog backup. I tested if I can restore archivelog from backup and I have got thes message:
|
| DROP A DATABASE - urgent help please | 15 Aug 2005 05:40 GMT | 2 |
i need to drop a database asap as i cannot mount the oracle instance. my trouble started when i tried to rename the database using the DBNEWID utility. nid target=sys/pwd@mydb dbname=mydb2
|
| Why login db fail? | 15 Aug 2005 02:50 GMT | 4 |
I am using Oracle 8.1.7 standard edition. I have a database instance, and I can login to it with "sqlplus username/password@dbname", but when I login with "sqlplus username/password", login fail and error message is:
|
| check store proc running | 14 Aug 2005 21:19 GMT | 2 |
May I know how can I check what store proc are currently running on the oracle ? Best Regs
|
| ORA-39125 : Worker unexpected fatal error | 14 Aug 2005 15:13 GMT | 1 |
i was using oracle 10g datapump for exporting my schema. i was able to export and to import the same schema and i have done it sucessufully many times... now when i try the same thing it shows following error ORA-39125: Worker unexpected fatal error in KUPW$WORKER.
|
| Urgent -Formated windows and need to restore | 14 Aug 2005 14:55 GMT | 6 |
My windows has formatted and now I have only my oracle useless files.My last backup is about 1 week old so I want to restore datafiles without using that backup and just by datafiles and controlfiles and ... Do you know how is it possible? Can I install new oracle and create a
|
| ORA-00911: invalid character when executing INSERT statement with ; in TOAD | 14 Aug 2005 04:18 GMT | 3 |
In TOAD, when I execute the following INSERT statements with semi-colon in the end, I will get error "ORA-00911: invalid character" INSERT INTO T1 (A, B) VALUES ('Joe','1001');
|
| [Oracle] server IP adress and port | 13 Aug 2005 21:33 GMT | 7 |
How can I get information about server IP adress and port number using SQL? I know sys_context function but using it - I can get info only about session. The view v$instance give me name of server host - but I need IP adress and port...
|
| Baffling SQL failure in Oracle - anyone explain? | 13 Aug 2005 21:09 GMT | 5 |
In response to a post on comp.databases I did a bit of testing and found a very strange result. This works in Firebird (and something similar apparently works in MySQL)
|
| Generate flat file with fixed layout from Oracle tables | 13 Aug 2005 20:40 GMT | 3 |
I am trying to generate a flat file with the following layout from an Oracle table: Column Start End Length -------- ------- ----- --------
|
| differences between Oracle 9i/Oracle 10g/Enterprise Edition/Standard Edition | 13 Aug 2005 17:16 GMT | 1 |
I'm looking for a list about feature-differences, hardware-requirements and prices. Where can I find this type of overview? Greetings
|
| fresh dba | 13 Aug 2005 16:09 GMT | 3 |
I am a fresh dba. I have a problem that if the database crash, what procedures should I do? 1. try to "startup" the database again. 2. if "startup" failed, check what problems in the alert log file.
|
| Swap Space needed on Solaris 8,10 | 13 Aug 2005 01:59 GMT | 3 |
Most of the documentation you see about setting swap space for an Oracle box states that swap should be equal to RAM. With the size of RAM now days getting to 64Gig or more, is this really a requirement? Is there a good standard to follow?
|