I want to create a case-insensitive index. I found an exemple on the net, but this doesn't seem to work.
Here's my case:
SQL> create table books (title varchar2(10),price number(2));
Table created.
SQL> desc books
Name Null? Type...
Metalink is at: http://www.metalink.oracle.com/ , but you have to register. There is a wealth of Oracle articles, documents there.
Regarding my initial question, I have read several articles, FAQs etc but have not found an answer. I use the old-fashioned CONNECT INTERNAL since.
Due to 'accident' we lost the file "owsctl" (Oracle Web Appl Server), version 3.0 for AIX platform, needed for Oracle APPS 11 (not 11i).
Can someone please send me this file ? We can't restore it in short term.
You can send it to: mockenrue2000@yahoo.com
I will update the thread as...
We have custom messages defined in Oracle APPS 11. Each message is defined in 2 languages: US and D.
After generating the message files US.msb and D.msb we want to upload the D messages on another server using the FNDMDGEN utility with the RUNTIME_TO_DB
option and the correct D parameter...
Problem:
Query retrieves one record, but when I use the exact same query as subquery
the master query returns no rows.
Example with EMP table:
----------------------------
SQL> select e.job
2 , e.mgr
3 , e.sal
4 , e.comm
5 , e.deptno
6 from emp e
7...
Does anyone know some good articles on deadlocks (not wait locks) in Oracle
on the web ?
DBA frequently reports listings like this:
>>
*** 2003.04.17.09.16.54.000
*** SESSION ID:(354.144) 2001.04.17.09.16.54.000
DEADLOCK DETECTED
Current SQL statement for this session:
UPDATE ...
----- PL/SQL...
I have successfully installed 8i Personal Edition rel 3 (8.1.7) on a stand-alone
Windows98 PC. I can start instance and database, however only when using the
INTERNAL login.
According to Oracle documentation the preferred login is:
connect / as sysdba
However doing so results in...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.