Oracle 10G Express Newbie questions

Hello everyone! I am completely new to oracle and I was wondering if you guys could answer some of my questions. I installed Oracle 10g Express rpm (oracle-xe-univ-10.2.0.1-1.0.i386.rpm) and Zend for oracle with the assumption that all the environmental variables would be set and everything would be ready. Unfortunately, this was not the case:
The instructions say to setup the ORACLE_BASE and ORACLE_HOME but I don't know what those need to be. I'm assuming ORACLE_HOME can be any directory and ORACLE_BASE is the path to libraries or executables or something. This is not very clear to me in the instructions. By the way, X windows is not installed on my server so everything I do must be from the shell.
My question are:
1) On a standard rpm install of 10g Express, what should the environmental variables ORACLE_BASE & ORACLE_HOME be (installed in /usr/lib/oracle/ ) ?
2) Assuming that X windows is not installed, what are the best ways to connect to the DB? sqlplus? http://www.test.com:8080/apex? clients?
3) Can the windows client be used to connect to 10g Express on a linux server?
[root@localhost javier]# /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin/sqlplus
Error 6 initializing SQL*Plus
Message file sp1<lang>.msb not found
SP2-0750: You may need to set ORACLE_HOME to your Oracle software directory
[root@localhost javier]# env
HOSTNAME=localhost.localdomain
TERM=xterm
SHELL=/bin/bash
HISTSIZE=1000
OLDPWD=/
SSH_TTY=/dev/pts/0
USER=root
ORACLE_SID=orc1
ORACLE_BASE=/usr/lib/oracle/xe/app/oracle
MAIL=/var/spool/mail/root
PATH=/usr/lib/oracle/xe/app/oracle/product/10.2.0//bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/binINPUTRC=/etc/inputrc
PWD=/home/javier
LANG=en_US.UTF-8
SHLVL=1
HOME=/root
LOGNAME=root
LESSOPEN=|/usr/bin/lesspipe.sh %s
ORACLE_HOME=/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/sqlplus
G_BROKEN_FILENAMES=1
_=/bin/env

The question is more appropriate in the XE forum at Oracle Database Express Edition (XE)
Hopefully you already registered your copy of XE so you have access to the forum. Otherwise look for the registration link at http://www.oracle.com/technology/products/database/xe/index.html

