Hi, Can you try compiling following 2 files logging as sys. $ORACLE_HOME/rdbms/admin/dbmsread.sql $ORACLE_HOME/rdbms/admin/prvtread.plb I am not very sure that this will work. But it may resolve the issue. Regards.
1). FTP this file from your VAX system to your Linux system. 2). Make sure you copy it as a BINARY file. 3). Run the import function from Linux. It shoud be that easy….
I doubt that such a function exists. What you want is essentially to retrieve count(*) in place of your selected column(s). Oracle appears to handle cursors very efficiently by not bringing back all of the rows at once, but only as it needs more to satisfy a fetch request. You could could do that “SELECT [...]
Check your code to see if you have used RAISE_APPLICATION_ERROR (probably somewhere around line 19)in your code. What is the error number you have specified? Use an error number in the range of -20000 to -20999, inclusive. Hope this helps.
I’ll show you the SQL to do this below, but first I have to explain something. During any two separate SQL executions, each timestamp will have a different value. For example, (examples shown in DB2 syntax): INSERT INTO xxx VALUES(CURRENT TIMESTAMP); INSERT INTO xxx VALUES(CURRENT TIMESTAMP); The two timestamps will have different values, even if [...]
As far as your database server migration, it sounds like you’re on the right track. TNSName entry mods are essential ofcourse. Ensure that your destination tablespaces have similar storage capacities as your source so you won’t get import errors. Make sure you’ve got the same Oracle schema/users setup on your destination Oracle database server, and [...]
Hi, Not sure about q1. But for q2 and q3, you can easily check the same using TOAD. It provides you the TAB (Referentials / Used By) for the dependant and referenced objects. You would be able to get information on procedures / packages written in database. But with reference to the proc*c or c++, [...]
pass this connection string to oracle:- “Provider=MSDAORA.1;Password=;User ID= ;Data Source= Oracle’s Host String ;Persist Security Info=True”
What does your SQL statement look like ?
you need to specify database version you are working with? In 9i Database releases It need to create repositery in a different database to configure OMS.
The point of hash partitioning is: let the DB manage the partitioning automatically. Therefore I do not think you can control it. If you want to control partitions within each range, you could use range-list partitioning, as long as you are working at least with Oracle 9iR2, which is recommendable for data warehousing, anyway.
There will not be any type of issues in installing both 9i and 10g on the same machine only thing is tat you need to have higher grade server ie a minimum of 4gb RAM is required to run both the instances on the same machine.Apart from the memory consumption you will not face any [...]
The Oracle8i Recovery Manager User’s Guide and Reference has syntax, instructions, examples, etc. Also check your ORACLE_HOME/rdbms/demo directory, there should be a .sh file (e.g., rman2.sh) that is an example shell script for rman backups.
I onced moved Oracle from one server to another by using the installation program to basically set up the Windows registry and anything that ends up on the c:windows drive during installation. Then I shutdown and deleted all Oracle directories. Next I copied the entire drive that contained the entire Oracle setup to the new [...]
You could save the file in Excel as a .CSV file. Then use Oracle SQL Loader utility to import it into Oracle. Another way could be to use MS Access as the exporter from Excel and Importer to Oracle. Link the Excel table into Access. Use ODBC to link the Oracle table. Then make an [...]
Baseline Magazine (www.baselinemag.com) covers both successfull and other IT projects.
The first thing that you need to do is familiarize yourself with any of the new features that were made in 10g from a SQL perspective What type of environment are we speaking about here? OLTP, Data Warehousing? Let me know, I will be able to provide better direction. Thanks Scott
The only one I was able to find was the general DISA STIG for databases, however appendix D is dedicated to DB2. the link is below http://csrc.nist.gov/pcig/STIGs/DATABASE-STIG-V7R1.pdf
havent done much programming but is there an option to enable double char or unicode for strings? As to me it looks like that the string is been returned as a single character block and its in the upper or lower (the very low) ranges for 0–>FF This is my $2.50 piece
I had the exact same problem. What version of 8.1.7 do you have? The problem may be that the plsql.jar file, provided in the 8.1.7.1 patchset, contains an invalid TCPConnection class. The invalid class was fixed in 8.1.7.2. This does not automatically get loaded back into the database when doing an upgrade. You will need [...]





