Search found 138 matches

by amirtai
Mon May 28, 2007 2:08 am
Forum: Application DBA & System Administration
Topic: How to autorun vncserver:0 at background at server
Replies: 2
Views: 1464

Hi

You are supposed to run vncserver as root. So just put it in /etc/init.d or can use any rc. directory. That's it. If you need to use it on specific time then use crontab.

Thanks
Amir
by amirtai
Sun May 13, 2007 1:15 am
Forum: Operating System
Topic: Internet connection in Linux Enterprise edtion 4
Replies: 1
Views: 1713

Hi

Try turn off firewall settings that you might have enabled at the time of installation. Make sure you have appropriately configured your Network card driver and it's enabled.
by amirtai
Sun May 13, 2007 1:03 am
Forum: Oracle Forms & Reports
Topic: Configure AS 10g
Replies: 5
Views: 3004

Hi So the basic guidelines for installation of AS Enterprise on 2 servers configuration for medium size deployment. 1- Install Oracle DB 10GR2 on DB Server. (Linux server is recommended) that wud be used as Metadata Repository (MR) name it MRDB. 2. Install Infra, name it INFRATIER and point it to yo...
by amirtai
Mon May 07, 2007 12:27 am
Forum: Oracle Databases
Topic: Oracle hetrogenious Service
Replies: 1
Views: 4082

Hi

Perhaps link below might help you to setup ODBC for unix/linux.

http://www.unixodbc.org/
by amirtai
Sun Apr 15, 2007 10:28 pm
Forum: Oracle Forms & Reports
Topic: Dynamicaly population of list
Replies: 2
Views: 8498

Hi

How come you are selecting A.CLIENT_NO twice! in your query?


"SELECT A.CLIENT_NO,A.CLIENT_NO FROM SALES_CLIENT_MASTER A');
by amirtai
Sun Apr 15, 2007 10:04 pm
Forum: Oracle Databases
Topic: pl/sql table
Replies: 1
Views: 1926

Hi

Because Oracle saves all its information in the form of tables. In other words info about tables are stored in tables as well. Part of that info is also called Data Dictionary.

If you wanna know about any specific package do let us know.

Thanks
by amirtai
Tue Mar 20, 2007 5:05 am
Forum: Application DBA & System Administration
Topic: How to remove/add VIS & PROD
Replies: 4
Views: 2137

Hi

Actually there are 2 different scanarios.

1- I have VIS installed and I wanna add PROD to it.

2- I have VIS & PROD installed, I need some space so I wanna remove only VIS from my machine.

Hope that might have cleared my question.

Thanks
by amirtai
Tue Mar 20, 2007 2:34 am
Forum: Application DBA & System Administration
Topic: Exp/Imp in Oracle Applications
Replies: 2
Views: 2074

W.A Dear Irfan We Import / Export with a pipe, you can change given below scripts accordingly. 1. Make a pipe using the mnod command 2. Start the export using an export parameter file. Export to the pipe rather than a normal dump file. 3. At the same time start the import using an import parameter f...
by amirtai
Mon Mar 19, 2007 2:55 pm
Forum: Application DBA & System Administration
Topic: How to remove/add VIS & PROD
Replies: 4
Views: 2137

How to remove/add VIS & PROD

Hi there

After Installation either one. Do we need to run complete installer again to remove/add VIS or PROD?

Is there any easy workaround?

Thanks
Amir
by amirtai
Sun Mar 18, 2007 5:40 am
Forum: Application DBA & System Administration
Topic: Installation on Windows 2003 Advanced Server
Replies: 3
Views: 1537

Hi

Before running installer, you need to install VC98 and MKSTOOL with GNUMake.

Thanks
by amirtai
Sun Mar 18, 2007 5:37 am
Forum: Application DBA & System Administration
Topic: Can Apps Be Installed on Windows XP
Replies: 7
Views: 1587

Hi

I've installed it on XP Professional and it's working fine.

Thanks
Amir
by amirtai
Sun Mar 18, 2007 5:28 am
Forum: Application DBA & System Administration
Topic: Need help to backup
Replies: 41
Views: 11789

[:)]Thanks admin for correction. I didn't realize that in typin flow. anyway here is a new easygo. As of 10g instead of putting each tablespace in BACKUP mode we can put eintire database in BACKUP mode. SQL> ALTER DATABASE BEGIN BACKUP; As soon as you finish taking all backups. SQL> ALTER DATABASE E...
by amirtai
Thu Mar 15, 2007 5:29 pm
Forum: Application DBA & System Administration
Topic: Need help to backup
Replies: 41
Views: 11789

Hi Lukman! Congrats... finally u did it. [:X] the best tool to check your DB connectivity is "$tnsping <DB SID>" like $tnsping VIS. Briefly about BACKUP: actually there are 2 types of backup for DB tier. Physical/Cold or Offline Backup and Logical/Online Backup. For Cold backup your databa...
by amirtai
Thu Mar 15, 2007 3:22 am
Forum: Application DBA & System Administration
Topic: Need help to backup
Replies: 41
Views: 11789

Hi Lukman If you can open your database. It's look like your password file is missing or corrupt to authenticate the APPS user. Find password file on your production database and copy it to TEST. The default location for the password file is: $ORACLE_HOME/dbs/orapw$ORACLE_SID on Unix and %ORACLE_HOM...
by amirtai
Wed Mar 14, 2007 7:02 pm
Forum: Application DBA & System Administration
Topic: Need help to backup
Replies: 41
Views: 11789

Hi Lukman

Are you able to bring DB up to MOUNT state? Unless your DB is not in MOUNT state you won't be able to restore your datafiles thru RMAN.

If you feel any problem with PFILE or INIT file just let me know.

Keep trying coz every problem teaches you a new lesson.

Thanks