| Thread | Last Post | Replies |
|
| Why is it so? | 19 Feb 2006 18:49 GMT | 5 |
Is oracle meant to be accessed from other available tools programatically and SQL* Plus is for demonstration purpose only? Why Oracle do not design a good tool to execute SQL queries. I found the Oracle SQL*Plus to be very non-user friendly (This is my
|
| A hierarchical query - how do I do | 19 Feb 2006 18:47 GMT | 9 |
I have two tables TASKS and TASK_PREDECESSORS CREATE TABLE TASKS ( ID NUMBER NOT NULL,
|
| query slower using order by asc (default index order) than oder by desc | 19 Feb 2006 11:28 GMT | 6 |
Scenario: Got a big normal(non-partition) table (about 5 million rows), only index is the default ascending primary key index on primary key column (id)
|
| Data Transfer from MS Access to Oracle | 19 Feb 2006 11:21 GMT | 3 |
Is it possible to tranafer a MS Access 2000 database to Oracle 81/10g? How to do this? What resources do I need? Please help
|
| ORACLE on Linux - IO bottleneck | 19 Feb 2006 10:59 GMT | 42 |
we've RedHat Linux AS3 (upd. 1) running in a 8 proccessor IA64 Itanium II machine with RAM-16Gb. Oracle 9i (OLTP database) under RawDevices with an oracle blocksize of 8k and 2 QLogic Fibre Channel Adapters (QLA2340)
|
| Windows OracleService msytery | 19 Feb 2006 09:18 GMT | 4 |
I've got an odd problem with 9i (9.2.0.4) on Windows XP, hoping that someone can give me a pointer in the right direction. The database is not starting with the system service. I can start the db with sqlplus, no problem. When the system boots, the server service starts
|
| 'SUM' strings to concatenated string | 19 Feb 2006 09:11 GMT | 4 |
i am looking for a way to concatenate all values of query (that returns one varchar-field with multiple rows) into one string: e.g:
|
| Problem in UTF8 migration from monolingual characterset | 19 Feb 2006 07:47 GMT | 7 |
When the oracle database of monolingual character set was exported and imported in a UTF8 data base The following error log is found for some tables having BLOB attribute or string type:
|
| truncate 20 bits to 10 bits | 19 Feb 2006 03:49 GMT | 2 |
I have a multiplier that multiplies 2 floating point numbers with 7 bits exponent and 10 bits mantissa.so its output has 7 bits exponent and 20 bits mantissa. now its output must return to its input in order to compute another
|
| Help,problem query !! | 18 Feb 2006 14:49 GMT | 2 |
Hello !! I've got a problem with a query,I would like to select some data from " TbOrder" table where the period date is from the 01/04/(current year) to 31/March
|
| How to calculate the total of a varchar column? | 18 Feb 2006 10:53 GMT | 7 |
I have a column named Gender in my table. Its a varchar2 type column and each row is either 'M' or and 'F'. I want to count the no. of Ms and number of Fs and obtain the result of the number of Ms and Fs in a separate row.
|
| Why is "select distinct" faster than "select" ? | 18 Feb 2006 08:39 GMT | 1 |
I have the following strange effect: The statement: select <some values> from <some tables> where <some join statements> and <some conditions> and value1a in (select value1b from table1 where
|
| username/pass --> security issue | 18 Feb 2006 04:55 GMT | 7 |
We created a user in Oracle 9i and use it to run nightly processing via scheduler (3rd party) by executing .bat files (windows 2003). Works fine, but there is one little thing: the user/pass is visible in the string.
|
| Free Oracle Server for intranet? | 18 Feb 2006 01:31 GMT | 19 |
Our department is loosing access to MS Server 2000. I am looking into different possibilities of replacements, Oracle being one. I know Oracle is available for free, but I'm not clear what the limitations of it are, and that's what I need clarified for me please.
|
| Problem with a view: table from it contains wrong number of rows | 18 Feb 2006 01:06 GMT | 9 |
Our database: Oracle 10g Release 2, IBM AIX, 2 proc machine. I have the following problem and I've run out of ideas :-(( Suppose I have a view: create or replace view v_200601 as (
|