Hello, There are several white pages that are available for this information… http://whitepapers.silicon.com/0,39024759,60300919p,00.htm and http://whitepapers.techrepublic.com.com/abstract.aspx?docid=349049 are a couple of samples… Hope they help,
I too ran into the same issue and it took a little playing around to figure it out. If you go to Navigator menu and select “Navigator Preferences” you should have an option to Categorize Schema Objects “First by oobject type then by schema”. Select that and they should be sorted.
Hello H, I assume that you have 4 years of experience in your computers business. Primarily it is important to understand was it totally hardware, software, or both. Moreover when you say you have a little bit of knowledge of everything, every platform and every technology, then probably you have to assess your knowledge and [...]
Check if 16GB RAM is recognized by your server with Win2003 in ‘properties’. if it does not, check with server specs how much maximum RAM it can support. If it supports 16GB and the performance is ditto same as was with 4GB, take a backup of your database, reinstall OS and Oracle 9i and restore [...]
100% sure regards,
Also, in the tags, please be more specific than outlook, or exchange for instance. Include outlook 2003 or outlook 2007 for instance instead of just outlook, or include exchange 2003 or 2007 instead of just exchange, and how about windows vista or windows xp instead of just windows. These details make all the difference when [...]
For Combo Box and Radio buttons you would typically store the numeric value associated with the value displayed on the screen. This would normally be done via the .VALUE method of the object.
One suggestion too all of the new bees, take time and and take a good look and alakyze your code, other wise you will send your code these sites all the time. Here is your right code. “BEGIN” inside the loop didn’t have “END” DECLARE str VARCHAR(255); BDGroupArea VARCHAR(255); pos INTEGER; BEGIN BDGroupArea := ’1,2,3′; [...]
Where are you trying to run this report, AS or local machine? Just to clarify you need a report server in local machine or report services to run the report through forms, both have different method to start. What I think is you are trying to call the report in your machine (Window based). Here [...]
You need to create two triggers one is row level where you will move your ID’s into a global staging area (may be a table of record or temporary table), then in the statement level trigger you will handle all the updates on the ID’s which you have saved in row level trigger. The reason [...]
There are a number of ways to “export” the table definitions from Oracle. It depends on your desired use. Oracle has an export utility which you can use to export. On a UNIX system, the command is “exp”. There are various options to export just definitions (schema) or both schema and data. The generated file [...]
WRITE THIS CODE “WHEN BUTTEN PRESS” ON YOUR FORM DECLARE PARAMID PARAMLIST; BEGIN PARAMID :=CREATE_PARAMETER_LIST(‘TEMP’); ADD_PARAMETER(PARAMID,’PARAMFORM’,TEXT_PARAMETER,’NO’); ADD_PARAMETER(PARAMID,’****’,TEXT_PARAMETER,:block197.****); ADD_PARAMETER(PARAMID,’DESTYPE’,TEXT_PARAMETER,’SCREEN’); RUN_PRODUCT(REPORTS,’C:******.rep’,SYNCHRONOUS,RUNTIME, FILESYSTEM,PARAMID); IF NOT(ID_NULL(PARAMID)) THEN DESTROY_PARAMETER_LIST(PARAMID); END IF; END;
I have not worked a lot with Linux, but have worked on other UNIX operating systems for numerous years. Does the server/host have a valid IP address or hostname other than the loopback IP? Do you have a default domain? I would suggest not using the loopback IP as your host. Is there a hostname [...]
I am far from an expert in PL/SQL, but I believe you need to have an “END;” prior to the END LOOP: to match your Begin statement. ie COMMIT; END; END LOOP; END; /
That depends on what you are comparing to. Automated testing tools have a great advantage over trying to manually test database performance. Please clarify your question.
The standard SQL approach would be “select count (*) from tableName”. Some DBs maintain internal counters that return this result as a simple lookup rather than having to actually count each individual row. Without knowing anything on Oracle 9i specifically, I would guess that it’s one of those DBs.
Check out a product called Spiceworks….works great for me and includes a help desk…. From Ritchie1: the linked server idea should required the least amount of work on your part if the data is already stored in a sql server database. There is no need to write an application to parse it etc then put [...]
Indexes are backed up as part of the full database backup. One reason why the database will be running slower is because the live database has most of the database in cache already, while the server you are restoring to does not have any of the data in cache. All the data needs to be [...]
Try using the Oracle Metalilnk ORA-600/ORA-7445 Troubleshooter Tool. Refer to the note 138330.1. This is a known Oracle bug.
You need to use ALL_TAB_COLUMNS or ALL_TAB_COLS to get the columns information for a table.





