| Thread | Last Post | Replies |
|
| Listener problem on 10g - db registration on non-default listeners?? | 03 Mar 2006 15:55 GMT | 8 |
I'm on Win2K SP4, running 10Gr2. I have a new database, and a default listener. I wish to create a second and third listener, listening on different ports. I initially tried manually placing the entries in the listener.ora file
|
| Python vs. PL/SQL for Oracle work | 03 Mar 2006 15:26 GMT | 26 |
Anyone here use Python rather than PL/SQL for writing DBA administrative scripts, etc? Is there a good module out there for Python that interfaces with Oracle? I know some PL/SQL from a while ago, but am now learning Python for
|
| Is there a better way???? | 03 Mar 2006 14:31 GMT | 2 |
Is there a better way of doing the following query? SELECT TESTASMAKE MAKE, MAX(total_cnt) Total, MAX(pass_cnt) Pass, TO_CHAR(ROUND(((MAX(pass_cnt)/MAX(total_cnt))*100),3))||'%' Pass_Pct, MAX(rej_cnt) Rejected,
|
| SQL query to get SID? (SID != service name?) | 03 Mar 2006 02:57 GMT | 3 |
Hi, this is probably a real simple question... If I can get a connection to the DBMS via SQL-PLUS, with the tnsnames.ora entry listing the service name, not the SID, is there a query I can run to get the SID? I want to make an oracle thin JDBC connection,
|
| Alter user and special char " in password : what is the trick ? | 03 Mar 2006 02:40 GMT | 3 |
this is what i use currently as password that contains special characters (Oracle 8.1.7) : alter user toto Identified By "@toto!;" I would like to insert a " in the password :
|
| online redefinition used too much undo segment? | 02 Mar 2006 22:49 GMT | 4 |
hi, all, I am testing online redefinition in oracle 9.2, and I found it used too much rbs segment. While redefine (start_redef_table), for my 2GB table, it used 1.4GB rollback segment.
|
| Need some sample queries to practice. | 02 Mar 2006 21:19 GMT | 1 |
I want to be master in writing queries. Could any one give me the path where I can get these kind of Q&A ? Ideally what I am expecting is, the page/link should contain few tables with sample data. Then based on the data a query list should be there,
|
| Latch process in Shared pool | 02 Mar 2006 20:57 GMT | 2 |
Can someone please explain or point out links to the latch process in shared pool. What I have understood so far is the steps are as follows: 1. In the process of searching a SQL text, It will first get data dictionary latch,
|
| Retreiving future record based on price movement | 02 Mar 2006 20:40 GMT | 2 |
I have a table of closing prices and I want to write a query that returns for each row the EARLIEST FUTURE date where the closing price has gone up at least 20% from the current row. I want to search only future dates in the next month (or next 20 rows
|
| Linux updates | 02 Mar 2006 20:17 GMT | 3 |
I have a server with AS 10 and 9i database. I have a ton of Linux package updates and patches to make to the server. Do I have to shut down AS and/or the DB before I make the updates? Thanks,
|
| DBMS_LDAP againts Active Directory | 02 Mar 2006 14:24 GMT | 6 |
I'm trying to make a ldap-bind against AD from within Oracle. My problem here is, I do not have the full DN and can't have a proxy user to do the search for the full-dn. My question is: Does anyone of you know a possibility to just do a bind with '<domain>\<username>'?
|
| How can I USE OLE DB and REF CURSOR of Oracle in VC? | 02 Mar 2006 13:23 GMT | 3 |
I'm using VC++ 6.0 with OLE DB to access data in Oracle 9i. The problem is calling stored procedures in Oracle that returns data. Oracle stored procedures can't return recordsets (like stored procedures in SQL Server can), and i cna't get some return recordsets
|
| Oracle & VB | 02 Mar 2006 12:27 GMT | 7 |
Anyone have sample VB code that returns set of connection strings defined in local tnsnames.ora ? thx in advance
|
| query whether sequences exist | 02 Mar 2006 11:59 GMT | 4 |
Dear Oracle Experts, I'M searching for a query to find out whether sequences for auto iteration of primary key columns do exist on a table or not. Does anyone know how to get that information ?
|
| Clobs and DBMS_LOB | 02 Mar 2006 11:49 GMT | 3 |
I was recently looking over someone elses code and noticed that they were using CLOB's in PLSQL just like varchars, eg: declare v_clob clob;
|