| Thread | Last Post | Replies |
|
| Teach Yourself SAP in 24 Hours Guide ! | 20 Aug 2007 15:40 GMT | 1 |
>From the basics surrounding SAP, to implementation planning and system navigation, to creating your own SAP reports and using the many different SAP components that make up NetWeaver and mySAP business suite today, this Guide is ideal for people at all levels of
|
| 11g Released Today | 20 Aug 2007 14:49 GMT | 54 |
Oracle released 11.1.0.6 on Linux today. The links for the 11g docs are on the psoug.org website ... click on the 11g icon (top center) The link to the download page is just below it.
|
| IMP-00010: not a valid export file, header failed verification | 20 Aug 2007 13:44 GMT | 1 |
I am trying to import one dump file in a scheme. When try to import it through Imp parfile command from cmd.exe i am getting the following error: IMP-00010: not a valid export file, header failed verification
|
| I can not run any interface in Oracle! | 20 Aug 2007 12:32 GMT | 5 |
I am beginner in Oracle. I have installed Oracle 10g in to my PC and created first database called "SavasKaraduman". I expected Oracle to provide an interface in which i can produce my Tables, Queries, Reports etc. like I did with MS Access. I can not
|
| Can i use Select * from variable_name; | 20 Aug 2007 09:34 GMT | 2 |
I wonder can I select from some table such that table name is stored in a variable.i.e; DECLARE tablename varchar(5);
|
| subtracting values of sequential rows | 20 Aug 2007 06:25 GMT | 3 |
Once a minute I collect a particular statistic, the total count of jobs completed. I can report on the last 5 minutes' progress with the query below. I would like to add on the the report the count of the jobs
|
| Long Sessions | 20 Aug 2007 04:40 GMT | 8 |
We have an issue with the amount of time that a firewall will hold a session open. Currently we have 72 hours, this drives the security and network people crazy but we have a requirement for stuff like very long
|
| proc.mk and Oracle11 (cannot link DBD::Oracle with oracle11) | 19 Aug 2007 15:41 GMT | 1 |
DBD::Oracle cannot be linked against oracle11. Here is the error message: Using Oracle in /oracle/product/11.1.0 DEFINE _SQLPLUS_RELEASE = "1101000600" (CHAR)
|
| an interesting post on nuno's blog | 19 Aug 2007 08:59 GMT | 2 |
http://dbasrus.blogspot.com/ Talking some smack and taking some names. I must have missed out of the action he's referring to. Being late to the action, evidently there was some posting authored by Jonathan
|
| Some of my favourite 11g new features | 18 Aug 2007 18:48 GMT | 7 |
- Allow Sequences in PL/SQL Expressions - Browser-Based Enterprise Manager Integrated Interface for LogMiner - Read-Only Tables (ALTER TABLE ... READ ONLY, works even for the schema owner)
|
| Oracle Tutorial For Beginners ! | 18 Aug 2007 17:52 GMT | 1 |
This is just a short introduction to Oracle for beginners, to give a brief history of databases and Oracle's role in that history, explain relational theory and provide a few practical examples to show how relational databases work.There is also a very brief discussion of
|
| LOB segment space usage | 18 Aug 2007 14:12 GMT | 8 |
can anyway here explain me, what is oracle storing inside the LOB segments besides the data which I am telling it to store? here's a test. 10.2.0.3 EE Solaris 5.10 sparc 64bit (have tried the same on 32bit
|
| Newbie question re refreshing Materialized Views | 18 Aug 2007 09:20 GMT | 24 |
Sorry if this is a dumb question. I HAVE spent a fair while googling about the place trying to work this out for myself, but have drawn a blank. I will continue with Google after submitting this. We have some sort of glitch on our Oracle box at present which is making it
|
| Invoke Oracle function from SQL SERVER | 17 Aug 2007 23:28 GMT | 3 |
How I can call an oracle function from SQL SERVER 2000 stored procedure. Anyone?
|
| Prevent table delete | 17 Aug 2007 20:15 GMT | 6 |
how do i create a table which cant be deleted by the normal drop command. a friend told me that by hiding the table file it cant be deleted. is there any other way?
|