Search found 138 matches

by amirtai
Sat Apr 04, 2009 11:31 pm
Forum: Oracle Databases
Topic: COPY COMMAND
Replies: 2
Views: 3609

Hi Haseeb The COPY command is a sqlplus command only. It is facilitated by the fact that sqlplus can connect to different databases simultaneously. PLSQL cannot. I'm giving an example to use it as a shell script hope it could be helpful. Amir #!/bin/sh sqlplus -s user/password[@]prod_db <<EOF copy f...
by amirtai
Fri Feb 20, 2009 10:59 pm
Forum: Oracle Databases
Topic: Oracle SQLLOADER
Replies: 2
Views: 3716

Hi there If you've oracle client installed in windows then you should be able to find the same utility in ORACLE_HOME\bin\sqlldr.exe. You could create your control file in notepad with extention .ctl. Create a batch file to load the .csv data file into database. From Control Panel->Schedule Task you...
by amirtai
Mon Feb 16, 2009 3:59 pm
Forum: Application DBA & System Administration
Topic: Jinitiator Not Firing Up: Solution Beacon Unaccess
Replies: 2
Views: 2143

Hi there I'm not sure the module you are trying to access is certified with IE7 and Vista. You could try workarounds below: Open I.E. 7 > Tools > Manager Add-ons > Enable or Disable Add-ons Take add-ons currently loaded in I.E. in drop down. Disable all those which not really required. You may have ...
by amirtai
Sun Jan 04, 2009 12:01 am
Forum: Oracle Databases
Topic: ORA-00600 how to resolve this error?
Replies: 2
Views: 3688

Hi there What's the use of database, it's TEST or PROD? It looks like some data file(s) got corrupted. If it's PROD then should be in ARCHIVED LOG mode try to use following commands sequence to recover database before it got crashed. SQL> STARTUP MOUNT; SQL> RECOVER DATABASE UNTIL TIME '2008-12-15:2...
by amirtai
Mon Dec 01, 2008 6:02 pm
Forum: Oracle Databases
Topic: Oracle Database Run Without Installation
Replies: 1
Views: 1830

Hi there You have to have any kind of oracle installation either server or client to access the oracle database. You could use ODBC though to access your database through Excel or other application. From DB Server You could do "$ORACLE_HOME/bin/isqlplusctl start" and all client can access ...
by amirtai
Mon Dec 01, 2008 5:54 pm
Forum: Oracle Databases
Topic: DBMS_Alert to perform action and emailed us Back.
Replies: 1
Views: 1558

Hi there You can use Grid Control if installed or Database Console to setup notification Rules and email Alerts. To set up table space Alert, go to Admin-> Tablespace click on your desired tablespace-> edit->Threshold. See site below for how to access OEM through URL: http://cs.scu.edu.cn/~zuojie/or...
by amirtai
Sun Nov 16, 2008 2:10 am
Forum: Oracle Databases
Topic: Creating a Database
Replies: 1
Views: 1213

Hello there Please run Database Configuration Assistant for creating/removing database. WINDOWS: Click start -> Oracle OraDB10g_Home1 (your Oracle Home) -> Configuration and Migration Tools -> Database Configuration Assistant UNIX/LINUX: $ export ORACLE_HOME=... $ export PATH=$PATH:$ORACLE_HOME/bin ...
by amirtai
Wed Oct 22, 2008 3:39 pm
Forum: Operating System
Topic: Are you looking for a good HPUX book?
Replies: 1
Views: 3362

Are you looking for a good HPUX book?

Please do get your copy it's a good book written by a Pakistani origin guy. He has a over 15 years of working as a Unix Administrator and teaching experience. http://www.amazon.com/HP-Certified-Systems-Administrator-11i/dp/1606436546/ref=sr_1_2?ie=UTF8&s=books&qid=1224682604&sr=8-2 His L...
by amirtai
Mon Sep 01, 2008 12:09 am
Forum: Oracle Databases
Topic: faq's
Replies: 1
Views: 1645

Hi

Do you mean the interview questions about plsql? here's a good site for your review.

http://www.coolinterview.com/type.asp?iType=61


Thanks
Amir
by amirtai
Wed Aug 27, 2008 11:05 pm
Forum: Oracle Forms & Reports
Topic: Re-Compilation of forms on client machine
Replies: 1
Views: 1481

It looks to me the Library path problem. Please check below the order in which oracle look for libraries at your and client side. Hope that would be helpful. 1) If Lib.plx is in your working directory - take it 2) If not found, search in the FORMS_PATH for Lib.plx 3) If not found, search in the work...
by amirtai
Mon Jun 09, 2008 2:08 am
Forum: Oracle Databases
Topic: I need some Regarding RAC
Replies: 2
Views: 2306

Hi there

I like site below for RAC info.

http://www.puschitz.com/InstallingOracle10gRAC.shtml

Thanks
Amir
by amirtai
Thu May 22, 2008 12:18 am
Forum: Operating System
Topic: Installing redhat enterprise 4 on vm using usb HD
Replies: 2
Views: 3259

Hi there

Did you meet all sys requirement. What's system configuration (M/Board etc) and BIOS version? you could try unplug the internal HDD. I was able to install it that way.

Thanks
Amir
by amirtai
Thu May 22, 2008 12:11 am
Forum: Operating System
Topic: 10g Database Installation on XP Professional
Replies: 1
Views: 2886

Hi there

Please follow the link below and let us know if you need more info.

Thanks
Amir

http://www.exforsys.com/tutorials/oracl ... ation.html
by amirtai
Thu May 22, 2008 12:05 am
Forum: Oracle Databases
Topic: Two Processes r running....Pls go through this
Replies: 1
Views: 1783

Hi there

There are many tables available to know job status. You could either check ALL_JOBS or DBA_JOBS and TOTAL_TIME column will tell you how much time processing time was allocated to a particular job.

Thanks
Amir
by amirtai
Sat May 17, 2008 3:13 am
Forum: Application DBA & System Administration
Topic: Workflow Gurus - SSHR - plz help
Replies: 1
Views: 1089

Hi there

You need to find WFT file and then modify the path through Workflow Builder.
After saving changes you could use "wfload" or WF Builder.


Thanks
Amir