| Thread | Last Post | Replies |
|
| Whats wrong with this decode sql query. | 10 Mar 2006 08:32 GMT | 3 |
I want to use a nested sql using decode. I have given the following command: SELECT A.TYPE, (SELECT SUM(DECODE(TYPE,'HOT',1,0)) HOT_CAKE,
|
| Dynamically recreating indexes on materialized views | 10 Mar 2006 05:15 GMT | 6 |
On a pair of separate Linux boxes, instances or 9.2 (prod) and 10g (dev), would prefer a solution that could work on both versions. I use a cron'd PL/SQL procedure which calls DBMS_MVIEW to refresh a series of materialized views each night - complete refresh needed on most as
|
| Problem with XMLType transform | 10 Mar 2006 04:56 GMT | 5 |
I am trying to transform a simple xml node using the XMLType transform function in Oracle 9i. However, the returned "transformed" xml is an exact duplicate of the stylesheet. The code is below. Note: many of the elements are optional and I only included some in the xml node.
|
| Data Entry in Oracle | 10 Mar 2006 01:49 GMT | 11 |
How to do data entry in Oracle database? Do I have to design forms for dataentry using a programming language like VB or Java? Please tell me a software which is FREE and will let us do data entry
|
| PL/SQL code formatters | 10 Mar 2006 00:48 GMT | 6 |
Looking for recommendations from people who use any of the pl/sql formatting utilities out there... seems to be quite a number available... I tried an online one and it introduced errors in the code where no errors existed before. One with a JDev plugin would be nice but not ...
|
| Equivalent of UNIX hear document on Windows NT | 09 Mar 2006 23:14 GMT | 6 |
Versions of Oracle and UNIX are not relevant. But I work on HP UNIX using Oracle9i. When writing shell scripts, I use Unix's here document, e.g., Sqlplus /nolog << !
|
| Is sthere any way to find what sql stataements were run between two points in time | 09 Mar 2006 21:46 GMT | 2 |
I am using Oracle 9.2.0.5 on HP UNX 11i. An Oracle error occurred at some point in the past. I want to find what sql statements might have caused the problem. Is there a way to find sql statements run between two points of time by looking at v$ views.
|
| Toad does not show any tables in schema browser | 09 Mar 2006 21:28 GMT | 2 |
I am usin Toad 7.5, connecting to an Oracle10g database. When I go under Database->Schema Browser, it does not show any tables, indexes etc. Outside of Toad when I connect using sqlplus with same username, I can
|
| Problem connecting to 10g DB server after standing up on network | 09 Mar 2006 20:55 GMT | 1 |
I installed a 10g R2 database on a standalone Solaris 9 box. We have since hardened the machine, and have put it up on the network. Since putting it up, I am not able to connect to the database remotely (sqlplus, golden, toad, etc.). The error I receive is a
|
| Nice GUI Frontend? | 09 Mar 2006 20:18 GMT | 3 |
Hello world, I am looking for a simple nice GUI frontend for Oracle DBs (Version 9.2.0.7) that will let me display the DB structure (tables/dependencies) and review the data entries. Ideally with the
|
| Problem with privileges and synonyms | 09 Mar 2006 18:35 GMT | 3 |
I wonder if you can help to understand this. Cannot desc on a table unless I include the owner, but I can do a select without it. (T_USER table) Look for synonyms and don't see any defined against the table.
|
| ** help with query? | 09 Mar 2006 18:08 GMT | 9 |
All, Is there one simple query that could be used to search all tables in the dictionery to find every occurance of the value...let's say "xyz" or the number 25.
|
| OCP | 09 Mar 2006 17:51 GMT | 2 |
I want OCP previous / Model Papers (at Least 20 full Papers)
|
| Enterprise Manager (dbconsole) | 09 Mar 2006 17:45 GMT | 1 |
Running 10g Release 2 on Win2K. So far, it seems rather nice. The new Enterprise Manager seems a step up from the java tool under 9i. My question is can it be secured via SSL? I have found instructions in the docs to SSL enable the full-on OMS and grid control, but thats not ...
|
| Problem Solving Skills for Engineers | 09 Mar 2006 17:41 GMT | 7 |
I have been a software developer for the past 10 years now. I get job descriptions that requires problem-solving skills as one of the most desirable skills in a candidate. But there are not many resources that is devoted to this topic.
|