| Thread | Last Post | Replies |
|
| ORA-12514 | 09 Jul 2008 16:43 GMT | 2 |
Have a 10g database on Solaris. Need to connect with an ordinary unix user ie not oracle. can connect with sqlplus username/password
|
| Inconsistent multi-block io | 09 Jul 2008 15:56 GMT | 7 |
I'm on 10gR2 on AIX with ASM. have DB_FILE_MULTIBLOCK_READ_COUNT=16 in spfile. but still see different block size for "db file scattered read" ranging from 2 to 16. Can someone explain why its ranging from 2-16? Shouldn't DBRC always be followed if it's set in SPFILE?
|
| LIKE operator on CHAR column when there is no wildcard character | 09 Jul 2008 09:57 GMT | 11 |
We are trying to upgrade our database from Oracle 9i to 10g. We have a CHAR(30) column in a table. When we perform string comparisons using '=' operator (Eg.....where col = 'XYZ' ) the trailing spaces are ignored, which is perfectly
|
| create two database | 09 Jul 2008 01:51 GMT | 5 |
I created two database but I have some problem : 1.How I can startup two data base or one of them ? 2.After create second database the listener is point on first data base ,How I can start listener for second database ?
|
| Weird Query | 08 Jul 2008 23:34 GMT | 3 |
I have a query which is this: SELECT cnt || ':' || t_id cnt_t_id FROM (SELECT COUNT(*) cnt, t_id FROM zc_body zb, zc_type zt
|
| Could I use user defined function in default value of a column? | 08 Jul 2008 20:15 GMT | 2 |
I wanna add a default value which from a user defined function.But oracle raise an error. Could I do that? if I could, how? Thanks a lot
|
| "add databases to tree" dialog box not appearing | 08 Jul 2008 19:23 GMT | 2 |
We are running OEM 8i on a WINDOWS 2000 box . When we click on file/add database to tree, nothing happens. It used to work. Is there some log we can look at ?
|
| create database fatal error | 08 Jul 2008 19:00 GMT | 50 |
I am having some serious problems with my create data procedure. After the CREATE DATABASE statement i run the catalog.sql and catproc.sql scripts. During the catproc script it after a while encounters a massive amounts of errors ending up in a fatal error whihc terminates the
|
| Last sync of a context index | 08 Jul 2008 13:43 GMT | 1 |
how can I find out when the last synchronization of the context index was done? I'm using the ctxsys.ctx_ddl.sync_index package. In dba_objects I can see the creation date of the context index, but not the last usage of the ctxsys.ctx_ddl package.
|
| Differences in BULK COLLECT between 9i and 10g? | 08 Jul 2008 08:47 GMT | 5 |
Oracle 9i 9.2.0.1.0, Windows XP Pro In playing around with the 9i on my desktop I've come across something which has me a bit baffled.
|
| dropping a column in a production database | 07 Jul 2008 22:44 GMT | 9 |
Is this a safe operation? According to the docs, it should be. Any contraindications? (Oracle 10.2.0.3 on SUSE Linux) Thank you. Kind regards, Y.
|
| ORA-01157 | 07 Jul 2008 20:32 GMT | 2 |
Have a tablespace to repair - its a new database so dataloss no problem. The guy who created it originally is "not available" I get this error:
|
| What is "automated batching of data from computer to computer" in Named User License? | 07 Jul 2008 20:24 GMT | 3 |
I have Oracle Sales too, but if you could let your light shine on what the following line from the Named User Plus license means/implies, it is appreciated (http://www.oracle.com/corporate/pricing/eplext.pdf). "Automated batching of data from computer to computer is permitted."
|
| Error updating materialized view | 07 Jul 2008 17:30 GMT | 1 |
I'm trying to update a materialized view: EXECUTE DBMS_MVIEW.REFRESH('NED_PRODUCT_CARD_MV', 'C'); This commands hangs for a very long time (no idea if it'll ever complete). Hm, reminds me of the halting problem.
|
| ASM I/O size | 07 Jul 2008 17:11 GMT | 2 |
I'm running under 10.2 database on AIX5.3L I have disk group ASM_DATA which has 100 SAN equi-sized (256GB) disks/ luns. with MBRC of 16 & Block size of 16K , When I read a table of 10GB via FTS, what should be my I/O size/lun ? Should my I/O size be
|