Similar Messages

  • Need help w. connecting to oracle 10g express

    I have been having extreme difficulty with connecting to oracle 10g express edition. what do I put in at the SQL > prompt to access sql plus? Are there first some env. variables which I need to set? Sorry for the basic "newbie" question about this.

    what do I put in at the SQL > prompt to access sql plus?You may trySQL> conn / as sysdbabut don't use this one for your application data, create your own user(s) instead.
    Are there first some env. variables which I need to set?Depends... what's your operating system, and are you running sqlplus from SQL command line or from OS prompt ?

  • Oracle 10g Express Edition

    Hi All,
    A newbie quesion. I have Oracle 8i in my laptop, I want to install Oracle 10g Express edition, can i have both together ?
    Regards
    Ravi Kumar

    Yes, you can have as many Oracle homes as you require and as the host can hold, as long as you are careful and disciplined with the way you manage your ORACLE_HOME and PATH environment variables.
    ~ Madrid
    http://hrivera99.blogspot.com

  • Oracle 10g Express Edition doesn't works on Win SBS 2011

    Deutsch
    Hallo zusammen!
    Ich ein kleines Problem mit der Installation von Oracle 10g Express Edition Release 10.2.0.1.0. Zuerst, ich muss die ältere Version nehmen, weil das Programm welches dann auf Oracle zugreift sehr „sensibel“ ist und wohlmöglich mit der neueren Version 11g nicht klar kommt.
    Die Version 10g habe ich nun auf einen Server mit Windows SBS 2011 Essentials SP1 64-Bit installiert. Doch leider bekomme ich nach der Installation keinen Zugriff zum Localhost 127.0.0.1:8080/apex. Weder mit IE noch mit Firefox.
    Meine Frage wäre funktioniert die Version 10g auf Windows SBS 2011 mit 64-bit überhaupt und falls ja, wo müsste man eventuell in Windows noch etwas einstellen damit man Zugriff auf 127.0.0.1:8080/apex hat?
    Vielen Dank vorab!
    English
    Hello at all!
    I’ve some problems with the installation of Oracle 10g Express Edition Release 10.2.0.1.0. At first i must take the old version of Oracle, because the program which needs Oracle ist very “sensitive” and i fear this program doesn’t cope with the new version.
    So i install the version 10g on a server with Windows SBS 2011 Essentials SP1 64-Bit. Unfortunately i don't get an access to the localhost 127.0.0.1:8080/apex. I try it with IE and Firefox.
    My question is does Oracle 10g works on Windows SBS 2011 64-bit and if yes, is there any setting to do on Windows to get the an access to 127.0.0.1:8080/apex?
    Thank!

    does Oracle 10g works on Windows SBS 2011 64-bitYou can see supported OSes in System Requirements for Windows platforms.
    As always, not certified does not necessarily mean it won't work, but if you have problems...

  • Oracle 11g client / oracle 10g express edition in one computer

    Hi All,
    I already have Oracle 11g Client installed in my computer. I wanted to Install Oracle 10g Express Edition in the same computer. So that I shall work with that even when I am not in the network. My Question is : Will installing both of 11g Client and 10g XE will cause conflict in my computer or is it ok to install both. Any suggestion/information is appreciated.
    Regards,
    RRR

    Hi,
    i have installed oracle oraclient11g_home1, want to know the changes in tnsnames.ora.
    below tnsnames.ora file got created after installation. I dont know
    CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
    <alias>= [ (DESCRIPTION_LIST =  # Optional depending on whether u have
                        # one or more descriptions
                        # If there is just one description, unnecessary ]
         (DESCRIPTION=
         [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
         [ (ADDRESS_LIST=    # Optional depending on whether u have
                        # one or more addresses
                        # If there is just one address, unnecessary ]
         (ADDRESS=
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=tcp)
              (HOST=<hostname>)
              (PORT=<portnumber (1521 is a standard port used)>)
         [ (ADDRESS=
              (PROTOCOL=ipc)
              (KEY=<ipckey (PNPKEY is a standard key used)>)     
         [ (ADDRESS=
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=decnet)
              (NODE=<nodename>)
              (OBJECT=<objectname>)
    ... # More addresses
         [ ) ] # Optional depending on whether ADDRESS_LIST is used or not
         [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
         [ (SOURCE_ROUTE=yes) ]
         (DESCRIPTION=
         [ (SDU=2048) ]     # Optional, defaults to 2048
                        # Can take values between 512 and 32K
         [ (ADDRESS_LIST= ]     # Optional depending on whether u have more
                        # than one address or not
                        # If there is just one address, unnecessary
         (ADDRESS
              [ (COMMUNITY=<community_name>) ]
              (PROTOCOL=tcp)
              (HOST=<>)
              (PORT=<1521>)
         [ (ADDRESS=
              (PROTOCOL=ipc)
              (KEY=<ipckey (PNPKEY is a standard key used)>)
         ...           # More addresses
         [ ) ]           # Optional depending on whether ADDRESS_LIST
                        # is being used
         [ (CONNECT_DATA=
              (SID=<oracle_sid>)
              [ (GLOBAL_NAME=<global_database_name>) ]
         [ (SOURCE_ROUTE=yes) ]
         [ (CONNECT_DATA=
         (SID=<oracle_sid>)
         [ (GLOBAL_NAME=<global_database_name>) ]
         ... # More descriptions
         [ ) ]     # Optional depending on whether DESCRIPTION_LIST is used or not

  • Installing and Running Oracle 10g Express Edition on Microsoft Vista

    My computer is running on Microsoft Vista.
    I downloaded Oracle 10g Express Edition for Vista.
    I ran the setup.exe. Everything went well there.
    But, when I open the SQLPlus program, a window prompts me to enter my username, password and host string.
    Can someone please tell me what it is expecting for these fields? I am using the same username and password I used to create my Oracle account.
    But what is the host string?
    Appreciate it.
    Thanks.

    This may help
    http://sites.google.com/site/delphibasics/home/delphibasicsarticles/installingoracledatabase10gexpresseditiononwindowsvista
    Check out the section "Access demonstration data"
    Also this is not the best place to post a question of this nature. This might be better :
    Database Installation
    Best Regards
    mseberg

  • Creating database oracle 10g express edition

    1. can we create more than one database in oracle 10g express edition?
    2. can we rename database name default "XE" in Oracle 10g express edition?

    >
    1. can we create more than one database in oracle 10g express edition?
    >
    No you cannot.
    http://download.oracle.com/docs/cd/B25329_01/doc/install.102/b25144/toc.htm
    >
    3.2 Oracle Database XE Installation and Execution Restrictions
    <li>On a single computer, only one installation of the Oracle Database XE software can be performed.</li>
    <li>In addition, users can run only one instance of the Oracle Database XE database on each individual computer.</li>
    To run more than one Oracle Database server instance or install more than one copy of the database software, upgrade to Oracle Database 10g Standard Edition, Oracle Database 10g Standard Edition One, or Oracle Database 10g Enterprise Edition.
    >
    >
    2. can we rename database name default "XE" in Oracle 10g express edition?
    >
    Yes you can. Please see the link below for details.
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:963124000346653522
    XE questions are best answered here {forum:id=251}
    Regards,
    Phiri

  • Oracle 10g express edition recovery catalog

    whether oracle 10g express edition spoort recovery catalog?

    Yes you can; the answer is in the manual.
    >
    In general, the rules of RMAN compatibility are as follows:
    <li>You can create 8.X or 9.X RMAN catalog schema in any Oracle database release 8.1.X (or higher) and Release 10g RMAN catalog schema in any Oracle database release 9.0.1 (or higher).</li>
    <li>The recovery catalog schema version must be greater than or equal to the RMAN client version.</li>
    <li>Ideally, the versions of the RMAN client and the target database should be the same (although there are other legal combinations, listed in Table B-1).</li>
    <li>While backing up a Release 10g database using the 9.X RMAN client, you cannot include a controlfile that was created using compatible=10.0.0 in a datafile backupset. The workaround is to turn controlfile autobackup ON.</li>
    >
    http://download.oracle.com/docs/cd/B12037_01/server.101/b10770/compat.htm
    http://download.oracle.com/docs/cd/B25329_01/doc/admin.102/b25107/backrest.htm#i1004902
    XE questions are best answered here {forum:id=251}
    Regards,
    Phiri
    Edited by: phiri on 02-Apr-2010 01:36

  • Dbms_rls.add_policy with Oracle 10g Express Edition

    SQL> begin
    2 dbms_rls.add_policy(
    3 object_schema => 'VPD',
    4 object_name => 'TRANSACTIONS',
    5 policy_name => 'VPD_TEST_POLICY',
    6 function_schema => 'VPD',
    7 policy_function => 'VPD_POLICY.VPD_PREDICATE',
    8 statement_types => 'select, insert, update, delete',
    9 update_check => TRUE,
    10 enable => TRUE,
    11 static_policy => FALSE);
    12 end;
    13 /
    Gives an ORA error as follows
    ERROR at line 1:
    ORA-00439: feature not enabled: Fine-grained access control
    ORA-06512: at "SYS.DBMS_RLS", line 20
    ORA-06512: at line 2
    i'am using Oracle 10g Express Edition
    Please get back as soon as possible

    It should more appropriate to post your question into Oracle Database Express Edition (XE)<br>
    <br>
    Nicolas.

  • (again) oracle 10g client and oracle 10g express in one computer

    hi again, sorry if this question looks like a double post to you.
    Well this is quite embarassing yet still make some headache for me. I have my office PC installed with Oracle 10g client using admin component option, for connecting some application with database on remote server. Now, after I have developed some basic map using Oracle 10g Express on my home PC, I want to test it in my office network. But everytime I tried to install Oracle Express, it web interface will working normally while all other aplication can no longer connected with remote server from the client. If I remove Oracle Express, all client connection will working again as if nothing happened. I already created Microsoft LoopBack connection using IP 10.10.10.10, edit TNSNAMES.ORA, etc that could possibly helpful but nothing fixed. Strangely, if I install Oracle 10g Database version, all connection to remote server working again, and map application also working. But this kind of installation takes up all my PC resources (grrrr!). Any more suggestion?
    best regards
    net2surfin

    I'm sorry if the information not accurate, but the client connection made by application which try to connect is simply "not resolved" and show no error code/number at all. I'll try to connect from sqlplus though, maybe the error number will be known from this way.
    About 10.10.10.10 tcp loopback, I got this work around from here: http://download.oracle.com/docs/cd/B19306_01/install.102/b14316/reqs.htm#BABGCEAI
    in the Ora Database Preinstallation requirement, where it states like this:
    +16.In the Properties dialog box, click Use the following IP address and do the following:+
    a.IP Address: Enter a non-routable IP for the loopback adapter. Oracle recommends the following non-routable addresses:
    +■192.168.x.x (x is any value between 0 and 255)+
    +■10.10.10.10+ <---- this is the value suggested that I've been used in my home PC
    b.Subnet mask: Enter 255.255.255.0.
    c.Record the values you entered, which you will need later in this procedure.
    d.Leave all other fields empty.
    e.Click OK.
    I'll try to remove the loopback later and see the ORA environment, to see the result. In the mean time, all suggestions is highly appreciated.
    thank you n best regards
    net2surfin

  • Create tablespace in Oracle 10g Express

    Hi,
    I've been playing around over the last few days with Oracle 10g Express and I need to create my own tablespace and therefore create user associated with my custom table space.
    I tried with the command create tablespace, but I am not successful with configuring the parameters such as the datafile location and such. I did go through the Oracle Concepts Guide which was very helpful, but I must be missing something.
    Also assuming that my db scheme will be part of my application and therefore released to my client as script so they can re-create my database how would the table space integration work on their end.
    I would I have to place my first line of the script to create the table space and ask them for database file location?
    Any advice will be appreciated.
    Thank you in advance.

    user12359577 wrote:
    The reason why I think I should create my own tablespace is because I am creating a database scheme and thus I think it is appropriate to place my db scheme in its own tablespace instead of simply using the Users tablespace default.
    This is my command:
    create tablespace MYTBLSPACE;
    Error:
    Error starting at line 1 in command:
    create tablespace MYTBLSPACE
    Error at Command Line:1 Column:32
    Error report:
    SQL Error: ORA-02199: missing DATAFILE/TEMPFILE clause
    02199. 00000 - "missing DATAFILE/TEMPFILE clause"
    *Cause:    A CREATE TABLESPACE statement has no DATAFILE/TEMPFILE clause.
    *Action:   Specify a DATAFILE/TEMPFILE clause.
    I am also not sure how to specify the datafile.
    Thank you.How about checking with the fine SQL Reference manual for the syntax of the CREATE TABLESPACE command?
    Learning where to look things up in the documentation is time well spent investing in your career. To that end, you should drop everything else you are doing and do the following:
    Go to tahiti.oracle.com. Drill down to your product and version.
    Spend a few minutes just getting familiar with what is available here. Take special note of the "books" and "search" tabs. Under the "books" tab you will find the complete documentation library.
    Spend a few minutes just getting familiar with what kind of documentation is available there by simply browsing the titles under the "Books" tab.
    Open the Reference Manual and spend a few minutes looking through the table of contents to get familiar with what kind of information is available there.
    Do the same with the SQL Reference Manual.
    Do the same with the Utilities manual.
    You don't have to read the above in depth. They are reference manuals. Just get familiar with what is there to be referenced. Ninety percent of the questions asked on this forum can be answered in less than 5 minutes by simply searching one of the above manuals.
    Then set yourself a plan to dig deeper.
    - Read a chapter a day from the Concepts Manual.
    - Take a look in your alert log. One of the first things listed at startup is the initialization parms with non-default values. Read up on each one of them in the Reference Manual.
    - Take a look at your listener.ora, tnsnames.ora, and sqlnet.ora files. Go to the Network Administrators manual and read up on everything you see in those files.
    - When you have finished reading the Concepts Manual, do it again.
    Give a man a fish and he eats for a day. Teach a man to fish and he eats for a lifetime.
    Edited by: EdStevens on Mar 3, 2010 10:13 AM
    Edited by: EdStevens on Mar 3, 2010 10:15 AM

  • Newly installed oracle 10g express edition database

    Hai to all
    I have fedora 15 operating system with oracle 10g express edition database installed .. I already have working knowledge in mysql database .. my question is that when i opened oracle database via sql developer , then by expanding tables tab on left side .. I can able to see some table that are created by default as the following:
    AQ$_INTERNET_AGENT_PRIVS
    DEF$_AQCALL
    LOGMNR_AGE_SPILLS$
    My question is that . Can i drop all these tables ??? . By doing so, will that create any problems ..
    Any idea will help me ..
    thanks in advance to allllllll

    If You wont to see how Oracle drop tables
    - create Youre schema
    create user test_user ... ;
    -create table
    create table test_user.test_table ... ;
    drop table
    table test_user.test_table ;
    Regards,
    Pavel
    Edited by: Pavel on May 22, 2012 10:26 PM

  • Silent Installation Of Oracle 10g Expression Edition

    Plz i need information about how to install Oracle 10g Expression Edition silently on multiple computer.....i get this script from Oracle site:
    ** Response file to perform silent install of Oracle Database 10g Express Edition **
    ** Values for the following variables are configurable: **
    ** szDir - Provide a valid path **
    ** TNSPort - Provide any valid available port number **
    ** MTSPort - Provide any valid available port number **
    ** HTTPPort - Provide any valid available port number **
    ** SYSPassword - Provide a valid password string **
    ** bOpt1 - 1 or 0 : 1 launches the Database Homepage at end of install and 0 doesn't **
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-DlgOrder]
    Dlg0={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdWelcome-0
    Count=9
    Dlg1={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdLicense2Rtf-0
    Dlg2={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdComponentDialog-0
    Dlg3={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskTNSPort-13013
    Dlg4={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskMTSPort-13012
    Dlg5={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskHTTPPort-13014
    Dlg3={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskSYSPassword-13011
    Dlg4={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdStartCopy-0
    Dlg5={F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdFinish-1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdWelcome-0]
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdLicense2Rtf-0]
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdComponentDialog-0]
    szDir=d:\oraclexe\TEST
    Component-type=string
    Component-count=1
    Component-0=DefaultFeature
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskTNSPort-13013]
    TNSPort=1521
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskMTSPort-13012]
    MTSPort=2030
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskHTTPPort-13014]
    HTTPPort=8080
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-AskSYSPassword-13011]
    SYSPassword=oracle
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdStartCopy-0]
    Result=1
    [{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}-SdFinish-0]
    Result=1
    bOpt1=1
    bOpt2=0
    but i need how to link this script into the Setup file.
    i urgently need ur help bro.................. let me know if u have some idea to fix this problem.
    thz for advance.

    It is important to define which OS you are working with.
    Making a blind guess I will assume your are working on a windows environment (after this file fragment: "Dir=d:\oraclexe\TEST")
    In order to perform a silent install on a windows environment you should:
    - download the appropriate installation executable - eg. OracleXE.exe
         - download one of the silent install response file templates
         - edit the template with appropriate values for the install questions
         - run the Oracle XE installation and specify the location of the edited response file using a command similar to the following: OracleXE.exe /s /f1"<location of edited response file> /f2"<location of silent install log>
    ~ Madrid

  • Oracle 10g Express Installation

    Please help with installing Oracle 10g Express. These are the steps I've done:
    1. Click "Oracle Database 10g Express Edition for Microsoft Windows"
    2. Click "Oracle Database 10g Express Edition (Western European)
    OracleXE.exe (165,332,312 bytes)
    Single-byte LATIN1 database for Western European language storage, with the Database Homepage user interface in English only."
    3. Log in with my email and password I created
    4. File Download window appears and has the options to "Find" or "Save"
    Clicking "Find" opens the following web page:
    "Windows has the following information about this MIME type. This page will help you find software needed to open your file.
    MIME Type: application/x-msdownload
    Description: UnKnown
    Windows does not recognize this MIME type.
    You can search the following Web site for related software and information:
    Windows Live Search
    Have questions? See these Frequently Asked Questions."
    Clicking "Save" - I save to desktop or documents, it saves and then opens the same web page.
    Please help, I'm a college student thats just trying to get more practice with Oracle outside of class.
    Thanks!

    It seems the file is download without extension .exe. Because of this Windows does not know how to open it. Rename the downloaded file to OracleXE.exe and try again.

  • Executing Pro*C/C++ generate code in Oracle 10g Express

    Hi,
    I had developed my application using Pro*C/C++ in Oracle 10g Enterprise Edition Release 2 to generate the code to execute my SQL statements from the application program.
    Problem 1:
    Now, as I am trying to migrate my database to the Oracle 10g Express edition, my application failed to recompile as I'm unable to find the orasql10.lib and header files.
    Question 1:
    I would like to enquire if Oracle 10g express supports Pro*C/C++ and can the code generated in Oracle 10g Enterprise Edition be executed in Oracle 10g Express?
    Problem 2:
    I tried to copy the orasql10.lib and header files from Oracle 10g Enterprise Edition to Oracle 10g Express. The application is able to compile successfully, but it's unable to execute as an "no symbol loaded" error message occurred when the application trying to load for the oracle dll files.
    Question 2:
    Is there any work around to solve this problem?
    Thanks.
    Regards,
    Wee Teck

    Wee Teck,
    I wouldn't go about copying files between Oracle installations, it's definitely not supported.
    In theory you should be able to compile your Pro*C/C++ app in another Oracle home and run the resulting app against an XE instance.
    Cheers,
    Colin

Maybe you are looking for

  • Doubt in Select Query

    Hi, I want to get data from 2 table which query is effeicient one by seeing performance... 1. using for all entries statement 2. Get data using join query. Thanks in advance

  • Sort Order problem in a cursor

    Hi, I have a cursor where the sort order needs to be specified dynamic. I have declared variables (say x and y) which contains the numbers. When I use them in the order by clause, though no compilation error, but the sorting does not occur. Eg. Curso

  • No rfc destination is defined in SAP Global Trade Services

    when doing MB1C transaction the above mentioned error is displayed(errror: No rfc destination is defined in SAP Global Trade Services ).doing MB1C transaction through movement type 561 the system is accepted,but through MT 501 when we are doing the p

  • Creating a Transition Template for FCPX

    So I am familiar with FCPX and editing, however I am still working on developing my skills in animated graphics. I found a great transition I want to brand my videos with but it is saved as a After Effects Project. Upon opening it AE just has transpa

  • No printers in PS CS4 (64)

    I have Photoshop CS4(64) (11.0.2) running in Windows 7. Whenever I try to access the Print menu, it complains that I need to install printers before using it. I also have a 32-bit copy of PSCS4 on the same machine and it prints fine. All other apps A