Hi santha or anyone,
Can anyone throw your thoughs how to measure tables size growth when upgrading from database from one version to another this is into oracle version upgrade but just on database side let us say database version at 4.5 level and upgrading to 4.8 level.
Thanks in advance
I have shell script with bunch of sql file need to each with pause for each file. Each bascially idea in this way
@/u01/test/statement.sql
pause Press RETURN to continue...
@/u01/test/account.sql
pause Press RETURN to continue...
@/u01/testdetails.sql
Anyone guide me to run these in...
Anyone point me syntax problem with this trigger
CREATE OR REPLACE MPW_MSG_INSERT
BEFORE INSERT ON MSG FOR EACH ROW
BEGIN
IF (:new.msg_message is like '%|B12|%') THEN
(:new.msg_message := REPLACE(:new.msg_message,'|B12|','|B18|'));
ELSE
( :new.msgdet_message is not like...
The oracle enterprise manager uses rman concepts to do backups of the database so if you setup em properly know to write script rman script. Actually you can preview the code of backup command in rm by selection view sql under backup screen of maintainence tab.
Hi gurus,
Anyone walkthrough me steps creating RMAN DUPLICATE DATABASE From ASM to ASM environment. I have a database student using ASM if I want to create to duplicate database of student in same server what was steps to be followed.
Thanks in advance
UPDATE studentmaster
SET active = 0
FROM studentdetail
WHERE studentmaster .orderset_sys = studentdetail.orderset_sys
AND order_text like '%continuation of class%'and class_ID= ' 400000'
Thanks in advance
Why a server would only allocate 100k to SQL Server when it's given 4gb. A client has a 2 processor / 4gb RAM server. The sqlserver.exe process is only using 100-200k and not growing. The CPU is pegged at 90-100% during peak hours.
Thanks in advance
It didn't work for me. For testing purpose I have customer schema and given grant select, insert,delete, updateon customer.table to role called user_role. when I have granted user_role to other user "app_user" and try to login with other user I'm unable to see that customer.table. What I'm...
Our database is roughtly 75 gb which to take backups in 1 hr 20 m but now it taking roughtly 3 hrs to complete it . Any thoughts how to check bottoleneck what is going wrong?
Thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.