Dbms_crypto in 10g Express missing

I have installed the Oracle Database 10g Express Edition, it works fine.
When I tried to use the dbms_crypto-Package with e.g.
SELECT utl_raw.cast_to_varchar2(dbms_crypto.Hash(utl_raw.cast_to_raw('My Test'),2)) FROM dual;
I got an ORA-00904 Error.
Have I to install something special to use the dbms_crypto-Package? I'm logged in as system, I have all privelegs on the database, have read documentation an the FAQ - but now i am helpless.
Any idea?
Kind regards
Thomas

You have to grant execute on dbms_crypto ( as user sys ) to your required user.
SQL> select grantee from dba_tab_privs where table_name = 'DBMS_CRYPTO';
GRANTEE
FLOWS_030000
FLOWS_020100
SQL> show user
USER is "SYS"
SQL> select * from v$version;
BANNER
Oracle Database 10g Express Edition Release 10.2.0.1.0 - Product
PL/SQL Release 10.2.0.1.0 - Production
CORE    10.2.0.1.0      Production
TNS for Linux: Version 10.2.0.1.0 - Production
NLSRTL Version 10.2.0.1.0 - ProductionBest regards
Maxim

Similar Messages

  • Problem upgrading 10g Express to Apex 3.1.2

    I have Oracle Database 10g Express Edition Release 10.2.0.1.0 installed on windows XP. I want to develop an application using oracle express (apex), so I thought it would be a good idea to upgrade apex (from the default apex 2.0 that came with 10g xe) to the latest, release 3.1,2 before starting. I have tried up to upgrade twice & it has failed. Without going into a ton of details, based on log errors that I saw each time, it looks like installation script, apexins.sql, expects the 1st param to be the default tablespace instead of the password. Any ideas about this?
    My other questions are:
    1) Prior to upgrading to rel 3.1.2, do I need to create the apex user/passwd FIRST? The doc did not say to create the account first.(so I didn't). It says apexins parameters are the followiing, but the log errors I got seem to disagree:
    @apexins <password> <tablespace_htmldb> <tablespace_files> <tablespace_temp>
    <images> <connect>
    2) Am I following the correct installation instructions for apex rel 3? From what I read, I believe I can go directly from apex rel 2.0 to 3.1.2. I found 2 different install docs for release 3 & they were different. Both docs said to run the change passwd script(apxchpwd) after installation, but one installation doc had 2 additional scripts (which I didn't run). Can someone please point me to the right install instructions?
    3) After searching I found an old apex 2.2 installaction tutorial that says you need to install HTTP prior to APEX. Apparently I misinterpreted the 3.1 install doc that said HTTP was already included in oracle 9.2 or higher. I assumed that I didn't need to install HTTP since oracle xe is rel 10. Now I think I need to install HTTP first from the companion CD BEFORE upgrading to APEX 3.1.2. Is this correct?
    3) It says that 85M is required in SYSTEM tablespace for apex 3. The system tablespace size is 76800 (default).
    Should I increase it before attempting to upgrade again? (I expected the default to be big enough since apex comes with the db)
    4)Any suggestions/tips for starting over are more than welcome! Again I saw > 1 doc on how to cleanup a bad installation. Both said to drop the flows_0300 user, but one said to exec wwv_flow_upgrade.switch_schemas, which I did before I did attempted the 2nd install. Am I supposed to run the switch_schemas or not to cleanup a bad install? Also, in the troubleshooting doc I did not see an option for calling switch_schemas for my apex release (2.1) so I just followed the examples and substituted 'FLOWS_020100'. for 'FLOWS_020200' parameter. Was that a good or bad idea?
    5) Is there any other software (i.e application, server?) that needs be to installed before or after apex 3.1.2? Anything else I missed? The documentation is not clear & has omissions.
    Thanks.

    Hi,
    I'm assuming that you're doing this on a Windows based machine and Apex 3.1.2 has already been downloaded from the Application Express webpage and will use port http 8080.
    NOTE: Make sure your Oracle Database XE does not automatically startup when Windows boots up. If that is the case, then kindly disconnect Oracle Database XE before proceeding with any of these steps.
    Step 1: Unzip Apex to a suitable location (preferable "c:\oraclexe\apex").
    Step 2: Start a SQL Plus session from c:\oraclexe\apex and login as a "sysdba".
    sqlplus / as sysdba
    Step 3: Install Apex.
    +@apexins SYSAUX SYSAUX TEMP /i/+
    Step 4: Reconnect Oracle Database XE.
    Step 5: Assign/Set images PATH for APEX in APEX_HOME folder where we have unzipped APEX i.e. c:\oraclexe.
    [email protected] APEX_HOME+
    Step 6: Assign/Set administrator credentials for/to APEX.
    [email protected] your_password+
    Step 7: Restart Oracle Database XE.
    Step 8: Apex configuration completed. Availability will be as follows:
    Apex availability: http://localhost:8080/apex
    Apex Administrator: http://localhost:8080/apex/apex_admin
    Follow these steps and let me know if this works for you or not.
    Regards,
    Naveed.

  • 10g Express installation on Win 2003 Server is failing

    Hi,
    I am facing the similar issue like this
    Oracle Database 10g Express Edition installing on win2003 SP2
    installation is failing after copying the files and publishing the product information and then automatically rolling back the complete setup. I checked in the OracleDatabaseXEServerInstall.log, but i could not trace out the exact cause.. some key notes from this log.
    =================== Log Extract =========================================
    Property(S): ISSCRIPT_ENGINE_VERSION = 11.0.0.28844
    Property(S): ISSCRIPT_VERSION_MISSING = The InstallScript engine is missing from this machine. If available,
    please run ISScript.msi, or contact your support personnel for further assistance.
    Property(S): ISSCRIPT_VERSION_OLD = The InstallScript engine on this machine is older than the version required
    to run this setup. If available, please install the latest version of ISScript.msi, or contact your support
    personnel for further assistance.
    Property(S): ProductToBeRegistered = 1
    MSI (s) (68:5C) [18:45:56:639]: Note: 1: 1708
    MSI (s) (68:5C) [18:45:56:639]: Product: Oracle Database 10g Express Edition -- Installation operation failed.
    =================== Log Extract =========================================
    This is a VM with Windows Server 2003 SP 2. I checked the relevant Group policies enabled for this and i m clueless why this is failing.
    Could someone provide me some clue on this
    Thanks,
    NSR

    There is insufficient information here to know what you did and did not do.
    Remove the software from your machine, if you know how to do so clean up the registry (otherwise do not touch it), get a fresh download, try again, and read the installation docs don't just try to fake your way through the prompts.

  • Login problem with Oracle 10g Express Edition as system user

    I have installed Oracle Database 10g Express Edition, but I can not login inside. I use the following:
    user: system
    password: ****** the password witch I put during the installation.
    As I click Login, the page returns to the same state and wants username and password again. As I write wrong user and pass it yields an error, as I write the right user and pass it returns to the same page again. I used uppercase for system and lower case, but the problem goes on. I read the documentation, but I didn't find a solution.
    Eventully I may be miss something. Can anyone help me?

    Hi,
    Are you try to connect sys user on sql command prompt and alter system user password then try to connect
    regards
    Taj

  • Oracle 10g Express Edition Installation Error

    I have downloaded 10g Express Edition and am trying to install. After clicking on the OracleXE.exe file, I get the following error:
    Error applying transforms. Verify that the specified transform paths are valid. C:\WINDOWS\Installer\{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}\1033.MST
    I have verified that the path and file exists. What else should I do?

    Here is the Ipconfig settings:
    ipconfig /all
    Windows IP Configuration
    Host Name . . . . . . . . . . . . : jfunk
    Primary Dns Suffix . . . . . . . :
    Node Type . . . . . . . . . . . . : Unknown
    IP Routing Enabled. . . . . . . . : No
    WINS Proxy Enabled. . . . . . . . : Yes
    Ethernet adapter Local Area Connection 11:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : Microsoft Loopback Adapter
    Physical Address. . . . . . . . . : 02-00-4C-4F-4F-50
    Dhcp Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 192.168.100.100
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . :
    Ethernet adapter Local Area Connection 5:
    Connection-specific DNS Suffix . :
    Description . . . . . . . . . . . : 3Com 3C920 Integrated Fast Ethernet
    Controller (3C905C-TX Compatible) #4
    Physical Address. . . . . . . . . : 00-08-74-48-AE-AB
    Dhcp Enabled. . . . . . . . . . . : No
    IP Address. . . . . . . . . . . . : 192.168.0.5
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.0.1
    DNS Servers . . . . . . . . . . . : 200.105.128.40
    200.105.128.41
    C:\Documents and Settings\funk>
    No luck in changing the Temp environment setting. Here is the latest log.
    === Verbose logging started: 8/22/2007 16:55:24 Build type: SHIP UNICODE 3.01.4000.4039 Calling process: c:\PROGRA~1\COMMON~1\INSTAL~1\Driver\11\INTEL3~1\IDriver.exe ===
    MSI (c) (10:B8) [16:55:24:765]: SOFTWARE RESTRICTION POLICY: Verifying package --> 'c:\temp\_is5F\Oracle Database 10g Express Edition.msi' against software restriction policy
    MSI (c) (10:B8) [16:55:24:765]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
    MSI (c) (10:B8) [16:55:24:765]: SOFTWARE RESTRICTION POLICY: c:\temp\_is5F\Oracle Database 10g Express Edition.msi is not digitally signed
    MSI (c) (10:B8) [16:55:24:765]: SOFTWARE RESTRICTION POLICY: c:\temp\_is5F\Oracle Database 10g Express Edition.msi is permitted to run at the 'unrestricted' authorization level.
    MSI (c) (10:B8) [16:55:24:775]: Cloaking enabled.
    MSI (c) (10:B8) [16:55:24:775]: Attempting to enable all disabled priveleges before calling Install on Server
    MSI (c) (10:B8) [16:55:24:775]: End dialog not enabled
    MSI (c) (10:B8) [16:55:24:775]: Original package ==>
    MSI (c) (10:B8) [16:55:24:775]: Package we're running from ==> c:\temp\_is5F\Oracle Database 10g Express Edition.msi
    MSI (c) (10:B8) [16:55:24:775]: Transforming table Property.
    MSI (c) (10:B8) [16:55:24:775]: APPCOMPAT: looking for appcompat database entry with ProductCode '{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}'.
    MSI (c) (10:B8) [16:55:24:775]: APPCOMPAT: no matching ProductCode found in database.
    MSI (c) (10:B8) [16:55:24:775]: MSCOREE not loaded loading copy from system32
    MSI (c) (10:B8) [16:55:24:785]: Looking for file transform: C:\WINDOWS\Installer\{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}\1033.MST
    MSI (c) (10:B8) [16:55:24:785]: Unable to create a temp copy of transform 'C:\WINDOWS\Installer\{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}\1033.MST'.
    MSI (c) (10:B8) [16:55:24:785]: Note: 1: 2203 2: C:\WINDOWS\Installer\{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}\1033.MST 3: -2147287037
    MSI (c) (10:B8) [16:55:24:785]: Couldn't find cached transform C:\WINDOWS\Installer\{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}\1033.MST. Looking for it at the source.
    MSI (c) (10:B8) [16:55:24:785]: Resolving source.
    MSI (c) (10:B8) [16:55:24:785]: Resolving source to launched-from source.
    MSI (c) (10:B8) [16:55:24:785]: Setting launched-from source as last-used.
    MSI (c) (10:B8) [16:55:24:785]: SOURCEDIR ==> c:\temp\_is5F\
    MSI (c) (10:B8) [16:55:24:785]: SOURCEDIR product ==> {F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}
    MSI (c) (10:B8) [16:55:24:785]: Looking for file transform: C:\WINDOWS\Installer\{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}\1033.MST
    MSI (c) (10:B8) [16:55:24:785]: Unable to create a temp copy of transform 'C:\WINDOWS\Installer\{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}\1033.MST'.
    MSI (c) (10:B8) [16:55:24:785]: Note: 1: 2203 2: C:\WINDOWS\Installer\{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}\1033.MST 3: -2147287037
    MSI (c) (10:B8) [16:55:24:785]: Couldn't find cached transform C:\WINDOWS\Installer\{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}\1033.MST. Looking for it at the source.
    MSI (c) (10:B8) [16:55:24:785]: Looking for file transform: c:\temp\_is5F\1033.MST
    MSI (c) (10:B8) [16:55:24:795]: Original transform ==> c:\temp\_is5F\1033.MST
    MSI (c) (10:B8) [16:55:24:795]: Transform we're running from ==> C:\temp\5d536d5.mst
    MSI (c) (10:B8) [16:55:24:795]: Found missing cached transform c:\temp\_is5F\1033.MST. Adding it to re-cache list.
    MSI (c) (10:B8) [16:55:24:795]: SOFTWARE RESTRICTION POLICY: Verifying transform --> 'c:\temp\_is5F\1033.MST' against software restriction policy
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: DigitalSignature 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: SOFTWARE RESTRICTION POLICY: c:\temp\_is5F\1033.MST is not digitally signed
    MSI (c) (10:B8) [16:55:24:795]: SOFTWARE RESTRICTION POLICY: c:\temp\_is5F\1033.MST is permitted to run at the 'unrestricted' authorization level.
    MSI (c) (10:B8) [16:55:24:795]: Validating transform 'C:\temp\5d536d5.mst' with validation bits 0
    MSI (c) (10:B8) [16:55:24:795]: Transform 'C:\temp\5d536d5.mst' is valid.
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: Patch 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: PatchPackage 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: _Tables 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: _Columns 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: Media 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: File 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: PatchPackage 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: Patch 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: TRANSFORM: 'PatchPackage' table is missing or empty. No pre-transform fixup necessary.
    MSI (c) (10:B8) [16:55:24:795]: TRANSFORM: Applying regular transform to database.
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: _Tables 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: _Columns 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: ActionText 3: -2147287038
    MSI (c) (10:B8) [16:55:24:795]: Note: 1: 2262 2: AdminExecuteSequence 3: -2147287038
    MSI (c) (10:B8) [16:55:24:805]: Note: 1: 2262 2: Condition 3: -2147287038
    MSI (c) (10:B8) [16:55:24:805]: Note: 1: 2262 2: AdminUISequence 3: -2147287038
    MSI (c) (10:B8) [16:55:24:805]: Note: 1: 2262 2: AdvtExecuteSequence 3: -2147287038
    MSI (c) (10:B8) [16:55:24:805]: Note: 1: 2262 2: AdvtUISequence 3: -2147287038
    MSI (c) (10:B8) [16:55:24:805]: Note: 1: 2262 2: AppId 3: -2147287038
    MSI (c) (10:B8) [16:55:24:805]: Note: 1: 2262 2: AppSearch 3: -2147287038
    MSI (c) (10:B8) [16:55:24:805]: Note: 1: 2251 2: c:\temp\_is5F\Oracle Database 10g Express Edition.msi 3: Property
    MSI (c) (10:B8) [16:55:24:805]: Note: 1: 2729
    DEBUG: Error 2251: Database: c:\temp\_is5F\Oracle Database 10g Express Edition.msi Transform: Cannot delete row that doesn't exist. Table: Property
    1: 2251 2: c:\temp\_is5F\Oracle Database 10g Express Edition.msi 3: Property
    Error applying transforms. Verify that the specified transform paths are valid.
    c:\temp\_is5F\1033.MST
    MSI (c) (10:B8) [16:55:24:805]: Note: 1: 1708
    MSI (c) (10:B8) [16:55:24:805]: Note: 1: 2729
    MSI (c) (10:B8) [16:55:24:805]: Note: 1: 2729
    MSI (c) (10:B8) [16:55:24:805]: Product: Oracle Database 10g Express Edition -- Installation failed.
    MSI (c) (10:B8) [16:55:24:805]: Attempting to delete file C:\temp\5d536d5.mst
    MSI (c) (10:B8) [16:55:24:805]: Unable to delete the file. LastError = 32
    === Verbose logging stopped: 8/22/2007 16:55:24 ===
    I am on my last attempt here if there are no other concrete solutions. Guess I will have to wait for 11g to make it to the Windows environment. Any other previous version of 10g that I can try????

  • Import/export in 10g express edition

    hi all,
    my application was runing in win2000server and 8i oracle. now i want to change to xp with 10g express edition.
    i am geting error while importing data of 8i exported file in to 10g ED (as error 12899).it is missing the data while importing.
    my data contain arabic charchters.
    please help out

    ORA-12899: value too large for column string (actual: string, maximum: string)
    It breaks out character sets conversion from arabic to unicode. It needs
    more length than arabic.
    Can you create tables on Oracle10g XE before importing?
    Oracle8i    Oracle10g
    CHAR(N)     CHAR(N char)
    VARCHAR2(N) VARCHAR2(N char)

  • Installation of Oracle 10g Express Edition

    I've installed XE onto my PC (Windows XP MediaCenntre Edition) using the OracleXE2 application currently available from the download centre. The installation ran succesfully and used all of the default ports.
    However when I try to go to the Database Home page (127.0.0.1/apex) I always get I.E returns 'cannot display web page'. I've tried to re-install to fix the problem but it still fails. Any one have any ideas???????
    NOTE
    I've run the start database batch file just in case services were down and this informs me that the listener has been started correctly and that the OracleServiceXE is already running. Furthermore I can run SQLPlus from the command line, log on as System and run a simple select against ALL_TABLES.

    user1883681 wrote:
    I have the same problem for over a month now. Other projects are rapidly taking priority. The Oracle application express database used to install and work fine. Now it will install and just not come up. NOBODY seems to be able to answer the question. Yes, we can read through how many other forum groups but all that I have read do not address this question, nor problem. You miss the point. I'm not suggesting you simply review the other forum. I'm suggesting that asking in this forum falls on deaf ears. It is like going into the har stylist/barber shop and asking whether someone will sell you a sandwich. Here is the wrong place. So please consider that you should -
    ASK IN THE OTHER FORUM TO TALK WITH PEOPLE WHO DEAL WITH THAT TECHNOLOGY.
    The correct forum is found by clicking on the "Forum Home" at top of this page, scrolling down to 'Database' category, clicking on 'More', scroling down and clicking on "Oracle Database 10g Express Edition" near the bottom.
    (As for Vista - hopefully you deal with Vista Business, or higher. AFAICT, no Oracle product installs easily or properly on Vista Home)

  • 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

  • Directory Permission in 10g Express for Windows XP

    I am using Oracle 10g Express on a Windows XP machine. I want to use External Tables. I created a directory(c:\Datafiles), but the Database does not have acces to it. I tried changing the Oracle Service to run from "System" to a local user, but when I do that I am unable to open the Databse Web-Page or connect to the Database using SQL Developer. I am looking for any solution that will help.
    I would like to know how I can change the permission for the "System" account so that it can access the files.
    OR
    Where do I find the values for the right connection setting if I run the Database as a Local User.
    Any help will be appreciated.
    --Thanks
    My code:
    CREATE OR REPLACE DIRECTORY admin_dat_dir
    AS 'C:\Datafiles\data';
    CREATE OR REPLACE DIRECTORY admin_log_dir
    AS 'C:\Datafiles\log';
    CREATE OR REPLACE DIRECTORY admin_bad_dir
    AS 'C:\Datafiles\bad';
    GRANT READ ON DIRECTORY admin_dat_dir TO hr;
    GRANT WRITE ON DIRECTORY admin_log_dir TO hr;
    GRANT WRITE ON DIRECTORY admin_bad_dir TO hr;
    I plan to use these directories for External Tables:
    CREATE TABLE admin_ext_employees
    (employee_id NUMBER(4),
    first_name VARCHAR2(20),
    last_name VARCHAR2(25),
    job_id VARCHAR2(10),
    manager_id NUMBER(4),
    hire_date DATE,
    salary NUMBER(8,2),
    commission_pct NUMBER(2,2),
    department_id NUMBER(4),
    email VARCHAR2(25)
    ORGANIZATION EXTERNAL
    TYPE ORACLE_LOADER
    DEFAULT DIRECTORY admin_dat_dir
    ACCESS PARAMETERS
    records delimited by newline
    badfile admin_bad_dir:'empxt%a_%p.bad'
    logfile admin_log_dir:'empxt%a_%p.log'
    fields terminated by ','
    missing field values are null
    ( employee_id, first_name, last_name, job_id, manager_id,
    hire_date char date_format date mask "dd-mon-yyyy",
    salary, commission_pct, department_id, email
    LOCATION ('empxt1.dat', 'empxt2.dat')
    REJECT LIMIT UNLIMITED;
    Now when I call (From Hr schema)
    SELECT *
    FROM ADMIN_EXT_EMPLOYEES
    I get the following errors:
    ORA-29913 : error in executing ODCIEXTTAVLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04080: directory object ADMIN_LOG_DIR not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19
    I did some reading and found that this error is because Oracle does not have acce to the directory:C:\Datafiles\log
    So I come to the problem, how do I grant access to Oracle.

    I just checked the permission on my Folders, after following your advice. Thanks for the link.
    The "SYSTEM" account has permissions to the folder, and I still see an error:
    ORA-29913: error in executing ODCIEXTTABLEOPEN callout
    ORA-29400: data cartridge error
    KUP-04080: directory object ADMIN_LOG_DIR not found
    ORA-06512: at "SYS.ORACLE_LOADER", line 19

  • Can not reset password in Oracle 10g Express

    I have searched google for 4 hours, now I am certain:
    "May be I am the only one in the world who have this problem."
    I installed Oracle 10g Express on my Debian5.
    I need to reset password for SYS/SYSTEM users
    So I checked online tutorial says I need to use a utility called "orapwd" to recreate a password file.
    Everything is smooth since now.
    When I finally find this "orapwd" utility. I type "orapwd" as a root user. Terminal replies "orapwd command not found".
    I then discovered the orapwd is some kind of x-execute file. After an extensive search on google I concluded that this kind of file is inexecutable.
    Many tutorials I read online specify that the "orapwd" is actually "orapwd.exe", but on my Debian system it is "orapwd" with no extension.
    Any suggestion is welcome.
    ps: is there anyway I can reset password without going through "orapwd" s*t.
    Best regards to all who have read to the end of this post

    Eric wrote:
    And Billy, what makes you think Windows Administrators do not know administration on command line?Experience dealing with Windows SAs over a decade and a half.
    I got my first part time job as a Windows Administrator in the beginning era of Windows 95 in a small netcafe. The boss does not pay me but like me use workstations there for free.
    In the early days, I administrate both Dos and Win3.1. I do my work on command line primarily and wrote a hell lot of *.bat files. In those days it were quite different. Because administration and configuration came from a command line DOS environment. We for example never configured networking for a Windows 3.1 or WFW 3.11 client via a GUI. It was done by directly editing system.ini and protocol.ini and making the correct changes.
    And this made the guys and me almost fail our Windows CE certification because the silly multiple question exam asked which buttons to click in the GUI to configure networking and not how it works at actual system configuration level. In other words, it tested your knowledge of the GUI functions and not the actual system config and admin itself.
    And then Windows NT was released and command line admin became the exception and not the rule. The All-Config-Eggs-in-a-Single-basket called the Windows Registry exemplified this flawed approach.
    But since Window95 I find myself spending less and less time on command line, more and more on GUI and my work efficiency increase tremedously. I can record the mouse clicks, the key presses, then covert then into a script. I can change every setting of the system in just few clicks. In the world of Linux, this is still a dream, isn't it?You are missing the point. There are a large number of admin GUI tools available for Linux. But these seldom serve as crutches to configure the system, because of a i-am-clueless-factor.
    If two systems, both are equally capable. To acheive the same thing, system A takes 2 working hours, system B takes 8 working hours. Doesn't this makes system B inferior compare to A?Because of the lack of knowledge and skill of a person to do the required on system B in 10 minutes now takes 8 hours instead? Ignorance of an operating system does not qualify as making system B inferior to system A.
    In past decade, Linux became very popular in the server market is not becasue there are an increasing number of Linux system administrators who are good at command line administration but because Linux is becoming more user friendly. And as a result. This increased administrator's work efficiency and the same time reduce training cost which invites more people to learn Linux.Incorrect. There is a reason that 483 of the 500 of the fastest and most powerful computer systems on this planet runs Linux. And only 5 runs Windows.
    And this has nothing to do with imagined user friendliness. It has everything to do with technical superiority and total cost of ownership.
    So the more idiot proof the system is, the better the system will become.No. The less idiots there are, the better the quality of system administration, the better security, the more robust the systems are.

  • Oracle Database 10g Express Edition installing on win2003 SP2

    We are trying to install oracleXE on W2k3 SP2 and getting failed after diplaying "Publishing product information" at final stage. Noting is prompted after this step.

    Many Thanks for the response. These are the few lines. Please let me know if you wish to view the complete log. plz share you mail id, so that i can share the complete log.
    Property(S): RESOURCES = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\
    Property(S): DE = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\de\
    Property(S): DEFAULTS = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\admin\defaults\
    Property(S): DELX = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\delx\
    Property(S): DEMO = C:\oraclexe\app\oracle\product\10.2.0\server\demo\
    Property(S): DEMO1 = C:\oraclexe\app\oracle\product\10.2.0\server\nls\demo\
    Property(S): DIRPROPERTY1 = D:\
    Property(S): DOC1 = C:\oraclexe\app\oracle\product\10.2.0\server\doc\
    Property(S): DOC3 = C:\oraclexe\app\oracle\product\10.2.0\server\precomp\doc\
    Property(S): ODP.NET1 = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\
    Property(S): DOC6 = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\doc\
    Property(S): DesktopFolder = C:\Documents and Settings\All Users\Desktop\
    Property(S): ENLX = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\enlx\
    Property(S): ES = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\es\
    Property(S): ESLX = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\eslx\
    Property(S): FLASH_RECOVERY_AREA = C:\oraclexe\app\oracle\flash_recovery_area\
    Property(S): FR = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\fr\
    Property(S): FRLX = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\frlx\
    Property(S): FavoritesFolder = C:\Documents and Settings\-oper-lrajesh\Favorites\
    Property(S): FontsFolder = C:\WINDOWS\Fonts\
    Property(S): GIFS = C:\oraclexe\app\oracle\doc\dcommon\gifs\
    Property(S): GlobalAssemblyCache = D:\
    Property(S): HELP = C:\oraclexe\app\oracle\product\10.2.0\server\precomp\help\
    Property(S): HELP1 = C:\oraclexe\app\oracle\product\10.2.0\server\sqlplus\admin\help\
    Property(S): HELP2 = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\help\
    Property(S): ODBC = C:\oraclexe\app\oracle\product\10.2.0\server\odbc\
    Property(S): HELP3 = C:\oraclexe\app\oracle\product\10.2.0\server\odbc\help\
    Property(S): HTML = C:\oraclexe\app\oracle\doc\dcommon\html\
    Property(S): HTML2 = C:\oraclexe\app\oracle\product\10.2.0\server\odbc\html\
    Property(S): SCHEMA1 = C:\oraclexe\app\oracle\product\10.2.0\server\demo\schema\
    Property(S): HUMAN_RESOURCES = C:\oraclexe\app\oracle\product\10.2.0\server\demo\schema\human_resources\
    Property(S): IMG = C:\oraclexe\app\oracle\doc\img\
    Property(S): IMG_TEXT = C:\oraclexe\app\oracle\doc\img_text\
    Property(S): INCLUDE = C:\oraclexe\app\oracle\product\10.2.0\server\plsql\include\
    Property(S): OCI = C:\oraclexe\app\oracle\product\10.2.0\server\OCI\
    Property(S): INCLUDE2 = C:\oraclexe\app\oracle\product\10.2.0\server\OCI\include\
    Property(S): OLEDB = C:\oraclexe\app\oracle\product\10.2.0\server\oledb\
    Property(S): INCLUDE3 = C:\oraclexe\app\oracle\product\10.2.0\server\oledb\include\
    Property(S): INSTALL3 = C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\install\
    Property(S): ORACLEXE = C:\oraclexe\
    Property(S): ProgramFilesFolder = C:\Program Files\
    Property(S): ISMyCompanyDir = C:\Program Files\My Company Name\
    Property(S): ISMyProductDir = C:\Program Files\My Company Name\My Product Name\
    Property(S): IT = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\it\
    Property(S): ITLX = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\itlx\
    Property(S): LOG1 = C:\oraclexe\app\oracle\product\10.2.0\server\log\
    Property(S): IWINRBB09 = C:\oraclexe\app\oracle\product\10.2.0\server\log\iwinrbb09\
    Property(S): JA = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\help\ja\
    Property(S): JA1 = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\ja\
    Property(S): JA2 = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\help\ja\
    Property(S): JALX = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\jalx\
    Property(S): JDBC = C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\
    Property(S): JLIB = C:\oraclexe\app\oracle\product\10.2.0\server\jlib\
    Property(S): JLIB1 = C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\jlib\
    Property(S): KO = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\ko\
    Property(S): KOLX = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\kolx\
    Property(S): LDAP = C:\oraclexe\app\oracle\product\10.2.0\server\ldap\
    Property(S): LIB = C:\oraclexe\app\oracle\product\10.2.0\server\OCI\lib\
    Property(S): LIB1 = C:\oraclexe\app\oracle\product\10.2.0\server\precomp\lib\
    Property(S): LIB2 = C:\oraclexe\app\oracle\product\10.2.0\server\opmn\lib\
    Property(S): LIB3 = C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\lib\
    Property(S): LIB4 = C:\oraclexe\app\oracle\product\10.2.0\server\LIB\
    Property(S): LIB5 = C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\
    Property(S): LIB6 = C:\oraclexe\app\oracle\product\10.2.0\server\oledb\lib\
    Property(S): LOG = C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\log\
    Property(S): LOG2 = C:\oraclexe\app\oracle\product\10.2.0\server\config\log\
    Property(S): LocalAppDataFolder = C:\Documents and Settings\-oper-lrajesh\Local Settings\Application Data\
    Property(S): SLAX = C:\oraclexe\app\oracle\product\10.2.0\server\slax\
    Property(S): MESG = C:\oraclexe\app\oracle\product\10.2.0\server\slax\mesg\
    Property(S): MESG1 = C:\oraclexe\app\oracle\product\10.2.0\server\oledb\mesg\
    Property(S): MESG10 = C:\oraclexe\app\oracle\product\10.2.0\server\opmn\mesg\
    Property(S): MESG11 = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\mesg\
    Property(S): MESG13 = C:\oraclexe\app\oracle\product\10.2.0\server\sqlplus\mesg\
    Property(S): MESG15 = C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\mesg\
    Property(S): MESG2 = C:\oraclexe\app\oracle\product\10.2.0\server\plsql\mesg\
    Property(S): MESG3 = C:\oraclexe\app\oracle\product\10.2.0\server\nls\mesg\
    Property(S): MESG4 = C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\mesg\
    Property(S): MESG5 = C:\oraclexe\app\oracle\product\10.2.0\server\odbc\mesg\
    Property(S): XDK = C:\oraclexe\app\oracle\product\10.2.0\server\xdk\
    Property(S): MESG6 = C:\oraclexe\app\oracle\product\10.2.0\server\xdk\mesg\
    Property(S): ORACORE = C:\oraclexe\app\oracle\product\10.2.0\server\oracore\
    Property(S): MESG7 = C:\oraclexe\app\oracle\product\10.2.0\server\oracore\mesg\
    Property(S): MESG8 = C:\oraclexe\app\oracle\product\10.2.0\server\ldap\mesg\
    Property(S): MIGRATE_DIR = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\migrate\
    Property(S): MSVC = C:\oraclexe\app\oracle\product\10.2.0\server\OCI\lib\MSVC\
    Property(S): ORACLE_CORPORATION = C:\Program Files\Oracle Corporation\
    Property(S): MY_PRODUCT_NAME = C:\Program Files\Oracle Corporation\My Product Name\
    Property(S): MyPicturesFolder = C:\Documents and Settings\-oper-lrajesh\My Documents\My Pictures\
    Property(S): NLLX = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\nllx\
    Property(S): ODE = C:\oraclexe\app\oracle\product\10.2.0\server\ODE\
    Property(S): _0.2.0 = C:\oraclexe\app\oracle\product\10.2.0\
    Property(S): WindowsVolume = C:\
    Property(S): ORACLE_XE = C:\Program Files\Oracle Corporation\Oracle XE\
    Property(S): OUI = C:\oraclexe\app\oracle\product\10.2.0\server\cfgtoollogs\oui\
    Property(S): OWM = C:\oraclexe\app\oracle\product\10.2.0\server\owm\
    Property(S): PRODUCT = C:\oraclexe\app\oracle\product\
    Property(S): PT_BR = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\pt-BR\
    Property(S): PUBLIC3 = C:\oraclexe\app\oracle\product\10.2.0\server\oramts\public\
    Property(S): PUBLISHERPOLICY = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\PublisherPolicy\
    Property(S): PersonalFolder = C:\Documents and Settings\-oper-lrajesh\My Documents\
    Property(S): PrimaryVolumePath = D:\
    Property(S): ProgramFiles64Folder = D:\
    Property(S): ProgramMenuFolder = C:\Documents and Settings\All Users\Start Menu\Programs\
    Property(S): SAMPLE = C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\ADMIN\SAMPLE\
    Property(S): SAMPLE2 = C:\oraclexe\app\oracle\product\10.2.0\server\admin\sample\
    Property(S): SAMPLES = C:\oraclexe\app\oracle\product\10.2.0\server\OCI\samples\
    Property(S): SCRIPTS1 = C:\oraclexe\app\oracle\product\10.2.0\server\config\scripts\
    Property(S): SEEDDB = C:\oraclexe\app\oracle\product\10.2.0\server\config\seeddb\
    Property(S): SRVM = C:\oraclexe\app\oracle\product\10.2.0\server\srvm\
    Property(S): SendToFolder = C:\Documents and Settings\-oper-lrajesh\SendTo\
    Property(S): StartMenuFolder = C:\Documents and Settings\All Users\Start Menu\
    Property(S): StartupFolder = C:\Documents and Settings\All Users\Start Menu\Programs\Startup\
    Property(S): System16Folder = C:\WINDOWS\system\
    Property(S): System64Folder = D:\
    Property(S): SystemFolder = C:\WINDOWS\system32\
    Property(S): SourceDir = C:\DOCUME~1\-oper-lrajesh\Local Settings\Temp\1\_is15\
    Property(S): TRACE = C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\trace\
    Property(S): TRACE1 = C:\oraclexe\app\oracle\product\10.2.0\server\oramts\trace\
    Property(S): TRACE2 = C:\oraclexe\app\oracle\product\10.2.0\server\NETWORK\trace\
    Property(S): TempFolder = C:\DOCUME~1\-oper-lrajesh\Local Settings\Temp\
    Property(S): TemplateFolder = C:\Documents and Settings\All Users\Templates\
    Property(S): USERPROFILE = C:\Documents and Settings\-oper-lrajesh\
    Property(S): VC71 = C:\oraclexe\app\oracle\product\10.2.0\server\OCI\lib\MSVC\vc71\
    Property(S): WindowsFolder = C:\WINDOWS\
    Property(S): XA = C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\XA\
    Property(S): XE2 = C:\oraclexe\app\oracle\flash_recovery_area\XE\
    Property(S): XML = C:\oraclexe\app\oracle\product\10.2.0\server\RDBMS\xml\
    Property(S): XXLX = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\xxlx\
    Property(S): ZHLX = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\zhlx\
    Property(S): ZONEINFO = C:\oraclexe\app\oracle\product\10.2.0\server\oracore\zoneinfo\
    Property(S): newfolder1 = C:\Documents and Settings\All Users\Start Menu\Programs\Oracle Database 10g Express Edition\
    Property(S): newfolder2 = C:\Documents and Settings\All Users\Start Menu\Programs\Oracle Database 10g Express Edition\Get Help\
    Property(S): _781042AB71DC4D58AEFDC83AFA6603C3 = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\delx\
    Property(S): _7DB1B2C8944C4054BCC8C4500F37049C = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\enlx\
    Property(S): _C47544281E2F4507BDADF8C3ECB1568E = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\eslx\
    Property(S): _91B054F49ECC497AB485FC09F4A586A2 = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\frlx\
    Property(S): _33DB7C9A5200482CB2F5310F002805A1 = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\itlx\
    Property(S): _7CD34E90D6F04BC88D98DE349DFF3CFD = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\jalx\
    Property(S): _4394EB4FE2AD4AC3977E96E14A074BE8 = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\kolx\
    Property(S): _B93C978070284B47AB72A0BBF9AE0206 = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\nllx\
    Property(S): _4CBEF1293D584608B7C996039CB10472 = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\xxlx\
    Property(S): _35AF789A79614E4FB411E8DD5E191A99 = C:\oraclexe\app\oracle\product\10.2.0\server\ctx\data\zhlx\
    Property(S): _125D15172A3E408AB30DF25DFACDA298 = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\help\ja\
    Property(S): _1D715EB43CA34692A8A7182FA7817BEC = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\de\
    Property(S): _2CAB3BBCB9354C9387FC313D7A2C1EEB = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\es\
    Property(S): _3904DD47B9F6426CAAC171797F64E1B3 = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\fr\
    Property(S): _DF56685F21CB4558BCD9A5B88ED4151E = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\it\
    Property(S): _C5DE329B16584BAE9DE223D4510192D7 = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\ja\
    Property(S): _12900F77D1294A7EAFA13ADF5B599D1C = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\ko\
    Property(S): _863AA42463B64FC2B896AE7A2D729BA1 = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\pt-BR\
    Property(S): _A62C1E6B40CC4EAB83EF4114BE8F5533 = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\zh-CHS\
    Property(S): _2AD8F73997334D64A411704F544084F7 = C:\oraclexe\app\oracle\product\10.2.0\server\ODP.NET\Resources\zh-CHT\
    Property(S): ProductState = -1
    Property(S): TRANSFORMSATSOURCE = 1
    Property(S): TRANSFORMSSECURE = 1
    Property(S): TRANSFORMS = |C:\DOCUME~1\-oper-lrajesh\Local Settings\Temp\1\_is15\1033.MST
    Property(S): RecacheTransforms = C:\DOCUME~1\-oper-lrajesh\Local Settings\Temp\1\_is15\1033.MST
    Property(S): PackageCode = {32D9C15A-C7C5-4D45-AAE0-B5DB53447098}
    Property(S): ___________3 = ?,?????????
    Property(S): ________p_3 = ?,???? %p?
    Property(S): _Modify = &Modify
    Property(S): ARPNOMODIFY = 1
    Property(S): ARPPRODUCTICON = ARPPRODUCTICON.exe
    Property(S): ARPURLINFOABOUT = http://www.oracle.com
    Property(S): AvailableSpaceInDrive = 0
    Property(S): Avvia__p_adesso. = Avvia %p adesso.
    Property(S): Avvia__p_adesso.1 = Avvia %p adesso.
    Property(S): BUILDTYPE = 87
    Property(S): DWUSINTERVAL = 30
    Property(S): DWUSLINK = CE9C27889E6CD79FFEACD0AF1EFB978FE98BA78FCE1CC08FCEABB7D8FE3CF788DECCE0FFD9AC
    Property(S): DefaultUIFont = Tahoma8
    Property(S): HOSTNAME = localhost
    Property(S): ISSCRIPT_ENGINE_VERSION = 11.0.0.28844
    Property(S): ISSCRIPT_VERSION_MISSING = The InstallScript engine is missing from this machine. If available, please run ISScript.msi, or contact your support personnel for further assistance.
    Property(S): ISSCRIPT_VERSION_OLD = The InstallScript engine on this machine is older than the version required to run this setup. If available, please install the latest version of ISScript.msi, or contact your support personnel for further assistance.
    Property(S): ISVROOT_PORT_NO = 0
    Property(S): IS_COMPLUS_PROGRESSTEXT_COST = Costing COM+ application: [1]
    Property(S): IS_COMPLUS_PROGRESSTEXT_INSTALL = Installing COM+ application: [1]
    Property(S): IS_COMPLUS_PROGRESSTEXT_UNINSTALL = Uninstalling COM+ application: [1]
    Property(S): IS_PROGMSG_XML_COSTING = Costing XML files...
    Property(S): IS_PROGMSG_XML_CREATE_FILE = Creating XML file %s...
    Property(S): IS_PROGMSG_XML_FILES = Performing XML file changes...
    Property(S): IS_PROGMSG_XML_REMOVE_FILE = Removing XML file %s...
    Property(S): IS_PROGMSG_XML_ROLLBACK_FILES = Rolling back XML file changes...
    Property(S): IS_PROGMSG_XML_UPDATE_FILE = Updating XML file %s...
    Property(S): IS_SQLSERVER_AUTHENTICATION = 0
    Property(S): IS_SQLSERVER_USERNAME = sa
    Property(S): Ja__ReadMe_Datei_jetzt_anzeigen. = Ja, ReadMe-Datei jetzt anzeigen.
    Property(S): Ja__ReadMe_Datei_jetzt_anzeigen.1 = Ja, ReadMe-Datei jetzt anzeigen.
    Property(S): Ja___p_jetzt_starten. = Ja, %p jetzt starten.
    Property(S): Ja___p_jetzt_starten.1 = Ja, %p jetzt starten.
    Property(S): MTSNOI = 1
    Property(S): MTSPORTNUM = 2030
    Property(S): Manufacturer = Oracle Corporation
    Property(S): NLS_LANG = ENGLISH_UNITED KINGDOM.WE8MSWIN1252
    Property(S): NewProperty1 = 0
    Property(S): NewProperty10 = 0
    Property(S): NewProperty11 = 0
    Property(S): NewProperty12 = 0
    Property(S): NewProperty13 = 0
    Property(S): NewProperty14 = 0
    Property(S): NewProperty15 = 0
    Property(S): NewProperty16 = 0
    Property(S): NewProperty17 = 0
    Property(S): NewProperty18 = 0
    Property(S): NewProperty19 = 0
    Property(S): NewProperty2 = 0
    Property(S): NewProperty3 = 0
    Property(S): NewProperty4 = 0
    Property(S): NewProperty5 = 0
    Property(S): NewProperty6 = 0
    Property(S): NewProperty7 = 0
    Property(S): NewProperty8 = 0
    Property(S): NewProperty9 = 0
    Property(S): Oui__je_d_sire_lancer__p_maintenant. = Oui, je désire lancer %p maintenant.
    Property(S): Oui__je_d_sire_lancer__p_maintenant.1 = Oui, je désire lancer %p maintenant.
    Property(S): Oui__je_souhaite_lire_le_fichier_Lisez_moi. = Oui, je souhaite lire le fichier Lisez-moi.
    Property(S): Oui__je_souhaite_lire_le_fichier_Lisez_moi.1 = Oui, je souhaite lire le fichier Lisez-moi.
    Property(S): PROGMSG_IIS_CREATEAPPPOOL = Creating application pool %s
    Property(S): PROGMSG_IIS_CREATEAPPPOOLS = Creating application Pools...
    Property(S): PROGMSG_IIS_CREATEVROOT = Creating IIS virtual directory %s
    Property(S): PROGMSG_IIS_CREATEVROOTS = Creating IIS virtual directories...
    Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSION = Creating web service extension
    Property(S): PROGMSG_IIS_CREATEWEBSERVICEEXTENSIONS = Creating web service extensions...
    Property(S): PROGMSG_IIS_EXTRACT = Extracting information for IIS virtual directories...
    Property(S): PROGMSG_IIS_EXTRACTDONE = Extracted information for IIS virtual directories...
    Property(S): PROGMSG_IIS_EXTRACTDONEz = Extracted information for IIS virtual directories...
    Property(S): PROGMSG_IIS_EXTRACTzDONE = Extracted information for IIS virtual directories...
    Property(S): PROGMSG_IIS_REMOVEAPPPOOL = Removing application pool
    Property(S): PROGMSG_IIS_REMOVEAPPPOOLS = Removing application pools...
    Property(S): PROGMSG_IIS_REMOVESITE = Removing web site at port %d
    Property(S): PROGMSG_IIS_REMOVEVROOT = Removing IIS virtual directory %s
    Property(S): PROGMSG_IIS_REMOVEVROOTS = Removing IIS virtual directories...
    Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSION = Removing web service extension
    Property(S): PROGMSG_IIS_REMOVEWEBSERVICEEXTENSIONS = Removing web service extensions...
    Property(S): PROGMSG_IIS_ROLLBACKAPPPOOLS = Rolling back application pools...
    Property(S): PROGMSG_IIS_ROLLBACKVROOTS = Rolling back virtual directory and web site changes...
    Property(S): PROGMSG_IIS_ROLLBACKWEBSERVICEEXTENSIONS = Rolling back web service extensions...
    Property(S): ProductCode = {F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}
    Property(S): ProductName = Oracle Database 10g Express Edition
    Property(S): ProductVersion = 10.2.1015
    Property(S): REBOOT = Suppress
    Property(S): RequiredSpaceInDrive = 0
    Property(S): STANDARD_USE_SETUPEXE = This installation cannot be run by directly launching the MSI package. You must run setup.exe.
    Property(S): S___deseo_consultar_el_archivo_L_ame. = Sí, deseo consultar el archivo Léame.
    Property(S): S___deseo_consultar_el_archivo_L_ame.1 = Sí, deseo consultar el archivo Léame.
    Property(S): S___deseo_lanzar__p_ahora. = Sí, deseo lanzar %p ahora.
    Property(S): S___deseo_lanzar__p_ahora.1 = Sí, deseo lanzar %p ahora.
    Property(S): SecureCustomProperties = ISALWAYSINSTALLELEVATED;ISSETUPDRIVEN;ARPSYSTEMCOMPONENT;ARPNOMODIFY;ARPNOREMOVE;INSTALLDIR
    Property(S): Sim__desejo_executar_o__p_agora. = Sim, desejo executar o %p agora.
    Property(S): Sim__desejo_executar_o__p_agora.1 = Sim, desejo executar o %p agora.
    Property(S): Sim__quero_visualizar_o_arquivo_Leiame. = Sim, quero visualizar o arquivo Leiame.
    Property(S): Sim__quero_visualizar_o_arquivo_Leiame.1 = Sim, quero visualizar o arquivo Leiame.
    Property(S): Visualizza_il_file_Leggimi. = Visualizza il file Leggimi.
    Property(S): Visualizza_il_file_Leggimi.1 = Visualizza il file Leggimi.
    Property(S): Yes__I_want_to_launch__p_now. = Yes, I want to launch %p now.
    Property(S): Yes__I_want_to_launch__p_now.1 = Yes, I want to launch %p now.
    Property(S): Yes__I_want_to_launch__p_now.2 = Yes, I want to launch %p now.
    Property(S): Yes__I_want_to_launch__p_now.3 = Yes, I want to launch %p now.
    Property(S): Yes__I_want_to_launch__p_now.4 = Yes, I want to launch %p now.
    Property(S): Yes__I_want_to_launch__p_now.5 = Yes, I want to launch %p now.
    Property(S): Yes__I_want_to_view_the_ReadMe_file. = Yes, I want to view the ReadMe file.
    Property(S): Yes__I_want_to_view_the_ReadMe_file.1 = Yes, I want to view the ReadMe file.
    Property(S): Yes__I_want_to_view_the_ReadMe_file.2 = Yes, I want to view the ReadMe file.
    Property(S): Yes__I_want_to_view_the_ReadMe_file.3 = Yes, I want to view the ReadMe file.
    Property(S): Yes__I_want_to_view_the_ReadMe_file.4 = Yes, I want to view the ReadMe file.
    Property(S): Yes__I_want_to_view_the_ReadMe_file.5 = Yes, I want to view the ReadMe file.
    Property(S): ___ReadMe__________. = ?, ReadMe ??? ?????.
    Property(S): ___ReadMe__________.1 = ?, ReadMe ??? ?????.
    Property(S): ___ReadMe____________ = ???ReadMe ???????????
    Property(S): ___ReadMe____________1 = ???ReadMe ???????????
    Property(S): ___________ = ?,?????????
    Property(S): ___________1 = ?,?????????
    Property(S): ___________2 = ?,?????????
    Property(S): ________p_ = ?,???? %p?
    Property(S): ________p_1 = ?,???? %p?
    Property(S): ________p_2 = ?,???? %p?
    Property(S): ________p________ = ?????? %p ???????
    Property(S): ________p________1 = ?????? %p ???????
    Property(S): ________p_____________. = ?, ?? '%p'?(?) ???????.
    Property(S): ________p_____________.1 = ?, ?? '%p'?(?) ???????.
    Property(S): ARPINSTALLLOCATION = C:\oraclexe\
    Property(S): ProductLanguage = 1033
    Property(S): COMPANYNAME = KPMG
    Property(S): INSTALLLEVEL = 1
    Property(S): INSTALLSHIELDSETUPLANGUAGE = 1033
    Property(S): ISSETUPDRIVEN = 1
    Property(S): ISSETUPFILESCOMPLETED = Completed
    Property(S): ISSETUP_UISEQUENCE_PROCESSED = 1
    Property(S): ROOTDRIVE = D:\
    Property(S): SETUPEXEDIR = C:\temp\fabric manager
    Property(S): SUPPORTDIR = C:\DOCUME~1\-oper-lrajesh\Local Settings\Temp\{F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}
    Property(S): USERNAME = KPMG
    Property(S): ARPSYSTEMCOMPONENT = 1
    Property(S): ARPNOREMOVE = 1
    Property(S): CURRENTDIRECTORY = C:\WINDOWS\system32
    Property(S): CLIENTUILEVEL = 3
    Property(S): CLIENTPROCESSID = 4636
    Property(S): VersionDatabase = 200
    Property(S): VersionMsi = 3.01
    Property(S): WindowsBuild = 3790
    Property(S): ServicePackLevel = 2
    Property(S): ServicePackLevelMinor = 0
    Property(S): MsiNTProductType = 3
    Property(S): RemoteAdminTS = 1
    Property(S): NetHoodFolder = C:\Documents and Settings\-oper-lrajesh\NetHood\
    Property(S): PrintHoodFolder = C:\Documents and Settings\-oper-lrajesh\PrintHood\
    Property(S): RecentFolder = C:\Documents and Settings\-oper-lrajesh\Recent\
    Property(S): GPTSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): ShellAdvtSupport = 1
    Property(S): Intel = 15
    Property(S): PhysicalMemory = 2047
    Property(S): VirtualMemory = 3152
    Property(S): AdminUser = 1
    Property(S): LogonUser = -oper-lrajesh
    Property(S): UserSID = S-1-5-21-1965243242-631715425-1848903544-213045
    Property(S): UserLanguageID = 2057
    Property(S): ComputerName = UKWATAPP29
    Property(S): SystemLanguageID = 2057
    Property(S): ScreenX = 1024
    Property(S): ScreenY = 768
    Property(S): CaptionHeight = 19
    Property(S): BorderTop = 1
    Property(S): BorderSide = 1
    Property(S): TextHeight = 16
    Property(S): ColorBits = 16
    Property(S): TTCSupport = 1
    Property(S): Time = 10:45:57
    Property(S): Date = 07/05/2009
    Property(S): MsiNetAssemblySupport = 1.1.4322.2300
    Property(S): MsiWin32AssemblySupport = 5.2.3790.3959
    Property(S): RedirectedDllSupport = 2
    Property(S): Privileged = 1
    Property(S): DATABASE = C:\WINDOWS\Installer\3d91347.msi
    Property(S): OriginalDatabase = C:\DOCUME~1\-oper-lrajesh\Local Settings\Temp\1\_is15\Oracle Database 10g Express Edition.msi
    Property(S): UILevel = 2
    Property(S): Preselected = 1
    Property(S): ACTION = INSTALL
    Property(S): ISStartupEvent = E4351944
    Property(S): ff9ef67406aa11d5ab9800b0d02332eb = g
    Property(S): CLEANUPUNINSTALLROLLBACK = Waiting
    Property(S): CostingComplete = 1
    Property(S): OutOfDiskSpace = 0
    Property(S): OutOfNoRbDiskSpace = 0
    Property(S): PrimaryVolumeSpaceAvailable = 0
    Property(S): PrimaryVolumeSpaceRequired = 0
    Property(S): PrimaryVolumeSpaceRemaining = 0
    Property(S): SOURCEDIR = C:\DOCUME~1\-oper-lrajesh\Local Settings\Temp\1\_is15\
    Property(S): SourcedirProduct = {F0BC0F9E-C4A8-485C-93ED-424DB9EA3F75}
    Property(S): ProductToBeRegistered = 1
    MSI (s) (DC:0C) [10:45:57:884]: Note: 1: 1708
    MSI (s) (DC:0C) [10:45:57:884]: Product: Oracle Database 10g Express Edition -- Installation operation failed.
    MSI (s) (DC:0C) [10:45:57:884]: Attempting to delete file C:\WINDOWS\Installer\3d91348.mst
    MSI (s) (DC:0C) [10:45:57:884]: Unable to delete the file. LastError = 32
    MSI (s) (DC:0C) [10:45:57:900]: Cleaning up uninstalled install packages, if any exist
    MSI (s) (DC:0C) [10:45:57:900]: MainEngineThread is returning 1602
    MSI (s) (DC:D4) [10:45:57:916]: Destroying RemoteAPI object.
    MSI (s) (DC:AC) [10:45:57:916]: Custom Action Manager thread ending.
    === Logging stopped: 07/05/2009 10:45:57 ===
    MSI (c) (1C:40) [10:45:58:150]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied. Counter after decrement: -1
    MSI (c) (1C:40) [10:45:58:150]: MainEngineThread is returning 1602
    === Verbose logging stopped: 07/05/2009 10:45:58 ===

  • Oracle 10g express encrypt

    Hi, Can someone please tell me way of encrypting a column in oracle 10g express database?

    You can try to use DBMS_CRYPTO which is available in XE: http://download.oracle.com/docs/cd/B19306_01/network.102/b14266/apdvncrp.htm#i1006531

  • Dowload oracle Database 10g Expression Edition

    Hi im Keli
    i tried many times to dowload the oracle Database 10g Expression Edition for linux but i couldn't
    can someone give the the way to do it properly ?
    thank for your help

    What steps have you taken? (include links, responses and errors)
    What connectivity do you have? (indicate modem, DSL/Cable, reliable link, link speed, perhaps even country of origin would be useful)
    I regularily download and install new copies. Almost always with some form of high speed connection and I never had a problem. Therefore I conclude there is a concern about your connection or your process.
    Answering the above questions in detail would be useful. (Missing detail is somewhat like saying "I can not start my car. What is wrong?")

  • No '.trc' file created using SQL_TRACE in 10g Express Edition

    Hi All - am attempting to create a trace file on my PC using 10g Express Edition under the HR account.
    After using alter session set SQL_TRACE = TRUE, I can check the database parameters:
    select name,value from sys.v_$parameter where name in ('sql_trace','timed_statistics','max_dump_file_size','user_dump_dest','_rowsource_execution_statistics')
    TRUE
    C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP
    UNLIMITED
    TRUE
    TRUE
    However, if I attempt to run any database query, e.g.
    select a.employee_id,a.first_name,a.last_name,a.job_id
    from employees a, jobs b
    where a.last_name like 'S%'
    and a.job_id = b.job_id;
    , the query runs fine but no .trc file is created within C:\ORACLEXE\APP\ORACLE\ADMIN\XE\UDUMP, whether I then disable SQL_TRACE or not.
    The only trace files created here appear to be when my PC starts up.
    I've granted full control to that directory via Windows to all accounts so write permissions should not be an issue, and I can save files to this directory via windows.
    Extremely frustrating - any ideas why?
    Much appreciate any assistance with this.
    Mike

    Well, I don't appear to have a context menu, I just have 5 options after logging into Express Edition - Administration, Object Browser (a poor man's TOAD), SQL which leads to SQL Scripts, commands and query builder (I use commands), Utilities and Application Builder.
    As an aside, I have created an explain plan table in the HR schema as well as running plustrce as SYS and granting the plustrace role to HR with the admin option (this was done in an attempt to use AUTOTRACE). Autotrace itself does not work - if I attempt to 'set autotrace on' within XE SQL Commands under the HR account I get ORA-00922: missing or invalid option.
    Appreciate this is another issue other than the failure of TRC file creation but I suspect XE does not behave as a standard Oracle set up. Well, not for me at least anyway !!
    Appreciate your time on this.

  • Startup 10g Express with IE7

    I just downloaded and installed 10g Express.
    Then I went to the "Go to database homepage" -- but I can't, because I'm getting an error the IE7 cannot display the web page.
    I just installed IE7 2 days ago, and, obviously, something isn't set right.
    What should I do to get started here? Have I totally missed something, or have I (already) screwed up something?
    Regards,
    Chuck Billow

    Have you tried to connect to the database using SQL*PLUS? Are you sure the database and the listener are up and running?
    C.

