Search found 138 matches

by amirtai
Mon Dec 05, 2011 12:17 am
Forum: Operating System
Topic: Issue post upgrade/Fresh install on Linux 5 of R12
Replies: 0
Views: 2959

Issue post upgrade/Fresh install on Linux 5 of R12

Recently we were installing R12 on Linux 5 32/64 bit and had to resovle some issues at OS level like missing liberaries/RPMs etc. I'll keep posted this thread for such problems and thier solutions. HTTP Server not Alive in OPMN due to Missing libdb.so.2 Linking didn't work either: ln -s /usr/lib/lib...
by amirtai
Sun Dec 04, 2011 11:50 pm
Forum: Oracle Forms & Reports
Topic: ROS-200 in ORacle 10g forms in EBS
Replies: 3
Views: 6387

Also check: FRM-10043 Cannot Open File [ID 32968.1] -------------------------------------------- Applies to: Oracle Forms - Version: 6.0.8 to 10.1.2 Information in this document applies to any platform. Checked for relevance 2-DEC-2009 Purpose Troubleshooting FRM-10043 Cannot Open File Scope and App...
by amirtai
Sun Jun 26, 2011 4:30 am
Forum: Oracle Databases
Topic: Changing Domain name for Oracle 11 i
Replies: 1
Views: 4235

Hi there The 11i is using: Oracle-Application-Server-10g/10.1.2.0.2. You need to go through link below to find out more for information about how to change the hostname on App Server: http://download.oracle.com/docs/cd/B14099_19/core.1012/b14126/host.htm If you do not want to do it manually then Aut...
by amirtai
Mon Jun 13, 2011 9:30 pm
Forum: Operating System
Topic: gfs2 filesystem won't free up space when files are
Replies: 2
Views: 3875

Hi

This is a known bug either you apply the patch or upgrade to a latest version.

https://bugzilla.redhat.com/show_bug.cgi?id=505548

Have fun!
by amirtai
Mon Jun 13, 2011 12:08 am
Forum: Oracle Databases
Topic: Application Server 10g
Replies: 4
Views: 25293

There are couple of more links regarding configuration and deployment might help you to understand the process: http://www.oracle.com/technetwork/developer-tools/forms/frm10gnewfeatures-130290.pdf http://andynariska.blogspot.com/2008/06/calling-oracle-reports-from-oracle-10g.html In the IT field if ...
by amirtai
Sun Jun 12, 2011 11:40 pm
Forum: Oracle Databases
Topic: Exp/Imp vs Expdp/Impdp
Replies: 1
Views: 13127

Hi there First of all Oracle never recommends or supports Export dump as a backup strategy you have to use RMAN for that purpose. As far as the efficiency is concerned the Expdp has been proved better than conventional Exp and Imp. Also Data pump is the only utility that Oracle promised to support i...
by amirtai
Sun May 01, 2011 9:19 pm
Forum: Oracle Databases
Topic: Application Server 10g
Replies: 4
Views: 25293

Hi there Here are the two links for step by step App Server 10g installation, there should not be much difference if you are installing on windows/Linux. Hope that might help. http://www.oracle-base.com/articles/10g/OracleAS10g3InstallationOnRedHatAndCentOS.php http://appsfusion.blogspot.com/2007/12...
by amirtai
Sun Mar 13, 2011 12:42 am
Forum: Operating System
Topic: RH Linux Training Guide & Admin Reference Book
Replies: 0
Views: 4228

RH Linux Training Guide & Admin Reference Book

Hope you'll learn a lot from this book by Asghar Ghori. It's one of the must buy book for Red Hat Linux certification. Please do get your copy. http://www.amazon.com/Certified-Technician-Engineer-Administrators-Reference/dp/1615844309/ref=sr_1_1?s=books&ie=UTF8&qid=1299986928&sr=1-1 Amir
by amirtai
Sun Feb 13, 2011 10:55 pm
Forum: Operating System
Topic: VPN
Replies: 9
Views: 17549

Hi there

If you have ssh port enabled then it's usually enough for secure communication through VNC viewer.

If you still want to setup VPN then here's a link:

http://www.techrepublic.com/article/set ... ps/6038003

Amir
by amirtai
Sun Feb 13, 2011 10:25 pm
Forum: Oracle Databases
Topic: real-time downstream Issue
Replies: 1
Views: 4366

Hi there It is usually the case that the primary database cannot connect to the downsteam database. i.e typically, the cause may be ora-1017: invalid username/password; logon denied. If the remote_login_passwordfile is not configured or is not the same as that on the primary or the sys passwords are...
by amirtai
Mon Feb 07, 2011 12:09 am
Forum: Operating System
Topic: cron/oracle: Permission denied
Replies: 1
Views: 4136

Hello

Is oracle user a member of root user group? you can verify it with the command below, check the group id followed by user name.

$cat /etc/passwd|grep oracle

Amir
by amirtai
Tue Nov 16, 2010 12:10 am
Forum: Operating System
Topic: Sun Sparc Question
Replies: 1
Views: 3306

Hello It depends on your need, what type of databases you'll create. We have a highly used OLTP databases and we have virtualization requirement as well. Here's the spces for Oracle's Sun SPARC M9000 server. It's good for medium size organizations or even most of the large org. Check this out. http:...
by amirtai
Sat Oct 23, 2010 3:39 am
Forum: Oracle Databases
Topic: integrate sbt_library with RMAN (Linux RedHat)
Replies: 3
Views: 5933

Hello Where are you running it from the backup client or server. That's not MAN error, At the begining, it's complaining that service does not exist. NetWorker: Cannot contact nsrexecd service on ebstest.tea.or.tz, Service not available. allocated channel: ch1 Is nsrexecd two services running there?...
by amirtai
Tue Oct 12, 2010 12:39 am
Forum: Oracle Databases
Topic: integrate sbt_library with RMAN (Linux RedHat)
Replies: 3
Views: 5933

Hello

You just need to simply allocate a channel for TAPE which you can name SBT TAPE and rest of the commands are same. Just to get an idea you can refer to metalink Note.66333.1. Here is an example given below:

RMAN> run {
allocate channel c1 type 'sbt_tape';
release channel c1;}

Amir
by amirtai
Sun Jun 27, 2010 2:21 am
Forum: Oracle Databases
Topic: 2 Databases on Single Server
Replies: 2
Views: 46391

Kashif

Please set the ORACLE_SID env variable before starting sqlplus session.

C:>Set ORACLE_SID=mydb

Amir