1. start Sql with /nolog in username
2. connect / as sysdba.
3. alter user sys identified by manager
Monday, April 30, 2007
Wednesday, February 14, 2007
ISS Not working with Visual Web Developer 2005.
When connecting to local IIS server and if returns error that IIS cannot
connect to Metabase then run the following command.
connect to Metabase then run the following command.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis -i
This will reinstall the ASP NET 2 and you have done.
Monday, January 29, 2007
How to Install Microsoft office document image writter.
If you have installed Office and deleted this printer you can get back by the running the following command.
cscript c:\windows\system32\prnmngr.vbs -a -p "Microsoft Office Document Image Writer" -m "Microsoft Office Document Image Writer Driver" -r "Microsoft Document Imaging Writer Port:"
cscript c:\windows\system32\prnmngr.vbs -a -p "Microsoft Office Document Image Writer" -m "Microsoft Office Document Image Writer Driver" -r "Microsoft Document Imaging Writer Port:"
Wednesday, January 24, 2007
Getting Dates whether Transaction is there on not
SELECT TO_DATE(:FROM_DATE,'DD/MM/YYYY')+(ROWNUM-1) AS SUPV_DATE,
NULL AS SUPV_HRS,
NULL AS SUPV_OT
FROM ALL_OBJECTS
WHERE TO_DATE(:FROM_DATE,'DD/MM/YYYY') + (ROWNUM - 1) <= TO_DATE(:END_DATE,'DD/MM/YYYY')
NULL AS SUPV_HRS,
NULL AS SUPV_OT
FROM ALL_OBJECTS
WHERE TO_DATE(:FROM_DATE,'DD/MM/YYYY') + (ROWNUM - 1) <= TO_DATE(:END_DATE,'DD/MM/YYYY')
Subscribe to:
Posts (Atom)