Maybe you are looking for

  • My experience of the Lion OS download & issues

    Hi..just thought I'd list some issues/reflections on the latest Lion OS.. Downloaded it last nite via the App store without hassle EASY! have it loaded on my Desktop & Apple Notebook... Had some issues in 3 upgrades ie: Iwork, iTunes..fixed that via

  • Blackberry Internet Service account

    Hi everyone, well, despite trying, this newbie couldn't get on with her Blackberry so has returned it to the shop and gone back to using her sad little nokia. I wanted to ask one quick last question before saying goodbye. When I first set up my Black

  • Iomega External Hard Drive won't mount on my MBP

    I have a 320GB Iomega External HD that used to work on my MBP. Then one day it says it failed to recognize the drive and asked me to initialize it ... that brought me to the disk utillity and so i tried to just erase the entire drive and start over.

  • How to insert ABAP PROXY in customized ABAP program

    Hello experts, I am a ABAP developer and I am developing a program to send XML strings to a legacy system using an ABAP PROXY but I have run into a roadblock as follows: My PI colleagues who know PI but not ABAP have created a ABAP PROXY data type wi

  • Just trying to build DBD-Oracle

    here is the setup Oracle 8i on NT and I want to connect to the DB from Linux using perl. I tried to build DBD-Oracle but this fails b/c I need to have the client portion of oracle installed to build this. So I started fooling around trying to install