Preinstallation Tasks: 10g Release 2 (10.2) for Linux x86

In the section:
Setting Shell Limits for the oracle User
of http://download.oracle.com/docs/cd/B19306_01/install.102/b15660/pre_install.htm#BABCHAED
It says the following:
Add or edit the following line in the /etc/pam.d/login file, if it does not already exist:
session required /lib/security/pam_limits.so
session required pam_limits.so
Here is my /etc/pam.d/login file content:
#%PAM-1.0
auth required pam_securetty.so
auth required pam_stack.so service=system-auth
auth required pam_nologin.so
account required pam_stack.so service=system-auth
password required pam_stack.so service=system-auth
# pam_selinux.so close should be the first session rule
session required pam_selinux.so close
session required pam_stack.so service=system-auth
session required pam_loginuid.so
session optional pam_console.so
# pam_selinux.so open should be the last session rule
session required pam_selinux.so open
Question:
do i add this at the end of the file?
session required /lib/security/pam_limits.so
session required pam_limits.so
Or change a line in my file? If yes, which line do i change?
Message was edited by:
Steeve

If this line already exists, just edit it and change the value accordingly. If this line doesn't exist just add it. it doesn't matter where in the file it is located.
Personally I do it by script, I have to do it pretty frequently so it became a routine for me:
cp /etc/pam.d/login /etc/pam.d/login.bak
echo -e session    required\\t/lib/security/pam_limits.so >> /etc/pam.d/login~ Madrid.

