|
More site info...
www.oracle.com - www.oracle.com | Site profile
|
|
Site profile page for http://www.oracle.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.oracle.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.oracle.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) 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 site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on www.oracle.com:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
6,534
|
26,407
|
76,395
|
|
Post:
|
16,948
|
69,917
|
202,671
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for www.oracle.com (http://www.oracle.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
www.oracle.com posting activity graph:
|
|
http://www.oracle.com Alexa graph:
|
Top authors on www.oracle.com during last week:
user's latest post:
ViewObject/Application module...
Published (2009-11-06 23:42:00)
Hi, Its altogether a different issue and unrelated to this thread. Could you please close this thread, and post it in a new thread? -Arun
user's latest post:
db upgrade from 10g to 11g
Published (2009-11-06 22:55:00)
In this case install 11g as under new user. Then change all 10g database related files' (control, redo, tempfile, datafile, spfile) ownership to new 11g user. Startup database with upgrade option.
user's latest post:
Parameters to tune oracle on...
Published (2009-11-06 11:33:00)
Following is a reasonably good analysis of the problem of AIX filesystem caching VS Oracle performance. http://unix.derkeiler.com/Newsgroups/comp.unix.aix/2006-05/msg00490.html Run a google search for "oracle numperm" and you will find other reports of paging issues caused by the AIX filesystem cache, and how to limit the size.
user's latest post:
Need help with formulating a query
Published (2009-11-06 16:53:00)
Hey Roger, Next time please post sample data. create/insert. It will a lot of time for us and you too. WITH DATA AS( SELECT to_date( '2009-11-06' , 'YYYY-MM-DD' ) dat, 'apples' item from dual union all SELECT to_date( '2009-11-05' , 'YYYY-MM-DD' ), 'apples' from dual union all SELECT to_date( '2009-11-04' , 'YYYY-MM-DD' ), 'apples' from dual union all...
user's latest post:
Help to write an sql query
Published (2009-11-06 16:35:00)
offtopic Hi Bhushan, do you ever sleep? I'd say a sincere compliment from Frank is worth much more than courtesy points (but that would be my personal opinion, ofcourse). Wasn't able to respond to an earlier post today (Custom title bar) and it's way past bedtime now for me, but anyway, wanted to let you know this and I hope you understand what I mean to say: don't worry about the points and don't put too much...
user's latest post:
EPMA Batch client error -...
Published (2009-11-06 13:22:00)
Hi, I think the parameters may be case sensitive. Try SET BPMAServerURL ='http://localhost/hyperion-bpma-server'; SET WorkspaceURL ='http://localhost:19000/workspace'; Cheers John http://john-goodwin.blogspot.com/
user's latest post:
table compare and derive alter...
Published (2009-11-06 07:59:00)
Oh, reading the previous post by drop.any, I'm wondering if you want a one shot synchronization, or a permanent one ? Solutions are greatly depending of what you want to do. Nicolas.
user's latest post:
Need help with formulating a query
Published (2009-11-06 16:36:00)
Hi, SELECT SYSDATE , items FROM table_x GROUP BY items WHERE dt >= TRUNC (SYSDATE) - 6 AND dt < TRUNC (SYSDATE) + 1 HAVING COUNT (DISTINCT TRUNc (dt)) = 7 ; would get output like 06-Nov-2009 apples Do you want to see just the total number of items, and not what they were? If so: SELECT MIN (SYSDATE) -- Not sure if you need MIN , COUNT (items) -- see note below FROM table_x GROUP BY items WHERE dt >= TRUNC (SYSDATE) - 6...
|
|
|
Top 10 active forums on www.oracle.com during last week:
|
|
Top 10 forums on www.oracle.com:
Database - General
- 128,435 posts
|
SQL and PL/SQL
- 123,752 posts
|
Application Express
- 67,608 posts
|
JDeveloper
- 39,616 posts
|
Forms
- 34,288 posts
|
Oracle BI Suite Enterprise Edition
- 25,334 posts
|
EBS General Discussion
- 24,309 posts
|
Technology - OA Framework
- 19,326 posts
|
Oracle Essbase
- 16,856 posts
|
Identity Management
- 14,031 posts
|
|
|
|
|
Latest active threads on www.oracle.com:
Started 1 day, 7 hours ago (2009-11-08 00:44:00)
by hsawwan
Hi,
What does the log file say?
Regards,
Hussein
Started 1 year, 4 months ago (2008-07-06 19:52:00)
by Nagamohan
Marcelo,
YOu can use for first two questions. You are missing some parameters.
/* Formatted on 2008/07/06 21:43 (Formatter Plus v4.8.8) */
DECLARE
l_hdr_rec inv_move_order_pub.trohdr_rec_type := inv_move_order_pub.g_miss_trohdr_rec;
l_line_tbl inv_move_order_pub.trolin_tbl_type := inv_move_order_pub.g_miss_trolin_tbl;
x...
Started 1 day, 7 hours ago (2009-11-08 00:20:00)
by asifkabirdba
If your temp tablespace size is 8 GB and your mount point size is 100 GB. Then you will see your mount point usage is 8%. If you want to reduce the usage then you have to resize it to a smaller value by resizing a tempfile. If you resize the temporary tablespace to 5 GB then you will see you mount point usage is 5%.
Regards
Asif Kabir
Started 1 day, 22 hours ago (2009-11-07 09:35:00)
by LKBrwn_DBA
It will be ready when it's ready
Started 1 day, 8 hours ago (2009-11-08 00:13:00)
by tychos
Hi ylin,
Did you try the dp import using the content = data_only paramter?
Regards,
Tycho
Started 6 days, 17 hours ago (2009-11-02 14:52:00)
by zaferaktan
my opinion is that what we want/say does not have any impact on the XE 11g R2 release date
sure I want it as early as possible. Good news is that APEX 4.0 will work on XE 10gR2 (based on Joel's blog: http://joelkallman.blogspot.com/2009/09/minimum-da tabase-version-for.html ).
Started 3 days, 18 hours ago (2009-11-05 13:35:00)
by RamyaLaxman
Did you import the jpx file after substitution using JPXIMPORT?
Ramya
|
|
Hot threads for last week on www.oracle.com:
Started 1 week, 1 day ago (2009-11-01 07:06:00)
by Rakesh S
Guys,
Can anybody let me know on how to go about this, it is very critical.
Thanks
Rakesh
Started 6 days, 1 hour ago (2009-11-03 06:45:00)
by Renato.Guimaraes
this is not exactly what you mean but see if you can get some ideas of this doc http://www.identserv.com/Resources/OAM%20EBS%20OSS O%20Integration.pdf
Renato.
Started 4 days, 6 hours ago (2009-11-05 02:08:00)
by S@R@h
hi
try something like this.
client_host ( 'cmd /C start c:\a.mp3');
else
message ( 'error' );
end if;
end;
Sarah
Edited by: S@R@h on Nov 5, 2009 2:30 AM
Started 3 days ago (2009-11-06 07:42:00)
by Vikas Bulchandani
Hiii,
Remove Commit keyword as you are not doing any DB changes!!!
Cheers!!!
Vikas
Started 2 days, 23 hours ago (2009-11-06 08:33:00)
by dvohra16
Please modify
Connection conn = DriverManager.getConnection(" jdbcracle:thin:@Datab ase_IP:1521:SID","usr","pwd");
to
Connection conn = DriverManager.getConnection( "jdbc:oracle:thin:@Database_IP:1521:SID" , "usr" , "pwd" );
Started 1 week, 2 days ago (2009-10-30 12:25:00)
by Oracle, Sandra ...
Hello,
Did you build with the configuration option --enable-java
on UNIX? Note the "Configuring Berkeley DB" documentation at:
http://www.oracle.com/technology/documentation/ber keley-db/db/programmer_reference/build_unix_conf.h tml
where it says:
--enable-java
To build the Berkeley DB Java API, enter --enable-java as an argument to configure. ...
Started 5 days ago (2009-11-04 07:23:00)
by ianc97
All,
We recently lost power and a server that shouldn't have been in production anymore is apparently something that needs to be online. I'm not a DBA by any stretch, so this is a bit over my head. It's running oracle 10g services on top of a Windows 2003 standard server. The error I receive, even trying to connect to SQL Plus among other utilities is:...
Started 6 days, 11 hours ago (2009-11-02 20:28:00)
by Arunkumar Ramam...
Hi,
Did you create a jar containing your classes and added the jar file under CLASSPATH variable in default.env?
-Arun
Started 2 weeks, 4 days ago (2009-10-22 07:57:00)
by Tubby
Possibly because you have a histogram on hd_person_id ?
Started 1 week ago (2009-11-02 02:19:00)
by Robert Geier
kindly give more details about when you are getting it and what errors are in your alert log.
Please also explain why you have not upgraded to a supported database ?
|
|