| Thread | Last Post | Replies |
|
| want to know the growth of my oracle database | 26 Sep 2005 22:46 GMT | 11 |
I am trying to predict the growth of my database every month. Is there any tool or method which I can use to predict the growth. Wanted to know whether oracle database only maintains any of these statistics in the data dictionary.
|
| extract Top Ten order by date | 26 Sep 2005 22:06 GMT | 3 |
I'm trying to extract the first ten or twenty records from a table ordering by date the sql command is: 1 SELECT *
|
| SQL works in 10g, not in 8i | 26 Sep 2005 21:35 GMT | 3 |
This SQL works fine in 10g, but no in 8i. It stops at the subquery highlighting the SUM word, with the error: NOT a Group Expression. What is wrong with it. How should I change it.
|
| need advice, upgrading 7.3.4 to 10g | 26 Sep 2005 21:03 GMT | 10 |
I'm designing a process to upgrade a large number of customer sites from 7.3.4 to 10g and would like to know if anyone has any suggestions. The process will be scripted, non-interactive, and automated (as much as possible). The two options seem to be (1) export/import directly
|
| dbms_job resubmitting itself | 26 Sep 2005 21:00 GMT | 1 |
I have created an Oracle Job using the dbms_job.submit package. It is scheduled to run every night at midnight (trunc(sysdate+1) I am told is the midnight syntax), it is indeed running successfully every night at midnight, but it is also creating a new job, with a new job# each time
|
| Help with Oracle install | 26 Sep 2005 20:56 GMT | 1 |
I had a problem installing oracle on linux as follows: ./runInstaller Starting Oracle Universal Installer... Checking installer requirements...
|
| Data Paging With Oracle PL/SQL Web Toolkit | 26 Sep 2005 20:38 GMT | 1 |
I'm working with Oracle 9i and the Web Toolkit, and one of our requirements for the search page is that the results are limited by a software parameter (45) for every page. And the end of the results, there is a list of hotlinks to the pages in the result set. Anyone
|
| Identify listener port on database server | 26 Sep 2005 18:39 GMT | 4 |
I want to identify the port where the net8 listener is running on the database server.How can i do that ??? Anish
|
| FGAC Question | 26 Sep 2005 16:11 GMT | 2 |
We currently have a 9i Database with OLS and FGAC. The reason for FGAC is that a user can have multiple roles based on the different OLS compartments. They can be view-only on compartment 1, update on 2, manager on 3...etc. Also some of the compartments are private so that
|
| Oracle 7 to 9 Connectivity PL/SQL Compilation | 26 Sep 2005 15:39 GMT | 2 |
This topic has been extensively discussed here and elsewhere, with respect to database connection. But what about compiling PL/SQL? We have a 9.2 database containing PL/SQL that needs to compile against tables in a 7.x database. So we have created an 8i 'in between'
|
| Mixing DDL & PL/SQL | 26 Sep 2005 14:30 GMT | 3 |
I need to conditionally create a tablespace in a script. The idea is that the user will set a parameter in the script, and the tablespace will only get created if that parameter contains a given value. I'm assuming that I need to use PL/SQL to get the necessary IF/THEN
|
| convert RAC to single node | 26 Sep 2005 12:59 GMT | 1 |
OS: AIX5 RAC: 9204 our purpose: sync a 7*24 production database data to a signle node database.
|
| Extent sizes | 26 Sep 2005 12:38 GMT | 8 |
I am trying to understand optimal extent sizes when trying to create tablespaces and tables for 9i and higher. I created a tablespace with 64k uniform size local managed and segment space management auto (9.2.0.6 on HP-UX). The database block size is
|
| How to know which line have syntax error via. JDBC interface? | 26 Sep 2005 12:36 GMT | 2 |
When we have an syntax error in SQL issured in sqlplus, sqlplus will report which line caused this error, does any one know how sqlplus implement this feature, I think it's a servide feature, how I can report this error in my program, usually I can only run it and report
|
| Re: I found the light away from Oracle RDBMS | 26 Sep 2005 12:13 GMT | 4 |
Mladen Gogala wrote:
> On Fri, 16 Sep 2005 12:15:38 -0400, Enlightened and Free wrote: |