Similar Messages

  • Oracle 10g Release 2 (10.2) for Linux x86-64

    Hi All,
    During installation - Oracle Database Configuration Assistance, I have got below error and thus I stuck. As per Metalink note 293988.1, this will be resolved if I do [root@localhos]# echo 1 > /proc/sys/vm/disable_cap_mlock . But problem is when I do this because I dont have /proc/sys/vm/disable_cap_mlock file in my system, it giving ¨bash: /proc/sys/vm/disable_cap_mlock: No such file or directory¨ error. So I am unable to get rid of this error. I also set SELinux Default and Current mode as permissible and rebooted it.
    No use, Its giving same error.
    ORA-27125: Unable to create shared memory segment.
    DB Details_
    Oracle 10g Release 2 (10.2) for Linux x86-64
    Choosen Basic Installation
    OS Details:_
    *[root@localhost vm]# uname -rm*
    2.6.32-100.0.19.el5 x86_64
    *[root@localhost vm]# uname -a*
    Linux localhost.localdomain 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    *[root@localhost etc]# cat /etc/redhat-release*
    Red Hat Enterprise Linux Server release 5.5 (Tikanga)
    *[root@localhost etc]# make -v*
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for x86_64-redhat-linux-gnu
    This is bugging me since last two days. Any help would be appreciated.
    Thanks in advance.
    Regards,
    Mahi

    Trust me I verified installtion guide and release notes atleast 20 times. I never had luck witht any thing. I was wondering how come edelivery.oracle.com packages (both Linux 64 bit Linux with upgrade to Unbreakable and Oracle 10g db version) is not workign for me. Finally below trick to the installed file could make my installation work(Ref link http://www.oracle-base.com/articles/10g/OracleDB10gInstallationOnFedora2.php) . In this I am setting DISABLE_HUGETLBFS to value 1. My only doubt is, does this have any impact on performance? Can some one relay on such tweeking for prod installtions? Ofcourse I am yet to go for commercial. At present I dont have ULN or metalink authorised access.
    cd $ORACLE_HOME/bin
    mv oracle oracle.bin
    cat >oracle <<"EOF"
    #!/bin/bash
    export DISABLE_HUGETLBFS=1
    exec $ORACLE_HOME/bin/oracle.bin $@
    EOF
    chmod +x oracle
    Edited by: TechMahi.com on Nov 7, 2010 10:15 PM

  • Oracle 10g (10.1.0.2) for Linux x86 missing from download page?

    Hello,
    Why isn't there a download link to Oracle 10g (10.1.0.2) for Linux x86 on the 10g download page?
    And what's the difference between 10.1.0.3 and 10.1.0.2?
    Thanks

    Hi,<br></br>
    <br>The level of one release is different with plateform.
    On the Oracle Database 10g Downloads you can find only final release, and not intermediare patch.</br><br>For example, the 10gR1 for Linux x86 is 10.1.0.3, and for Windows 32-bits this is 10.1.0.2, after what you can upgrade to the last patchset.
    </br>
    <br>Nicolas.</br>

  • How to install Oracle 10g Release 2 (10.2) for RHEL 5

    Hello Guys,
    I want to install Oracle® Database 10g Release 2 (10.2) for Linux x86-64 in RHEL 5
    Please experience people guide me ... please don't give me http://download.oracle.com/docs/cd/B19306_01/install.102/b15667/toc.htm (Oracle® Database Installation Guide 10g Release 2 (10.2) for Linux x86-64) link i already gone through but it's to much in depth and not able to understand what is that i can use from this.
    My Machine is having 12GB RAM and it's 64bit machine.
    So please provide me steps that only relate to my oracle installation. I just want to do simple installation without database and my machine not have graphical interface also.
    Send me your generic steps that i can run on my machine. if you want information about my system specification please ask.
    So please people help me out... i am really thankful to you guys .....
    Thanks ,
    ORACLE DBA P

    That also good idea man. thanks for your valuable advice.
    I have confusion here ...
    3. Changes to be made to Kernel parameters
    After installing above mentioned packages, we need to change some Kernel parameters and make them match to Oracle requirements. Parameters which should be changed are shown below
    shmmax     2147483648
    shmmni     4096
    shmall     2097152
    shmmin     1
    semmsl     250
    semmns     32000
    semopm     100
    semmni     128
    file-max     65536
    ip_local_port_range     1024 65000
    rmem_default     1048576
    rmem_max     1048576
    wmem_default     262144
    wmem_max     262144
    We do all these changes in the /etc/sysctl.conf file by adding these lines to that file:
    kernel.shmmax = 2147483648
    kernel.shmall = 2097152
    kernel.shmmni=4096
    kernel.sem=250 32000 100 128
    fs.file-max=65536
    net.ipv4.ip_local_port_range=1024 65000
    net.core.rmem_default=1048576
    net.core.rmem_max=1048576
    net.core.wmem_default=262144
    net.core.wmem_max=262144
    Question: What will be my value for this as my system is 64bit so this all parameter is ok if i put all straight ?
    ----> Setting Shell limits for the Oracle UserTo improve the performance of the software on Linux systems, you must increase the following shell limits for the oracle user:
    1. Add the following lines to /etc/security/limits.conf file
    oracle soft nproc 2047
    oracle hard nproc 16384
    oracle soft nofile 1024
    oracle hard nofile 65536
    2. Add the following lines to /etc/pam.d/login file
    session required /lib/security/pam_limits.so
    session required pam_limits.so
    3. In order to use Oracle Software, we need to make a change in “oracle” user’s buffer size and number of opened file descriptors. In order to do it, we add below lines to /etc/profile file
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fi
    Question: this things also i need to change ?

  • Oracle 10g R 10.2 for Linux x86-64 - /proc/sys/vm/disable_cap_mlock problem

    Hi All,
    During installation - Oracle Database Configuration Assistance, I have got below error and thus I stuck. As per Metalink note 293988.1, this will be resolved if I do [root@localhos]# echo 1 > /proc/sys/vm/disable_cap_mlock . But problem is when I do this because I dont have /proc/sys/vm/disable_cap_mlock file in my system, it giving ¨bash: /proc/sys/vm/disable_cap_mlock: No such file or directory¨ error. So I am unable to get rid of this error. I also set SELinux Default and Current mode as permissible and rebooted it.
    No use, Its giving same error.
    ORA-27125: Unable to create shared memory segment.
    DB Details_
    Oracle 10g Release 2 (10.2) for Linux x86-64
    Choosen Basic Installation
    OS Details:_
    *[root@localhost vm]# uname -rm*
    2.6.32-100.0.19.el5 x86_64
    *[root@localhost vm]# uname -a*
    Linux localhost.localdomain 2.6.32-100.0.19.el5 #1 SMP Fri Sep 17 17:51:41 EDT 2010 x86_64 x86_64 x86_64 GNU/Linux
    *[root@localhost etc]# cat /etc/redhat-release*
    Red Hat Enterprise Linux Server release 5.5 (Tikanga)
    *[root@localhost etc]# make -v*
    GNU Make 3.81
    Copyright (C) 2006 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions.
    There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
    PARTICULAR PURPOSE.
    This program built for x86_64-redhat-linux-gnu
    This is bugging me since last two days. Any help would be appreciated.
    Thanks in advance.
    Regards,
    Mahi

    From what I can gather form your post, the ORA-27125: Unable to create shared memory segment is probably the result of:
    a) not enough physical memory available.
    b) /dev/shm not configured properly.
    c) kernel parameters are not set according to Oracle requirements.
    Since this is happening during the installation of Oracle I suggest to check the SHMMAX kernel parameter. This is all mentioned in the pre-installation steps. Oracle 11g will actually check these kernel parameters prior to installing. Not sure about 10g now, which you are trying to install.
    The most common, easiest way to prepare the system for Oracle RDBMS is to install the "oracle-validated" package. If you don't have access to ULN, you can setup public yum.
    http://public-yum.oracle.com/ Then you can simply type as the root user: yum install oracle-validated
    Edited by: waldorfm on Nov 3, 2010 1:18 PM

  • Oracle E-Business Suite Release 12.2.2 Media Pack v1 for Linux x86-64-bit avaliable NOW!

    Hi Friends;
    Finally Oracle E-Business Suite Release 12.2.2 Media Pack is available at e-delivery site.
    For a now it has been published for linux x86-64.
    Setup size almost 83G
    Here is the some notes:
    New Installation Customers who do not have access to My Oracle Support will not have access to key documents needed to perform a New Installation of Oracle E-Business Suite Release 12.2. This Part Number includes Document files which should be referred to when a ‘Document xxxxxx.1′ is referenced within the Documentation.
    The first document to review is the “READ FIRST – Document 1320300.1, Oracle E-Business Suite Release Notes, Release 12.2.html”. This is your starting point for performing a New Installation.
    Documents included under the Documents directory:
    Check first:- Document 1320300.1, Oracle E-Business Suite Release Notes, Release 12.2.html
    Document 389422.1, Recommended Browsers for Oracle E-Business Suite Release 12.html
    Document 1155883.1, Oracle E-Business Suite Desktop Client Hardware and Software Requirements.html
    Document 1314621.1, Oracle E-Business Suite NLS Release Notes, Release 12.2.html
    Document 1330701.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Linux x86-64.html
    Document 1330702.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for Oracle Solaris (64-bit).html
    Document 1330703.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for IBM AIX (64-bit).html
    Document 1330704.1, Oracle E-Business Suite Installation and Upgrade Notes Release 12 (12.2) for HP-UX Itanium.html
    Document 1355068.1, Oracle E-Business Suite 12.2 Patching Technology Components Guide.html
    Document 1376618.1, Oracle E-Business Suite Technology Stack Release Notes for Release 12.2.2.html
    Document 1469456.1, DATAINSTALL AND HRGLOBAL APPLICATION 12.2 SPECIFICS.html
    Document 1506669.1, Oracle E-Business Suite Release 12.2.2 Readme.html
    Document 1560906.1, Applying the Release 12.2.2 AD and TXK Release Update Packs.html
    This information&entery is avaliable at Oracle E-Business Suite Release 12.2 Supplemental Documentation – REVIEW FIRST V39664-01 at  e-delivery site.
    Enjoy it
    Oracle E-Business Suite Release 12.2.2 Media Pack v1 for Linux x86-64-bit avaliable NOW! | Helios&amp;#039;s Blog
    Regard
    Helios

    Hi Friends;
    Thanks for inputs...  Still there is no input at  Steven Chan blog yet
    Anyway
    @Hussein Sawwan
    We know very well who is the fastest gun in forum  so well And yes let the fun begins
    @Asif
    Thanks for input man
    @Nayas
    Let us know how the installation goes
    Regard
    Helios

  • 10g Release 2 (10.2.0.4) Patch Set 3 for Linux x86 is available

    For all those who were in need of some bug fixing, maybe it has been patched in 10g Release 2 (10.2.0.4) Patch Set 3 for Linux x86, which is now available for download.

    Hello Srini, thanks for your answer.
    I haven´t Oracle Dataguard, I have a disk replication with other supplier, for this reason, I need to know the files that will be modified, because if the patch modifies a file that I haven´t on replication, I will have problems.
    Thanks again.

  • How download 10g Release 10.0.0.2 for Linux x86

    This is a misison of experience, my boss has asked me that try to startup a database on a Cold Backup, it's in Itanium's server to 64 bits and with the release 10.1.0.2, but in the official homepage of oracle do not I find it, not this release for Linux x86 appears.
    Someone would be able me to help with this?
    Greetings
    Daniel

    it's a copy and paste from sqlplus....
    SQL*Plus: Release 10.1.0.2.0 - Production on Tue Sep 13 07:53:33 2005
    Copyright (c) 1982, 2004, Oracle. All rights reserved.
    SQL>
    SQL> column comp_name format a40
    column version format a15
    column schema format a15
    column status format a7
    Select comp_name, version, schema, status from dba_registry;SQL> SQL> SQL> SQL> SQL>
    COMP_NAME VERSION SCHEMA STATUS
    Oracle Database Catalog Views 10.1.0.2.0 SYS VALID
    Oracle Database Packages and Types 10.1.0.2.0 SYS VALID
    Oracle Workspace Manager 10.1.0.2.0 WMSYS VALID
    JServer JAVA Virtual Machine 10.1.0.2.0 SYS VALID
    Oracle XDK 10.1.0.2.0 SYS VALID
    Oracle Database Java Packages 10.1.0.2.0 SYS VALID
    Oracle Expression Filter 10.1.0.2.0 EXFSYS VALID
    Oracle interMedia 10.1.0.2.0 ORDSYS VALID
    Oracle Data Mining 10.1.0.2.0 DMSYS VALID
    Oracle Text 10.1.0.2.0 CTXSYS VALID
    Oracle Enterprise Manager 10.1.0.2.0 SYSMAN VALID
    COMP_NAME VERSION SCHEMA STATUS
    Oracle Real Application Clusters 10.1.0.2.0 SYS INVALID
    12 rows selected.
    SQL>
    SQL> select * from v$instance;
    INSTANCE_NUMBER INSTANCE_NAME
    HOST_NAME VERSION
    STARTUP_ STATUS PAR THREAD# ARCHIVE LOG_SWITCH_ LOGINS SHU
    DATABASE_STATUS INSTANCE_ROLE ACTIVE_ST
    1 siladver
    itanium 10.1.0.2.0
    29/08/05 OPEN NO 1 STOPPED ALLOWED NO
    ACTIVE PRIMARY_INSTANCE NORMAL
    SQL> select CREATED, VERSION_TIME, DATABASE_ROLE, PLATFORM_NAME from v$database;
    CREATED VERSION_ DATABASE_ROLE
    PLATFORM_NAME
    11/02/05 11/02/05 PRIMARY
    Linux IA (64-bit)
    SQL>
    do you belive me now ?????

  • Oracle 10g release 2 and Oracle Unbreakable Linux 5

    Hello, I tried to install Oracle (Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86-64) into the last oracle linux distribution. I have problems with the installation process:
    @SRVAXILAB072 database]$ ./runInstaller
    Starting Oracle Universal Installer...
    Checking installer requirements...
    Checking operating system version: must be redhat-3, SuSE-9, redhat-4, UnitedLinux-1.0, asianux-1 or asianux-2
    Passed
    All installer requirements met.
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2007-08-16_09-05-34PM. Please wait ...[oracle@SRVAXILAB072 database]$ Exception in thread "main" java.lang.UnsatisfiedLinkError: /tmp/OraInstall2007-08-16_09-05-34PM/jre/1.4.2/lib/i386/libawt.so: libXp.so.6: cannot open shared object file: No such file or directory
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)
    at java.lang.ClassLoader.loadLibrary0(Unknown Source)
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at sun.security.action.LoadLibraryAction.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.awt.NativeLibLoader.loadLibraries(Unknown Source)
    at sun.awt.DebugHelper.<clinit>(Unknown Source)
    at java.awt.Component.<clinit>(Unknown Source)
    I see in this forum some solutions but none works for me (I´m installing Oracle Unbreakable Linux 5 x64) to solve this problem I put libXp lib but the problem is the same.
    The library is installed:
    [root@SRVAXILAB072 oracle]# ll /usr/lib64/libXp.so.6
    lrwxrwxrwx 1 root root 14 Aug 16 18:10 /usr/lib64/libXp.so.6 -> libXp.so.6.2.0
    [root@SRVAXILAB072 oracle]#
    But I think the installation process are searching in /usr/lib but I didn´t have the library in 32b I tried to copy to /usr/lib and another crazy ideas but didn’t work.
    I read alot of post and guides for installation process but I didn´t see nothing to install Oracle in Oracle Unbreakable Linux 5
    Some ideas??
    If not..... I will try with Oracle Unbreakable linux 4 :(
    Thanks
    Best Regards

    Well, I've not been in touch with installs on linux myself for a long time, but it seems you need a few 32-bit libs. Try installing libXp-1.0.0-8.i386.rpm.

  • Where is Grid Control Download for Linux-x86-64 ?

    Help please, Trying to download Grid Control base release from
    http://www.oracle.com/technology/software/products/oem/index.html
    All links point to the Patch download for Release 4, which requires an earlier version. I just want the full 10.2.0.3 base install.

    hi,
    in the following page
    http://www.oracle.com/technology/software/products/oem/index.html
    the following is 10.2.0.3 full installer
    Full Installers (Agent, Repository, OMS, and Management Packs)
    Oracle Enterprise Manager 10g Grid Control Release 3 (10.2.0.3) for Linux x86-64 (README)

  • Error when trying to install 9.2.0.4 for Linux x86

    I downloaded oracle 9.2.0.4 for Linux x86 from here:
    http://www.oracle.com/technology/software/products/oracle9i/htdocs/linuxsoft.html
    When I did the necessary extractions, and then ran the runInstaller, I get the following java error:
    [oracle@zeus Disk1]$ Initializing Java Virtual Machine from /tmp/OraInstall2006-08-15_11-27-09AM/jre/bin/java. Please wait...
    Error occurred during initialization of VM
    Unable to load native library: /tmp/OraInstall2006-08-15_11-27-09AM/jre/lib/i386/libjava.so: symbol __libc_wait, version GLIBC_2.0 not defined in file libc.so.6 with link time reference
    I'm logged on to the server as the oracle user. Is this the correct version for Oracle for Linux x86.
    Here's what I get from uname -a:
    [oracle@zeus]$ uname -a
    Linux zeus 2.4.21-40.ELsmp #1 SMP Thu Feb 2 22:22:39 EST 2006 i686 i686 i386
    GNU/Linux
    I have installed Oracle 10g successfully on this server as well.

    Installation howto you can find on http://www.puschitz.com
    Try use "Search" function before you create new topic. This one was discussed many times.

  • Download JCO 2.1.10 for Linux x86

    Hello,
    Would you know where I could download the JCO 2.1.10 for Linux x86?
    Regards,

    I believe you are referring to the SAP note 549268 - SAP JCo 2.x release and support strategy
    According to that note "In order to get SAP support it is required to migrate all JCo applications and use the successor version SAP Java Connector 3.0 Standalone. For further information on the SAP JCo 3.0 release and support strategy please refer to the separate SAP note 1077727"
    1077727 - SAP JCo 3.0 release and support strategy
    I believe you will need to use release 3.0
    But I was able to locate the 2.1 release under
    http://service.sap.com/swdc - Support Packages and Patches - Archive for Support Packages and Patches - Archive - Browse our Download Catalog - SAP Connectors - SAP JCO - SAP JCO 2.1
    Regards
    RB

  • Where can I find the Oracle Clusterware 11.1.0.7 for Linux x86

    Hello,
    I am testing upgrading Oracle 11g RAC from 11.1.0.6 to 11.1.0.7 on Linu x86 (RedHat 5.3/OEL 5.3)
    I haven't been able to find the Oracle Clusterware 11.1.0.7 for Linux x86 download, which is required for the RAC upgrade.
    Could someone tell me the patch/patchset number or how can I search for it in metalink?
    Thanks!

    Hi,
    You need to download patch 6890831
    Please see the metalink note 800603.1 for 11.1.0.7 patch set and installation instructions for Linux x86.
    Hope this helps.
    Regards
    Satishbabu Gunukula
    http://oracleracexpert.blogspot.com
    [Click here to delete archive logs using RMAN|http://oracleracexpert.blogspot.com/2009/08/delete-archive-logs-using-rman.html]
    [Click here for Oracle Data pump export/Import with Examples|http://oracleracexpert.blogspot.com/2009/08/oracle-data-pump-exportimport.html]
    Edited by: Satishbabu Gunukula on Aug 26, 2009 10:32 PM

  • EM Cloud 12c Management Agent Software for linux x86

    Hello folks
    I need to acquire Management Agent Software for linux x86 using offline mode. I followed steps described in online documentation of Oracle Cloud Control 12c, section "4.2.3.2 Acquiring Management Agent Software in Offline Mode"
    I downloaded the catalog file p9348486_112000_Generic.zip, but when I executed import_update_catalog as follow:
    /em12c/oms12cr3/oms/bin/emcli import_update_catalog -file=/app/em12c/swlib/p9348486_112000_Generic.zip -omslocal
    this error apears:
    "Internal error while validating catalog file format: error in opening zip file"
    thanks in advance

    --> $/AGENT_INST/bin/emctl stop agent
    If agent does not shutdown gracefully then kill all agent background processes by first grepping for agent perl and java processes only
    --> Move your existing target.xml file
    mv target.xml target.xml.old
    --> Create an empty targets.xml file under /AGENT_INST/sysman/emd with the below content
    <Targets>
    </Targets>
    --> Start the agent
    $AGENT_INST/bin/emctl start agent
    This starts agent but without any targets populated in targets.xml
    To discover targets perform agent resynchronization operation from console
    Regards
    Krishnan

  • Oracle 10.2.0.3 for Linux x86-64 patchset

    Dear Team,
    Let us know the url for Oracle 10.2.0.3 for Linux x86-64
    64bit patchset
    Thanks,
    Aj

    Hi,
    Download patch
    Let us know the url for Oracle 10.2.0.3 for Linux x86-64 *5337014* ---------------> RDBMS 10.2.0.3 patchset from http://metalink.oracle.com
    Regards,
    Xaheer

Maybe you are looking for

  • My ipod touch 3rd gen will not update to 4.3. It says it is the current version

    when i try to update my ipod touch 3rd gen to 4.3 on itunes it says "your ipod is up to date" and "this is the currnet version".  But when i try to buy certain apps it says "you must have version 4.3 to download this app" what do i do? i have 4.2 and

  • Unable to find Logical Volume manager in OEL6

    Hi Guru's, I am new to Linux. I have installed OEL6 in my windows box with Virtual Box. After logging in i don't see the Logical Volume manager and Network option under Administration menu too. I tried to install lvm-1.0.8-14.x86_64.rpm (downloaded f

  • [SOLVED] bc and the decimal point

    Hello, I've been trying out bc today and I've come across something: If, for example, I try and calculate 1/10 in bc (whilst setting scale to, say, 5), I'll get .10000. Is there some way to always display the number to the left of the decimal point,

  • REP-3002 Error

    Hi, I have a character mode report. I wants to generate a ascii formatted file. Using 'Postscript' option, i could able to generated this file, if the machine has printer driver. If the machine don't have the printer driver, its throwing REP-3002 err

  • FCP X 10.1.2 keeps crashing when I click on a file to import

    I've recently updated to the new version of FCP X 10.1.2 and every time I try to import a new file into a library, Final Cut crashes as soon as I even click on the file.  This happens before I even attempt to import it.  The files I am trying to impo