|
|
Forum profile page for Oracle on http://www.daniweb.com.
This report page is the aggregated overview from a single forum: Oracle, located on the Message Board at http://www.daniweb.com.
This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional forum profile information for "Oracle" on the Message Board at http://www.daniweb.com is also shown in the following ways:
1) Latest Active Threads
2) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity on Oracle:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
8
|
26
|
95
|
|
Post:
|
8
|
35
|
109
|
|
|
Oracle Posting activity graph:
|
Top authors during last week:
user's latest post:
Subtracting a negative value
Published (2008-11-15 07:26:15)
the same block of pl/sql code never gives different output to different people on different machine.
user's latest post:
Problem with pl/sql report
Published (2008-11-16 12:34:40)
Hi there! Ive been working on my relational schema for a while now and just recently managed to implement it. I wanted experiment a little with it so ive decided to produce a report displaying relevant information. At the moment my schema only consists of 3 tables : a 'student' table, a 'course' table and a student 'next-of-kin' table. The pk for student is named 'studentNo', the same goes for...
user's latest post:
problem with update
Published (2008-11-16 08:34:46)
I have written my simple query using update and in a file with a .sql extension. However, I cant seem to update my table and yet at the end of the input it shows me 1 row updated I would also want to know how I can do 2 updates simultaneously. Thanks. Here is the code Help with Code Tags ( Toggle Plain Text ) accept ID prompt 'Enter Old ID:' accept ID prompt 'Enter New ID:' accept Name prompt 'Name:' UPDATE...
user's latest post:
how do I nest a CASE statement...
Published (2008-11-17 10:49:47)
Hello, I am trying to nest some CASE statements into INNER JOINs (one CASE per INNER JOIN). The current code is: Help with Code Tags sql Syntax ( Toggle Plain Text ) SELECT a.zone, a.ifield, a.iwhse, a.idesc, a.iposition FROM schema.itable a SELECT a.zone, a.ifield, a.iwhse, a.idesc, a.iposition FROM schema.itable a <---This is where I would like to place the INNER JOIN w/ CASE Help with Code Tags sql Syntax ( Toggle Plain Text ) LEFT...
user's latest post:
Import & Export table
Published (2008-11-14 02:04:17)
How to Import & Export tables in Oracle.
user's latest post:
join in oracle
Published (2008-11-22 00:15:33)
hi every one how to update one column using join condition,for example i am having two table, first table one column is to update the second table using join, please give me idea thanks
|
|
|
|
Latest active threads on Oracle::
Started 15 hours, 45 minutes ago (2008-11-22 00:15:33)
by balakrishnan.kb
hi every one how to update one column using join condition,for example i am having two table, first table one column is to update the second table using join, please give me idea thanks
Started 5 days, 5 hours ago (2008-11-17 10:49:47)
by bohil
Hello, I am trying to nest some CASE statements into INNER JOINs (one CASE per INNER JOIN). The current code is: Help with Code Tags sql Syntax ( Toggle Plain Text ) SELECT a.zone, a.ifield, a.iwhse, a.idesc, a.iposition FROM schema.itable a SELECT a.zone, a.ifield, a.iwhse, a.idesc, a.iposition FROM schema.itable a <---This is where...
Started 5 days, 14 hours ago (2008-11-17 01:29:16)
by nibbsbitt
I thought this article had some great info in it.
Started 6 days, 3 hours ago (2008-11-16 12:34:40)
by rich_da_prog
Hi there! Ive been working on my relational schema for a while now and just recently managed to implement it. I wanted experiment a little with it so ive decided to produce a report displaying relevant information. At the moment my schema only consists of 3 tables : a 'student' table, a 'course' table and a student 'next-of-kin' table. The pk for student is named 'studentNo', the same ...
Started 6 days, 7 hours ago (2008-11-16 08:34:46)
by joshmo
I have written my simple query using update and in a file with a .sql extension. However, I cant seem to update my table and yet at the end of the input it shows me 1 row updated I would also want to know how I can do 2 updates simultaneously. Thanks. Here is the code Help with Code Tags ( Toggle Plain Text ) accept ID prompt 'Enter Old ID:' accept ID prompt 'Enter New ...
Started 1 week ago (2008-11-15 07:26:15)
by debasisdas
the same block of pl/sql code never gives different output to different people on different machine.
Started 1 week, 1 day ago (2008-11-14 02:04:17)
by Sonali Mane
How to Import & Export tables in Oracle.
Started 1 week, 5 days ago (2008-11-10 03:20:48)
by orasql
OraSQL 1.6.0 http://www.orasql.net/ OraSQL is a SQL tools working with Oracle directly through TCP/IP protocol and doesn't require Oracle client software. OraSAL is Free. The main features are: * Connect to Oracle without installing Oracle client software. * TNSNAMES.ORA network configuration of the oracle client. * Execute sql command. * Run sql ...
Started 2 weeks ago (2008-11-08 00:10:43)
by Shanti Chepuru
Sorry for the simple question... But please i need help from you guys... How to import and export the database in oracle..iam have been using oracle 8i in my computer... im completely new to this environment... please help on this.. Thanks in advance... Shanti.
Started 2 weeks ago (2008-11-07 19:10:49)
by xman12
Hi Guys I need a hand from a kind SQL*Plus guru to create Oracle abstract data types and collections using SQL*Plus I. Using Oracle’s SQLPlus create Abstract Data Type definitions for the Client and Child member entities called Client_Type and Child_Type respectively. Attributes for Client_Type include client number, name, address, telephone numbers and next of kin. Attributes for...
|
|
Hot threads for last week on Oracle::
Started 1 week, 1 day ago (2008-11-14 02:04:17)
by Sonali Mane
How to Import & Export tables in Oracle.
Started 1 week ago (2008-11-15 07:26:15)
by debasisdas
the same block of pl/sql code never gives different output to different people on different machine.
Started 6 days, 3 hours ago (2008-11-16 12:34:40)
by rich_da_prog
Hi there! Ive been working on my relational schema for a while now and just recently managed to implement it. I wanted experiment a little with it so ive decided to produce a report displaying relevant information. At the moment my schema only consists of 3 tables : a 'student' table, a 'course' table and a student ' next-of-kin' table. The pk for student is named 'studentNo', the same ...
Started 6 days, 7 hours ago (2008-11-16 08:34:46)
by joshmo
I have written my simple query using update and in a file with a .sql extension. However, I cant seem to update my table and yet at the end of the input it shows me 1 row updated I would also want to know how I can do 2 updates simultaneously. Thanks. Here is the code Help with Code Tags ( Toggle Plain Text ) accept ID prompt 'Enter Old ID:' accept ID prompt 'Enter New ...
Started 5 days, 14 hours ago (2008-11-17 01:29:16)
by nibbsbitt
I thought this article had some great info in it.
Started 5 days, 5 hours ago (2008-11-17 10:49:47)
by bohil
Hello, I am trying to nest some CASE statements into INNER JOINs (one CASE per INNER JOIN). The current code is: Help with Code Tags sql Syntax ( Toggle Plain Text ) SELECT a.zone, a.ifield, a.iwhse, a.idesc, a.iposition FROM schema.itable a SELECT a.zone, a.ifield, a.iwhse, a.idesc, a.iposition FROM schema.itable a <---This is where...
Started 15 hours, 45 minutes ago (2008-11-22 00:15:33)
by balakrishnan.kb
hi every one how to update one column using join condition,for example i am having two table, first table one column is to update the second table using join, please give me idea thanks
|
|