Pb with command "Oracle_express\app\oracle\product\11.2.0\server\rdbms\admin\catalog.sql"

Ello,
I create a base manually
when I execute the command
sqlplus /nolog
connect /as sysdba
@Oracle_express\app\oracle\product\11.2.0\server\rdbms\admin\catalog.sql
a the end I have the error
Comment created.
Comment created.
Grant succeeded.
DOC>######################################################################
DOC>######################################################################
DOC>    The following PL/SQL block will cause an ORA-20000 error and
DOC>    terminate the current SQLPLUS session if the user is not SYS.
DOC>    Disconnect and reconnect with AS SYSDBA.
DOC>######################################################################
DOC>######################################################################
DOC>#
DECLARE
ERROR at line 1:
ORA-06553: PLS-213: package STANDARD not accessible
Disconnected from Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
Somebody have an idea for resolve my issue please ??
Thank

TRy this may help u
CLASSY DBA: ORA-06553: PLS-213: package STANDARD not accessible

Similar Messages

  • Error in writing to file '/u01/app/oracle/product/10.2.0/lib/libocr10.so'

    I am in middle of Oracle 10.2.0.3 pachest installation and getting this error:
    Error in writing to file '/u01/app/oracle/product/10.2.0/lib/libocr10.so'
    I shutdown database and listenter prior to start of upgarde.
    Any idea? OS AIX 5.2

    hi,
    >
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    2 from
    3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
    then
    create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    use this command
    a spfile will be created inside /dbs/
    now restart the DB and give startup command and check the instance status..
    as mentioned above export the Oralce_home and Oracle_sid..
    regards,
    Deepak

  • LRM-00109:could not open parameter file '/u01/app/oracle/product/10.2.0/db

    hi
    i have manually created a database called ora.i have done all the relative tasks.i can open the database by startup nomount pfile.but when i try to create spfile from pfile, it is showing an error that it is already created.when i give the startup command the
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/10.2.0/db_1/dbs/initora.ora'
    above error occurs.acutally my pfile is in another location and it is trying to open it from another loc.ihave added the line
    export ORACLE_SID=ora in bashrc file.Already there is one database called orcl and it is also been added to the
    bashrc file.
    Pz solve it for me.

    hi,
    >
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    2 from
    3 pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    create spfile='/u01/app/oracle/product/10.2.0/db_1/dbs'
    ERROR at line 1:have you startup the database in nomount stage with pfile.. if so.
    then
    create spfile form pfile='/u01/app/oracle/product/10.2.0/db_1/admin/ora/pfile/initora.ora';
    use this command
    a spfile will be created inside /dbs/
    now restart the DB and give startup command and check the instance status..
    as mentioned above export the Oralce_home and Oracle_sid..
    regards,
    Deepak

  • ORA-01078: failure in processing system parameters LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox). I have the users grid and oracle11g. Add groups and install grid infrastructure first as a grid user and install database as oracle user as in documentation successfully.
    I have following users and groups as
    [grid@orcl11g ~]$ id grid
       uid=501(grid) gid=502(oinstall) groups=502(oinstall),492(vboxsf),501(grid),503(dba),505(asmdba),506(asmadmin),507(asmoper)
    [grid@orcl11g ~]$ id oracle11g
       uid=500(oracle11g) gid=502(oinstall) groups=502(oinstall),500(oracle11g),492(vboxsf),503(dba),504(oper),505(asmdba)
    .bash_profile edited  for oracle11g user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=ora11g
    export ORACLE_BASE=/u01/app/oracle
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/dbhome_1
    export ORACLE_SID=ora11g
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    .bash_profile edited  for grid user as
    "export TMP=/tmp
    export ORACLE_HOSTNAME=orcl11g
    export ORACLE_UNQNAME=+ASM
    export ORACLE_BASE=/u01/app/grid
    export ORACLE_HOME=$ORACLE_BASE/product/11.2.0/grid
    export GRID_HOME=$ORACLE_BASE/product/11.2.0/grid
    export ORACLE_SID=+ASM
    export PATH=$PATH:$ORACLE_HOME/bin
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib;
    export CLASSPATH=$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib;
    When I log on as grid user. I check the followings:
    [grid@orcl11g ~]$ crsctl check has
    CRS-4638: Oracle High Availability Services is online
    [grid@orcl11g ~]$ srvctl status database -d ora11g
    Database is running.
    [grid@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:17:37 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Automatic Storage Management option
    SQL> select status from v$instance;
    STATUS
    STARTED
    Till here everything seems to be OK!!!!
    When I log as  oracle user. I check the followings:
    [oracle11g@orcl11g ~]$ sqlplus sys as sysdba
    SQL*Plus: Release 11.2.0.1.0 Production on Thu Dec 25 19:21:46 2014
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter password:
    Connected to an idle instance.
    SQL> select status from v$instance;
    select status from v$instance
    ERROR at line 1:
    ORA-01034: ORACLE not available
    Process ID: 0
    Session ID: 0 Serial number: 0
    SQL> startup
    ORA-01078: failure in processing system parameters
    LRM-00109: could not open parameter file '/u01/app/oracle/product/11.2.0/dbhome_1/dbs/initORA11G.ora'
    Also when I log on as a grid user again and use following commands to shutdown and start database again the STATUS of instance is again STARTED not OPEN.
    [grid@orcl11g ~]$ srvctl stop database -d ora11g -o normal
    [grid@orcl11g ~]$ srvctl start database -d ora11g
    And also when I edit /etc/oratab file. I change N to Y for +ASM. But when restart system it seems not changed value is N again.
        +ASM:/u01/app/grid/product/11.2.0/grid:N   # line added by Agent
         ora11g:/u01/app/oracle/product/11.2.0/dbhome_1:Y
    NOW QUESTIONS!!!!!
    1. Why I can't change the status of database to OPEN as grid user?
    2. The status is always STARTED when querying v$instance. İs it status of +ASM or database?
    3. When checking database as grid user it seems to be Database runnning...  If running why it is not in OPEN state? What is running means here?
    4. When I log on as oracle user and query v$instance, then error shown above occured. And also when startup  the database then another error occured as in above. WHY?
    5. When I edit /etc/oratab file manually why second row saved but the first one is changed after restart the system?
    6. Normally, which user have to start, stop or manage database? I think that oracle user is necessary for managing database and the grid user is only for managing ASM and Oracle Restart.
    PLEASE HELP ME TO SOLVE THIS CHAOTİC SİTUATİON!!!
    Thanks,
    DBA_84

    I have installed an Oracle 11gR2 on Oracle Linux Server 6.6 (Virtualbox)
    Pl identify exact version of 11gR2 to 4 decimal places. As noted in your other thread - Failed to start oracle-ohasd, error: Inappropriate ioctl for device ohasd failed to start at roothas.pl - you will need a minimum version of 11.2.0.3 for Linux 6.x - using a lower version may result in unexpected issues or problems.

  • Cant not run root.sh u01/app/oracle/product/10.2.0/crs/install/rootinstall:

    Hello,
    Production machine hardware was failed which caused to reinstall the clusterware after following deinstall steps of metalink doc., but facing problems like "error invoking ntcontab.o" and error in invoking target nnfgt.o and error in invoking target client_sharedlib"
    these errors are raising at reinstall time of clusterware, if I am ignoring installation is going on but finally its showing only root.sh and not not showing the message to execute root102.sh, and even if I am trying to execute root.sh then below is the permission error
    /u01/app/oracle/product/10.2.0/crs/root.sh: line 2: /u01/app/oracle/product/10.2.0/crs/install/rootinstall: Permission denied
    even after that I changed the file permission its further stuck at error can not open libcltsh.so.10.1 file size is too short.
    Does any one have any ides about it, I have raised SR at severity 1 as it is production server but no Reply yet.
    Regards,
    Farrukh Salman,

    Hello,
    Thanks to reply, I have installed RAC 10g R2last month have to redo it coz of SAN connectivity driver failure and cross checked all the required RPMs again its all ok mean time I got a reply by metalink support as under
    As per bug
    Bug 4113186
    Looking at script /oracle/CRSHome/bin/ocrconfig, looks the installer didn't
    create the script properly as ORA_CRS_HOME is left null as below:
    ORA_CRS_HOME=
    ORACLE_HOME=/oracle/CRSHome
    Hence changing ORA_CRS_HOME to point to /oracle/CRSHome resolves this.
    Can you please help me out to understand these lines.
    Regards,

  • ORA-00202: control file: '/u01/app/oracle/product/11.2.0.2/db_1/dbs/snapcf_

    RMAN> register database;
    database registered in recovery catalog
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03008: error while performing automatic resync of recovery catalog
    ORA-00206: error in writing (block 29824, # blocks 64) of control file
    ORA-00202: control file: '/u01/app/oracle/product/11.2.0.2/db_1/dbs/snapcf_bibp1.f'
    ORA-27072: File I/O error
    Additional information: 4
    Additional information: 29824
    Additional information: 200704
    I have created catalog server and want to configure on both node.its RAC env. bibp1 and bibp2
    when am trying to register the database when give me above error.

    In 11.2.0.2, the Snapshot Control file must be on a Clustered File System or ASM. It cannot be on a local filesystem.
    See Oracle Support Notes
    RMAN Snapshot Controlfile Must Reside on Shared Device for RAC database in 11G [ID 1263621.1]
    In RAC environment from 11.2 onwards Backup Or Snapshot controlfile needs to be in shared location [ID 1472171.1]
    You need to :
    CONFIGURE SNAPSHOT CONTROLFILE NAME TO <shared_location_file>;Hemant K Chitale

  • @@/oracle/RSS/102_64/rdbms/admin/catproc.sql  Executed with error.

    Hi All,
    We are in process of  CU&UC  during the unicode process , we have exported the DB and during Import during  create database phase  we are facing this problem..
    Please suggest.....
    @@/oracle/RSS/102_64/rdbms/admin/catproc.sql
    exit;
    Executed with error.
    Thanks,
    Subhash.G

    Some more errors:
    Below error from sapinst.log for reference .
    INFO 2007-11-03 06:19:35 Removing file /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/ora_query3_tmp0_1.sql. INFO 2007-11-03 06:19:35 Creating file /tmp/sapinst_instdir/NW04S/LM/COPY/ORA/SYSTEM/CENTRAL/AS-ABAP/ora_query3_tmp0_1.sql. ERROR 2007-11-03 06:43:42 CJS-00084 SQL statement or script failed.
    DIAGNOSIS: Error message: ORA-955 for defaultdest ERROR 2007-11-03 06:43:45 MUT-03025 Caught ESAPinstException in Modulecall: ESAPinstException: error text undefined. ERROR 2007-11-03 06:43:47 FCO-00011 The step runCatprocSql with step key |NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0|runCatprocSql was executed with status ERROR . INFO 2007-11-03 06:53:37 An error occured and the user decide to stop.\n Current step "|NW_ABAP_OneHost|ind|ind|ind|ind|0|0|NW_Onehost_System|ind|ind|ind|ind|1|0|NW_CreateDBandLoad|ind|ind|ind|ind|10|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbBuild|ind|ind|ind|ind|5|0|runCatprocSql"
    Error from ora_sql.log
    @@/oracle/RSS/102_64/rdbms/admin/catproc.sql exit; Executed with error.
    Thanks

  • @/vobs/oracle/rdbms/admin/catproc.sql  error message

    After setting up 9i DB manually when i ran this script all went well with few errors , i am wondering these errors are ignoreable ....
    @/vobs/oracle/rdbms/admin/catproc.sql
    Grant succeeded.
    drop package body sys.diana
    ERROR at line 1:
    ORA-04043: object DIANA does not exist
    drop package sys.diana
    ERROR at line 1:
    ORA-04043: object DIANA does not exist
    Package created.
    Package body created.
    drop package body sys.diutil
    ERROR at line 1:
    ORA-04043: object DIUTIL does not exist
    drop package sys.diutil
    ERROR at line 1:
    ORA-04043: object DIUTIL does not exist
    Package created.
    ERROR at line 1:
    ORA-04043: object PSTUBT does not exist
    Procedure created.
    Grant succeeded.
    drop procedure sys.pstub
    ERROR at line 1:
    ERROR at line 1:
    ORA-04043: object SUBPTXT2 does not exist
    Procedure created.
    drop procedure sys.subptxt
    ERROR at line 1:
    ORA-04043: object SUBPTXT does not exist
    ERROR at line 1:
    ORA-04043: object DBMS_XPLAN_TYPE_TABLE does not exist
    drop type dbms_xplan_type
    ERROR at line 1:
    ORA-04043: object DBMS_XPLAN_TYPE does not exist
    Type created.
    ERROR at line 1:
    ORA-00942: table or view does not exist
    DROP TABLE ODCI_WARNINGS$
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Type created.
    Table truncated.
    drop sequence dbms_lock_id
    ERROR at line 1:
    ORA-02289: sequence does not exist
    Sequence created.
    drop table SYSTEM.AQ$_Internet_Agent_Privs
    ERROR at line 1:
    ORA-00942: table or view does not exist
    drop table SYSTEM.AQ$_Internet_Agents
    ERROR at line 1:
    ORA-00942: table or view does not exist
    Table created.
    DROP SYNONYM def$_tran
    ERROR at line 1:
    ORA-01434: private synonym to be dropped does not exist
    DROP SYNONYM def$_call
    ERROR at line 1:
    ORA-01434: private synonym to be dropped does not exist
    DROP SYNONYM def$_defaultdest
    ERROR at line 1:
    DROP TYPE SYS.ExplainMVMessage FORCE
    ERROR at line 1:
    ORA-04043: object EXPLAINMVMESSAGE does not exist
    Type created.
    drop view sys.transport_set_violations
    ERROR at line 1:
    ORA-00942: table or view does not exist
    PL/SQL procedure successfully completed.
    drop table sys.transts_error$
    ERROR at line 1:
    ORA-00942: table or view does not exist
    drop operator XMLSequence
    ERROR at line 1:
    ORA-29807: specified operator does not exist
    drop function XMLSequenceFromXMLType
    ERROR at line 1:
    ORA-04043: object XMLSEQUENCEFROMXMLTYPE does not exist
    drop function XMLSequenceFromRefCursor
    ERROR at line 1:
    drop function XMLSequenceFromRefCursor2
    ERROR at line 1:
    ORA-04043: object XMLSEQUENCEFROMREFCURSOR2 does not exist
    drop type XMLSeq_Imp_t
    ERROR at line 1:
    ORA-04043: object XMLSEQ_IMP_T does not exist
    drop type XMLSeqCur_Imp_t
    ERROR at line 1:
    ORA-04043: object KU$_IND_PART_T does not exist
    drop type ku$_ind_part_list_t force
    ERROR at line 1:
    ORA-04043: object KU$_IND_PART_LIST_T does not exist
    drop type ku$_piot_part_t force
    ERROR at line 1:
    Grant succeeded.
    Synonym created.
    Grant succeeded.
    Package altered.
    Package altered.
    PL/SQL procedure successfully completed.

    These errors are ignorable, Oracle just trying to drop the package before creating them. If this is the first time you run catproc.sql, the errors are expected.

  • Commands 4 running Oracle product

    I would like to know if somwhere is a list of all product included in Oracle9i Dabase R2 and for Oracle9iDS.
    I have problems to run some of the product, becouse i don't know the names of the executable files.
    For example i know that i can run Enterprise Manager Console by typing oemapp console or JDeveloper by typing jdev. So i would like to know for all product installed with previously mentioned Oracle product.
    For example: How can i run Repository Administration Utility?

    OK if it's an easy one then tell me in witch manual. I have read a lot of Oracle Manuals but just a few one are written for *unix system.
    I have found some of the commands but not all of them!

  • Audio Buffer error with command line app

    I run a program called SBAGEN, which is a binaural beat frequency program that runs from Terminal.app - lately, when I invoke one of the scripts for this program, I get this error:
    Set audio output buffer size failed, status = 1852797029
    any ideas as to how to solve this?
    Thanks

    Resolved this issue on my own:
    *SYSTEM PREF—-> SOUND —–> SOUND EFFECTS*
    I needed to make sure that under +SOUND EFFECTS+, that the following was selected in the drop down menu +“Play sounds and alerts from”+: *SELECTED SOUND OUTPUT DEVICE*

  • Problems with hangs, freezing, apps quitting - OSX 10.5.5 Server

    HELP!
    Have just taken delivery of a brand new MacPro 3.2GHZ with 10GB RAM and 4TB storage which we are running as a server.
    Installed 10.5.4 Server from the disc as an erase and install, got everything setup and running over the weekend and then installed the updates via Software update.
    Have been having problems with apps freezing up (Adobe updater and Mail) when I click on the dock to Force Quit the dock freezes too and I have to do a forced shutdown with the power button.
    As of today I am now also having problems with Acrobat 8 Pro shutting itself down after about 10 seconds. Here is the Console log:
    25/09/2008 10:01:22 Acrobat[1191] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    25/09/2008 10:01:22 Acrobat[1191] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    25/09/2008 10:01:22 Acrobat[1191] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    25/09/2008 10:01:22 Acrobat[1191] NSDocumentController Info.plist warning: The values of CFBundleTypeRole entries must be 'Editor', 'Viewer', 'None', or 'Shell'.
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] Adobe SelfHealing Error: Un
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] able to resolve target URL for specified destination:
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] {APP}PDFMaker
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] Lib
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] Adobe SelfHealing
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] Error: Unable to resolve target
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] URL for specified destination:
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191]
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] {APP}PDFMakerLib
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] Adobe SelfHealing Error: Unable to resolve targ
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] et URL for specified destination:
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] {APP}PDFMakerLib
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] Adobe SelfHealing Error: Unable
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] to resolve target URL for specified destinat
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] ion:
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] {APP}Office/{REPLACE}/Exce
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] l/PDFMaker.xla
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] Adobe SelfHealing Error: Unab
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] le to resolve target URL for specified destinati
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] on:
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] {APP}Office/{REPLACE}/PowerPoint/
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] PDFMaker.ppa
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] Adobe SelfHealing Error: Unable to resol
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] ve target URL for specified destination:
    25/09/2008 10:01:30 [0x0-0x43043].com.adobe.Acrobat.Pro[1191] {APP}Office/{REPLACE}/Word/PDFMaker.dot
    25/09/2008 10:01:42 com.apple.launchd[219] ([0x0-0x43043].com.adobe.Acrobat.Pro[1191]) Exited abnormally: Bus error
    I have tried trashing the preferences files but no change. Any recommendations?
    Matt

    dino_russ wrote:
    chelly Campbell wrote:
    Ok, I've been having this same problem. Took it to the Apple Store today, the guy seemed like he had absolutely no clue.
    anyway, came home from the Apple store thinking, maybe what he did (which is the same thing I did) worked. Nope.
    Any suggestions would help. It's getting so annoying to have to power down my computer and wait for it to come back every time I want to pick it up.
    Chelly
    Well as has been said above Apple supposedly knows there is a problem and some fix is on way, but til then all the workarounds -- even complete restore of OS, files and such from scratch in one case I read have not helped me or others, at best they seem temporary. Something with 10.5.5 and iTunes (other apps?) is a amiss. My Mac book with same files OS and such does not have this problem so go figure?
    Russ
    Just a note on all this, this thread has quieted last few days. My machine has also and settled down to almost normal. No updates so not sure why, but then I have not been running much videos in iTunes 8.01 and such (just audios) Store works fine for me also.
    I have done only one thing suggested amongst many. I have all but stopped using the trackwheel on my microsoft bluetooth mouse as this was one suggested problem (I have no clue why it would even be). I have noticed that one evening when I started doing the trackwheel though the spinning ball came back. So what this has to do with 10.5.5, ITunes 8.01 and all I am not sure. Still hopping for update that completely eliminates though. Since apple does admit a problem.

  • Fail running @/oracle/product/infra/rdbms/admin/utlrp.sql in Oracle RAC DB

    Dear Expert,
    I have issue when running recompile db by using below statement in Oracle RAC db.
    SELECT dbms_registry.time_stamp('utlrp_bgn') as timestamp from dual
    ERROR at line 1:
    ORA-00904: "DBMS_REGISTRY"."TIME_STAMP": invalid identifier
    Regard
    Liang

    timestamp not found below
    SQL> desc dbms_registry
    PROCEDURE CHECK_SERVER_INSTANCE
    FUNCTION COMP_NAME RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    PROCEDURE DELETE_PROGRESS_ACTION
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    ACTION                VARCHAR2          IN
    PROCEDURE DOWNGRADED
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    OLD_VERSION               VARCHAR2          IN
    PROCEDURE DOWNGRADING
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    OLD_NAME               VARCHAR2          IN     DEFAULT
    OLD_PROC               VARCHAR2          IN     DEFAULT
    OLD_SCHEMA               VARCHAR2          IN     DEFAULT
    OLD_PARENT               VARCHAR2          IN     DEFAULT
    FUNCTION GET_DEPENDENT_COMPS RETURNS COMP_DEPEND_LIST_T
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION GET_DEPENDENT_COMPS_REC RETURNS TABLE OF RECORD
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION GET_PROGRESS_STEP RETURNS NUMBER
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    ACTION                VARCHAR2          IN
    FUNCTION GET_PROGRESS_VALUE RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    ACTION                VARCHAR2          IN
    FUNCTION GET_REQUIRED_COMPS RETURNS COMP_DEPEND_LIST_T
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION GET_REQUIRED_COMPS_REC RETURNS TABLE OF RECORD
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    PROCEDURE INVALID
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION IS_COMPONENT RETURNS BOOLEAN
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION IS_IN_REGISTRY RETURNS BOOLEAN
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION IS_LOADED RETURNS NUMBER
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    VERSION               VARCHAR2          IN     DEFAULT
    FUNCTION IS_STARTUP_REQUIRED RETURNS NUMBER
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION IS_VALID RETURNS NUMBER
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    VERSION               VARCHAR2          IN     DEFAULT
    PROCEDURE LOADED
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    COMP_VERSION               VARCHAR2          IN     DEFAULT
    COMP_BANNER               VARCHAR2          IN     DEFAULT
    PROCEDURE LOADING
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    COMP_NAME               VARCHAR2          IN
    COMP_PROC               VARCHAR2          IN     DEFAULT
    COMP_SCHEMA               VARCHAR2          IN     DEFAULT
    COMP_PARENT               VARCHAR2          IN     DEFAULT
    PROCEDURE LOADING
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    COMP_NAME               VARCHAR2          IN
    COMP_PROC               VARCHAR2          IN
    COMP_SCHEMA               VARCHAR2          IN
    COMP_SCHEMAS               SCHEMA_LIST_T          IN
    COMP_PARENT               VARCHAR2          IN     DEFAULT
    FUNCTION NOTHING_SCRIPT RETURNS VARCHAR2
    FUNCTION PREV_VERSION RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    PROCEDURE REMOVED
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    PROCEDURE REMOVING
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    PROCEDURE RESET_VERSION
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION SCHEMA RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION SCHEMA_LIST RETURNS SCHEMA_LIST_T
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION SCHEMA_LIST_STRING RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION SCRIPT RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    SCRIPT_NAME               VARCHAR2          IN
    FUNCTION SCRIPT_PATH RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION SCRIPT_PREFIX RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION SESSION_NAMESPACE RETURNS VARCHAR2
    PROCEDURE SET_COMP_NAMESPACE
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    NAMESPACE               VARCHAR2          IN
    PROCEDURE SET_PROGRESS_ACTION
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    ACTION                VARCHAR2          IN
    VALUE                    VARCHAR2          IN     DEFAULT
    STEP                    NUMBER               IN     DEFAULT
    PROCEDURE SET_PROGRESS_STEP
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    ACTION                VARCHAR2          IN
    STEP                    NUMBER               IN
    PROCEDURE SET_PROGRESS_VALUE
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    ACTION                VARCHAR2          IN
    VALUE                    VARCHAR2          IN
    PROCEDURE SET_REQUIRED_COMPS
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    COMP_DEPEND_LIST          COMP_DEPEND_LIST_T     IN
    PROCEDURE SET_REQUIRED_COMPS
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    COMP_DEPEND_LIST          TABLE OF RECORD      IN
    PROCEDURE SET_SESSION_NAMESPACE
    Argument Name               Type               In/Out Default?
    NAMESPACE               VARCHAR2          IN
    PROCEDURE STARTUP_COMPLETE
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    PROCEDURE STARTUP_REQUIRED
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION STATUS RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION STATUS_NAME RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    STATUS                NUMBER               IN
    FUNCTION SUBCOMPONENTS RETURNS TABLE OF VARCHAR2(30)
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    COMP_OPTION               NUMBER               IN     DEFAULT
    PROCEDURE UPDATE_SCHEMA_LIST
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    COMP_SCHEMAS               SCHEMA_LIST_T          IN
    PROCEDURE UPGRADED
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    NEW_VERSION               VARCHAR2          IN     DEFAULT
    NEW_BANNER               VARCHAR2          IN     DEFAULT
    PROCEDURE UPGRADING
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    NEW_NAME               VARCHAR2          IN     DEFAULT
    NEW_PROC               VARCHAR2          IN     DEFAULT
    NEW_SCHEMA               VARCHAR2          IN     DEFAULT
    NEW_PARENT               VARCHAR2          IN     DEFAULT
    PROCEDURE UPGRADING
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    NEW_NAME               VARCHAR2          IN
    NEW_PROC               VARCHAR2          IN
    NEW_SCHEMA               VARCHAR2          IN
    NEW_SCHEMAS               SCHEMA_LIST_T          IN
    NEW_PARENT               VARCHAR2          IN     DEFAULT
    PROCEDURE VALID
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    FUNCTION VERSION RETURNS VARCHAR2
    Argument Name               Type               In/Out Default?
    COMP_ID               VARCHAR2          IN
    SQL>

  • ORA-01034: ORACLE not available with oracle 10.2 in Ubuntu server 11.10

    Hi all,
    I have this error message with my new installed oracle-xe 10g (10.2):
    luc@cuba:~$ sqlplus system
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:25:43 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Or if I try with SYSDBA:
    luc@cuba:~$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:34:34 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    If a did the status command:
    luc@cuba:~$ sudo /etc/init.d/oracle-xe status
    [sudo] password for luc:
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JAN-2012 23:29:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JAN-2012 22:44:12
    Uptime 0 days 0 hr. 44 min. 47 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cuba)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    What I did wrong?
    Regards,

    user13538830 wrote:
    Hi all,
    I have this error message with my new installed oracle-xe 10g (10.2):
    luc@cuba:~$ sqlplus system
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:25:43 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Enter password:
    ERROR:
    ORA-01034: ORACLE not available
    ORA-27101: shared memory realm does not exist
    Linux Error: 2: No such file or directory
    Or if I try with SYSDBA:
    luc@cuba:~$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.1.0 - Production on Mon Jan 9 23:34:34 2012
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-01031: insufficient privileges
    If a did the status command:
    luc@cuba:~$ sudo /etc/init.d/oracle-xe status
    [sudo] password for luc:
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 09-JAN-2012 23:29:00
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.1.0 - Production
    Start Date 09-JAN-2012 22:44:12
    Uptime 0 days 0 hr. 44 min. 47 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Default Service XE
    Listener Parameter File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    Listener Log File /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC_FOR_XE)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=cuba)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    The command completed successfully
    What I did wrong?First, you installed on an unsupported OS.
    Second, you apparently did not Read The Fine Manual, Installation Guide
    post results from following OS command
    env | sort

  • Linux, Oracle Databace 10g Express Ed installation so can run SQL Developer

    Dear Oracle
    I am endeavouring to run SQLDeveloper for Linux on my Netbook running Ubuntu 11.04 'Natty Narwhal' OS on an i386 architecture and have not yet been successful. I am doing this as we are using SQL Developer in my Computer Science undergraduate studies at RMIT in Melbourne, Australia. I first followed the cursory instructions on your site where I agreed to the Terms & Conditions of your license and downloaded the SQLDeveloper for Linux package. I have been tinkering with it but I can't get it to execute and open.
    I then did some research on the Internet to solve this problem and found a website from a Linux user that had codified the process they went through to get SQL Developer to work. I have included a copy of the website URL for your reference:
    [http://www.kodiaktechnical.com/wordpress/?p=84|http://www.kodiaktechnical.com/wordpress/?p=84]
    I have been working through the steps of this process and one of them was to install another one your, that is Oracle's, applications/tools which is: oracle-xe_10.2.0.1-1.0_i386.deb
    On running this Debian installation package for Linux my Ubuntu system opened a dialogue box which related:
    "The package is of bad quality
    The installation of a package which violates the quality standards isn't allowed. This could cause serious problems on your computer. Please contact the person or organisation who provided this package file and include the details beneath.
    Details:
    Lintian check results for /tmp/oracle-xe_10.2.0.1-1.0_i386.deb:
    E: oracle-xe: file-in-usr-marked-as-conffile usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/listener.ora
    E: oracle-xe: file-in-usr-marked-as-conffile usr/lib/oracle/xe/app/oracle/product/10.2.0/server/network/admin/tnsnames.ora
    E: oracle-xe: file-in-usr-marked-as-conffile usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/postDBCreation.sql
    E: oracle-xe: file-in-usr-marked-as-conffile usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/init.ora
    E: oracle-xe: file-in-usr-marked-as-conffile usr/lib/oracle/xe/app/oracle/product/10.2.0/server/config/scripts/initXETemp.ora"
    This dialogue box had two button options <<OK>> and <<Ignore and install>>. I have tried both but no success.
    I would really appreciate some assistance.
    Thanking you in anticipation
    Beauford

    Hi,
    Most of ppl in this forum are not from Oracle.
    Please try install XE database from repository. Follow these instructions.
    http://www.debian-administration.org/articles/430
    Regards,
    Jari

  • Oracle XE installation in Windows Server 2008

    Hi all,
    I need to install the Oracle XE version on a Windows Server 2008 but I'm not beeing successfully... I already reinstalled it 3 times, tried all solutions I could find all over the internet but still it doesn't work so I was hopping that someone out there could help me.
    This is my current configuration:
    ===========
    LISTENER.ORA:
    ===========
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = C:\oraclexe\app\oracle\product\10.2.0\server)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (ADDRESS = (PROTOCOL = TCP)(HOST = VALKYRIE.rhdevelop.local)(PORT = 1521))
    DEFAULT_SERVICE_LISTENER = (XE)
    ===========
    SQLNET.ORA:
    ===========
    SQLNET.AUTHENTICATION_SERVICES = (NONE)
    ===========
    TNSNAMES.ORA:
    ===========
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = VALKYRIE.rhdevelop.local)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    ===========
    result of "lsnrctl services" command:
    ===========
    LSNRCTL for 32-bit Windows: Version 10.2.0.1.0 - Production on 04-NOV-2010 00:59:26
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    The command completed successfully
    ===========
    result of "tnsping xe" command:
    ===========
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 04-NOV-2010 01:00:29
    Copyright (c) 1997, 2005, Oracle. All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = VALKYRIE.rhdevelop.local)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NA
    ME = XE)))
    OK (10 msec)
    When I try to access it thru the web (http://127.0.0.1:8081/apex) it gives a unable to connect error page.
    When I try to connect to sqlplus using "sqlplus / as sysdba" it says:
    SQL*Plus: Release 10.2.0.1.0 - Production on Thu Nov 4 01:03:45 2010
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    ERROR:
    ORA-12154: TNS:could not resolve the connect identifier specified
    I don't know what else to do and any hint would be very much appreciated.
    Thank you!

    C:\>set
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\Administrator\AppData\Roaming
    CG_BOOST_ROOT=C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\include\boost_1_39
    CLIENTNAME=ROSS_01-PC
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    COMPUTERNAME=VALKYRIE
    ComSpec=C:\Windows\system32\cmd.exe
    DXVCL=C:\Dev\Vcl\Developer Express.VCL
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\Administrator
    lib=C:\Program Files\SQLXML 4.0\bin\
    local=LISTENER
    LOCALAPPDATA=C:\Users\Administrator\AppData\Local
    LOGONSERVER=\\VALKYRIE
    NLS_LANG=American_America.we8iso8859p15
    NUMBER_OF_PROCESSORS=8
    ORACLE_HOME=C:\oraclexe\app\oracle\product\10.2.0\server
    ORACLE_SID=xe
    OS=Windows_NT
    Path=C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Program Files (x86)\Embarcadero\RAD Studio\7.0\bin;C:\Users\allaccess\Documents\RAD Studio\7.0\Bpl;C:\W
    indows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\Microsoft\Exchange Server\bin;C:\Program Files\
    Microsoft\Exchange Server\Scripts;C:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Microsoft SQL Server\80\Tools\Binn\;c:\Progr
    am Files (x86)\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\Tools\Binn\;c:\Program Files\Microsoft SQL Server\100\DTS\Binn\;c:
    \Program Files (x86)\Microsoft SQL Server\100\Tools\Binn\VSShell\Common7\IDE\;c:\Program Files (x86)\Microsoft SQL Server\100\DTS\Binn\;C:\Program Files (x86)\M
    icrosoft SQL Server\90\DTS\Binn\;C:\Dev\Vcl\Developer Express.VCL\Library\Delphi14;C:\Program Files (x86)\Java\jre6\bin\
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 26 Stepping 5, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=1a05
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    PROMPT=$P$G
    PUBLIC=C:\Users\Public
    SESSIONNAME=RDP-Tcp#0
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\Administrator\AppData\Local\Temp\2
    TMP=C:\Users\Administrator\AppData\Local\Temp\2
    USERDNSDOMAIN=RHDEVELOP.LOCAL
    USERDOMAIN=RHDEVELOP
    USERNAME=administrator
    USERPROFILE=C:\Users\Administrator
    windir=C:\Windows

Maybe you are looking for

  • Installing Linux on Yoga Tablet 2 Pro 13" that comes with Android

    Hello all, has anyone yet tried to install a Linux distribution on the Tablet 2 Pro 13" to replace the Android it comes with? Does the Android version of this tablet even boot from USB media, or is locked in some way? That tablet with Linux would jus

  • How to create business rules from Jdeveloper 10.1.3.1.0

    Dear Experts Can I able to create Oracle Business rules from My JDeveloper 10.1.3.1.0. Using this link They are creating repositories, rule sets for their BPEL process, But in my version I cant found <BPEL components> under component palette. Why the

  • IPhoto will not play iTunes music in slideshow

    Slideshow I created in iPhoto will only play theme music.  When I select my music from iTunes, the slideshow does not play the music. I have made dozens of slideshows before without this problem.  Seems to be a bug with iPhoto now.  Any suggestions??

  • No lyrics display function with iso 5

    I use my ipad 2 for backing tracks and with iso 4.3 I could display the lyrics with each track. It seems in iso 5 that apple in their wisdom have omitted the Lyrics and podcast app from the software which is going to leave a lot of people annoyed as

  • I deleted the " recently added " from my source list

    I was trying to empty the file and it got removed from my source list. How can I get it back or create another? desktop   Windows XP