| Thread | Last Post | Replies |
|
| STARTUP failed | 10 May 2005 13:45 GMT | 2 |
I cannot start my database using STARTUP in sqlplus. SQL> STARTUP ORA-12162: TNS:net service name is incorrectly specified What maybe wrong here?
|
| How to get first record of each item only ? | 10 May 2005 13:43 GMT | 7 |
>From below table want only the first value of each item id. and how to get it, tried to use top n function in select statement it takes only the first record. itemid qty
|
| SQL Query | 10 May 2005 10:21 GMT | 3 |
This is probably easy and I'm missing it because I'm a little sleep-deprived this month, but: given the following table 'test': name group salary
|
| executing sql code with SQLPlus | 10 May 2005 09:27 GMT | 9 |
I try to execute PL/SQL script from a file using the SQLPlus command shell. But it doesn't seem to execute the script that might be buggy (despite the fact, I've tested it in the SQLWorkSheet), I removed all the blank lines that may cause SQLPlus to down..
|
| HS connection to SQL*Server | 10 May 2005 05:58 GMT | 3 |
We are currently using Oracle DB 9.2.0.5 on Windows 2000 Advanced Server and we use Oracle's generic connectivity for heterogenous connections to a non-oracle source(SQL*Server) to perform DML operations to and from the foreign system.
|
| Can one create a type (domain) and see it in the OEM type dropdown lists? | 10 May 2005 00:20 GMT | 17 |
We want to create a field F of type varchar(6) for use in one client's version of our software, and then the same field F of type varchar(12) for use in another. What's the best way to go about doing this. Neither company want to use the alternate size field definition.
|
| [Q] recreate role on another database?? | 09 May 2005 23:56 GMT | 2 |
We have a ORACLE role with 50 different object privileges grant to it. Does there has way to generate a script which I can bring this script to another database and re-create it? Thanks.
|
| Bulk Collects with JDBC | 09 May 2005 23:25 GMT | 3 |
Has anyone been able to use a bulk collect with a stored procedure that returns the results to JDBC? I had to use table%rowtype for a 'select into' in the stored procedure and it is only visible in the package.
|
| Migrating Oracle from AIX to W2K3 | 09 May 2005 22:42 GMT | 1 |
I have some specific questions on migrating a Oracle 8.1.7 database from AIX to Windows. I know something very similar has been asked before, but I can't seem to get some unique recommendations on where to start.
|
| distinct with <> | 09 May 2005 22:31 GMT | 12 |
i am trying to extract data out from an oracle server and am having a tough time with the most basic sql statement. when i run SELECT distinct tcof.EML_ADDRESS from test.EML a,
|
| TOAD tablespace-map? | 09 May 2005 21:56 GMT | 2 |
I recently tried to use the view "DBA/Tablespace Map" in TOAD, but I am not sure how to interpret this screen. What puzzles me is: e.g. that we have a tablespace that by
|
| LDAP Query for Oracle | 09 May 2005 21:29 GMT | 3 |
I have the following code in my procedure: retval := DBMS_LDAP_UTL.get_group_membership ( my_session, user_handle, DBMS_LDAP_UTL.DIRECT_MEMBERSHIP,
|
| Is commit necessary | 09 May 2005 21:12 GMT | 6 |
I use both SQL Plus and SQL * Plus work Sheet I inserted records via SQL Plus and when I run the query Select * from test works well But the same query does not produce the result when running work sheet
|
| mass deletes | 09 May 2005 20:13 GMT | 6 |
Hello *.*, is there a possibility to tune mass deleted on a table, that is linked to by many other tables using foreign keys. These tables have about 100-200 times more records than it, not null links.
|
| DB connectivity | 09 May 2005 19:55 GMT | 13 |
I am in the procees to implement private area to our main webstite on the internet. The private zone will allow authorized individual person inside and outside the country to view his/her own data and transaction
|