Hi All,
Im a writing a simple aps and here I want to execute a command and get the status of the command I spawned.
Say, I want to delete a file
Shell "del somefile.txt", vbNormalFocus
msgbox "Status is OK"
The problem here is the Msgbox will appear/executed in parallel with
the command I...
Hi All,
We are working on a DWH environment and every time we need to get the actual number of rows from a table. But the problem is the table has large number of rows and
doing a select count (*) from huge_table is taking tooooo long.
Is there any way to get the actual or atleast closed to...
Hi all,
I would like to know how to write an automated form filler for Internet Explorer -- one that automatically sends text to a textbox. I guess I need to work with the SendMessage function?
Please help as I am wasting most of my time working with filling out forms and I guess need to...
Hi tektipsters!
I need a query that would get the minimum possible high water mark for a tablespace for resize.
Here's one query I got from the net:
select 'alter database datafile ''' || file_name || ''' resize ' || ceil( (nvl(hwm,1)*&&blksize)/1024/1024 ) || 'm;' cmd
from...
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.