How to admin oracle express?

Im new using oracle, and want to test the express edition, i installit on windows xp virtual machine, the instalations runs OK, but i dont see any tool to adminstrate the database ?
How can i admin the oracle express database using friendly interface ?? or need do all adminstration with pure commads ?

1003775 wrote:
i dont know what im doing wrong, i install oracle express, set the SYSTEM and SYS password, the installer finish and for security reasons, i restart the virtual pc with windows xp, next i try to run sqlplus, when enter SYSTEM or SYS user and the password i wrote on the installer, cant connect and always got this error:
ORA-01034 ORACLE not available
ORA-27101: shared memory realm does not exist
Process ID: 0
Process ID: 0 Serial number: 0Oracle DB has not been started!
Are Both OS Services for DB listener started & running now?
to start the DB do EXACTLY as below
sqlplus
/ as sysdba
startup
COPY the results from above then PASTE all back here
>
and ask again for user-name and password.
I go to windows services and OracleServiceXE and OracleXETNSListener are running.
I try installing Toad for Oracle, and equal cant connect.
If i try running the link: "Get Started", this open my browser with this url: http://127.0.0.1:8080/apex/f?p=4950
and the browser cant find this url.
i try unistalling all, next install IIS on windows XP, re install Oracle 11g express, and norhing work.

Similar Messages

  • How to install Oracle Express with different NLS_CHARACTERSET

    Hi,
    When I install Oracle 10g Express on my PC, the characterset is always set to AL32UTF8. For compatibility reasons, I need to have my db in the WE8ISO8859P1 characterset.
    How can I achieve this? I allready tried by installing both the Western Europe version as with the Universal version.
    Thanks for your help.
    Geert

    Hi,
    Thanks for the feedback although the problem is little bit weired.
    A colleague of me installed the express edition with the same setup files but did recieved the correct NLS_CHARACTERSET.
    I allready tried by using different regional settings but that didn't do the trick.
    Greetz,
    Geert

  • How to migrate Oracle Express edition to standard edition

    I want to migrate data from Oracle XE to standard edition on the same machine.
    Please help me

    xe is the edition used only for the personal use generally for tutorial purposes.
    it cant be upgraded to enterprise edition
    if u want to use the enterprise edition you have to install the enterprise edition software which is different from XE(express edition)
    you can use DBCA(database configuration assistance) for creation of database....

  • How do I install JAVA JVM, JServer and XDK in Oracle Express Ed database

    IF I query with SELECT COUNT(*) FROM all_objects WHERE object_type LIKE 'JAVA%'; I get a count of 0.
    I see no DBMS_JAVA package.
    How can I install JAVA JVM, JServer and XDK in the Oracle Express Edition database?
    I see no initjvm.sql, initxml.sql and xmlja.sql scripts. There are catjava.sql and catexf.sql scripts in the rdbms/admin folder.

    cssifah,
    Looks like you want this Web page:
    http://www.oracle.com/technology/products/database/xe/forum.html
    Good Luck,
    Avi.

  • How can I login to Oracle Express Ed 11g Rel 2 on windows XP 32bit?

    I installed Oracle Express Ed 11g Release 2 32bit on windows XP 32bit and I can not login ito it. Installation asked for a password to be created at installation which I used to login with.
    The login window is started from a shortcut that installation created on my desktop. I tried to download and install three times. I went thru a SW removable before another download. The login responds with "Invalid Login Credentials"
    I have admin rights to my PC. What could be the issue?
    Please help.
    Thanks.

    What could be the issue? Could be many different causes. Mistyping the password is one, or the database could be offline but in most cases that will give a different error message. Open a command box, Start/Run/cmd and try:
    $ sqlplus /nolog
    connect system
    ... Password ... <the one used with the installer> ... Connected.
    select name from v$database;
    login window is started from a shortcut If you're talking about the Apex page, the one that opens a web browser to http://<hostname>:8080/apex and that one needs Apex credentials, not database user credentials. Apex users can be mapped to database users but that is something done via the apex administrator.
    Two database accounts "out of the box" are SYS and SYSTEM users, those are special- SYS owns the catalog, SYSTEM is a user with dba role privileges, almost as powerful within the database as the SYS user.

  • How to use unixODBC with Oracle Express on Ubuntu 8.10?

    I downloaded Oracle Express a couple of days ago, so I am totally new to Oracle.
    I tried connecting via unixODBC, using dsn=oracledsn, user=dba, password=abcd and received error info:
    1: st=01000, nerr=0, msg=
    [unixODBC][Driver Manager]Can't open lib '/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libsqora.so.10.1' : file not found
    but the shared 'so' library actually does exist at the path above. I also set
    ODBCINI=/etc/odbc.ini;export ODBCINI and immediately checked it was in the environment.
    The .ini files are:
    /etc/odbcinst.ini
    [OracleExpressdrv]
    Driver = /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libsqora.so.10.1
    Description = Oracle 10g express driver
    /etc/odbc.ini
    [ODBC Data Sources]
    oracledsn = Oracle Express DSN
    [oracledsn]
    Driver = OracleExpressdrv
    Note: The dsn and the driver names are enclosed within square brackets but came out as web links above in the preview.
    After many hours of googling I have not been able to find how to connect via ODBC to a local (on my PC) Oracle Express.
    Advice would be most welcome.

    hello
    I have the same problem. My system is Fedora 11
    I set the odbcinst.ini and odbc.ini files as you mentioned. I also set the LD_LIBRARY_PATH :
    $ echo $LD_LIBRARY_PATH
    /usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/
    when I try to connect using isql, I get that error:
    [01000][unixODBC][Driver Manager]Can't open lib '/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/lib/libsqora.so.10.1' : file not found
    [ISQL]ERROR: Could not SQLConnect
    I couldn't figure out what I am missing.
    May someone help please?

  • How can i store image into blob field in oracle express ??

    Hi
    am using oracle express *(2.1)* , i am devloping a small system , we have to store an image in blob filed in a table, we have to create a form which allow the user to store the image in the table and to generate a report contains the image
    any note's please
    tahnk's in advance
    sam
    Edited by: user485341 on Dec 22, 2008 1:28 AM

    hi Andy
    this is the code for download
    create or replace PROCEDURE download_my_file(p_file in number) AS
    v_mime VARCHAR2(48);
    v_length NUMBER;
    v_file_name VARCHAR2(2000);
    Lob_loc BLOB;
    BEGIN
    SELECT MIME_TYPE, BLOB_CONTENT, FILE_NAME,DBMS_LOB.GETLENGTH(BLOB_CONTENT)
    INTO v_mime,lob_loc,v_file_name,v_length
    FROM A_IMAGES
    WHERE IMAGE_ID = p_file;
    owa_util.mime_header( nvl(v_mime,'application/octet'),FALSE );
    -- set the size so the browser knows how much to download
    htp.p('Content-length: ' || v_length);
    -- the filename will be used by the browser if the users does a save as
    htp.p('Content-Disposition: attachment;
    filename="'||replace(replace(substr(v_file_name,instr(v_file_name,'/')+1)
    ,chr(10),null),chr(13),null)|| '"');
    -- close the headers
    owa_util.http_header_close;
    -- download the BLOB
    wpg_docload.download_file( Lob_loc );
    end download_my_file;
    thank's

  • How to extract data from dmp file to oracle express edition database

    Hi,
    I wanted to extract a oracle dump file in oracle express edition database. Is it possible? If yes, then can anyone please guide me how to do it?
    Thanks

    Hi,
    This might help
    Backup/Export Question!
    Br,Jari

  • How can I start using Oracle Express Edition

    Good afternoon, how can I start using Oracle Express Edition? I have it installed it but I can not enter any user or key that allows me to manage the program from the Internet. I have understood that this version is free.
    Correct me I'm wrong and please do noted me. In my country this course very expensive and I'm looking to learn on my own.
    Edited by: user12301712 on 03-dic-2009 9:46

    Hi
    During installation wizard asked you about password for SYS and SYSTEM user, you had to set it. If you forgot you can loggin to ORACLE via SQL plus without password:
    c:\>SQLPLUS / sys as sysdba
    after connect you can set new password for any user, for example (SYSTEM user):
    ALTER USER SYSTEM identified by NEW_PASSWORD;
    After this you can login to APEX (Internet enviroment)
    Remember Oracle it's not only Internet frontend, it's huge tools with many functions. If you need study Oracle you need many time and zest but it is worth-while.
    Yes Oracle XE is free (read licence agreement).

  • How to install Oracle Spacial with Oracle Express Edition 10g?

    Hello,
    I'm new in Oracle Technology, I just wanted to try Oracle Spatial.
    I don't know how to get it so I've installed Oracle Express and followed this tutorial :
    http://oracledbas.blogspot.com/2009/06/manual-installation-of-spatial-10g.html
    They say Jserver, Oracle interMedia and Oracle XML Database have to be installed, but only one of them seems to be set up (XML DB), I can't install the others.
    If someone can help me to install Oracle Spatial, it would be nice. Bye.

    If you want to use Oracle Express Edition, note that the 11.2 version is available on beta now:
    http://www.oracle.com/technetwork/database/express-edition/overview/index.html
    Its a while since I've used XE but from what I recall you get the Locator functionality, but not Spatial. That makes sense as XE is free, which Spatial needs to be licensed.
    However, you can do an awful lot with Locator. To see if it is setup, just check if you have the MDSYS schema. Then describe the SDO_GEOMETRY type:
    describe mdsys.sdo_geometry
    If they are both there, then you're in business.

  • How to import a data dump into Oracle express

    Hi
    Thank you for reading my post
    how i can import a data dump which is a dump of my Schema in oracle 10g into oracle database express ?
    indeed it is just 20 tables and one sequence that i exported from oracle 10g and i want to import it into my oracle express 10g
    thanks

    Hi,
    I
    1) export the data from your source database XE
    C:\WINDOWS\system32>exp userid=USER1@XE1 file=user1.dmp
    2) in the target XE database you would have to recreate the same user, e.g. USER1
    3) run imp on the same dump file:
    C:\WINDOWS\system32>imp userid=USER1@xe2 file=user1.dmp full=yes ignore=yes
    II
    From DOS prompt make directory
    DOS>md c:\oraclexe\tmp
    DOS>cd c:\oraclexe\app\product\10.2.0\server\BIN
    DOS>sqlplus SYS/Password AS SYSDBA
    It is posible to be SYS/Password@SID AS SYSDBA
    SQLPlus>CREATE OR REPLACE DIRECTORY XMLDIR AS 'C:\oraclexe\Tmp';
    SQLPlus>GRANT READ, WRITE ON DIRECTORY XMLDIR TO property;
    Go back to DOS prompt. There are two files - expdp.exe and impdp.exe in BIN directory.
    DOS>expdp SYS/Password AS SYSDBA SCHEMAS=property DIRECTORY=XMLDIR DUMPFILE=property.dmp LOGFILE=property.log
    From DOS prompt make directory
    DOS>md c:\oraclexe\tmp
    DOS>cd c:\oraclexe\app\product\10.2.0\server\BIN
    DOS>sqlplus SYS/Password AS SYSDBA
    It is posible to be SYS/Password@SID AS SYSDBA
    SQLPlus>ALTER SYSTEM SET NLS_LENGTH_SIMANTICS='CHAR' SCOPE=BOTH;
    SQLPlus>CREATE OR REPLACE DIRECTORY dmpdir AS 'C:\oraclexe\Tmp';
    SQLPlus>GRANT READ, WRITE ON DIRECTORY XMLDIR TO public;
    Go back to DOS prompt. There are two files - expdp.exe and impdp.exe in BIN directory.
    DOS>impdp SYS/Password AS SYSDBA SCHEMAS=property DIRECTORY=XMLDIR DUMPFILE=property.dmp LOGFILE=property.log
    There are so many treads about export and import in XE.
    Konstantin

  • Connect Toad freeware with Oracle express Edition, How?

    Hello,
    Although I know that people will raise the question this is Oracle and use SQL developer... Ok I do that and that is working fine. But on my work they work with TOAD so I like to work with TOAD as well and I want get some knowledge about Toad, TNSNAMES etc.
    I've put the issue on TOAD forum as well, but till now I don't have received an answer.
    I want to teach/learn myself Oracle by working with the Oracle express edition. I have downloaded the SQL Developer and I can work with it, which means I can create a connection.
    Errors when I try to work with TOAD are:
    If i try to make a connection:
    - "No valid clients found. You need at least one 64-bit client properly configured"
    If I click on TNSNames editor:
    - Access violation in address xxxxxxx at module TOAD.exe"
    I have installed oracle at D:\ORACLE_HOME. In this directory is also a TNSNAMES.ORA file.
    I have installed the express edition with the installer. I have first installed the Oracle express edition and later TOAD.
    I'm working on my local machine with:
    - windows 7 Home
    - Oracle 32 bit client:
    - Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production
    - PL/SQL Release 11.2.0.2.0 - Production
    - "CORE 11.2.0.2.0 Production"
    - TNS for 32-bit Windows: Version 11.2.0.2.0 - Production
    - NLSRTL Version 11.2.0.2.0 - Production
    - TOAD 64-bit freeware.
    *Questions:*
    *- Are there certain environment variables necessary? Does TOAD expect Oracle at a certain directory?*
    *- Is it necessary to add something to the PATH environment variable?*
    *- 32-bit Oracle client will working with the 64-bit TOAD freeware?*
    Nico

    Nico van de Kamp wrote:
    I've put the issue on TOAD forum as well, but till now I don't have received an answer.Yes, correct, visit toadworld.com. This is not the proper forum.
    >
    Errors when I try to work with TOAD are:What version toad? Is it 11.6 x64?
    If i try to make a connection:
    - "No valid clients found. You need at least one 64-bit client properly configured"Listen to that message. A 64-bit program requires 64-bit libraries.
    I have installed the express edition with the installer. I have first installed the Oracle express edition and later TOAD.
    I'm working on my local machine with:
    - windows 7 HomeHome editions are not supported, sorry.
    - Oracle 32 bit client:What is it - Client or Server?
    - Oracle Database 11g Express Edition Release 11.2.0.2.0 - Production>
    - TOAD 64-bit freeware.Perhaps easiest way out is to remove 64-bit Toad and install the 32-bit one instead.
    >
    Questions:
    - Are there certain environment variables necessary? Does TOAD expect Oracle at a certain directory?
    - Is it necessary to add something to the PATH environment variable?
    - 32-bit Oracle client will working with the 64-bit TOAD freeware?
    All these should be directed elsewhere, e.g. at some Toad forum, maybe at toadworld.com.

  • How many simultaneous access have Oracle Express?

    i work in a healthcare institution in Brazil, and we need a server of SQL, we think in ORACLE EXPRESS... but we can't found the number of simultaneous access it has.

    Ten.
    Page 24 of this guide.
    http://switch.atdmt.com/action/appleairportexpress_techoverview

  • Oracle Express is missing JAVA JVM

    IF I query with SELECT COUNT(*) FROM all_objects WHERE object_type LIKE 'JAVA%'; I get a count of 0.
    I see no DBMS_JAVA package.
    How can I install JAVA JVM, JServer and XDK in the Oracle Express database?
    I see no initjvm.sql, initxml.sql and xmlja.sql scripts. There are catjava.sql and catexf.sql scripts in the rdbms/admin folder.

    Well, java is not included in XE and cannot be added after the install.
    It was a quite heavily discussed issue in the beta phase but finally it was not included. You get the small footprint, though ;).
    ~Dietmar.

  • Oracle Express Access Denied

    Hi All,
    If I try to start or stop my Oracle Express DB I get an access denied. Also if I try to alter my tnsnames file I get the same error? I am running windows 7 and I am an admin on my machine. Any ideas why it won't let me stop the db?
    --S                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    In windows your user needs to be in the ORA_DBA local group- for Win7 not sure exactly where/how to go and check that should be somewhere under the control panel, Users and Groups.
    One way to verify you're not in the ORA_DBA group, go to a Command box (Start/Run/cmd) ...
    $ sqlplus /nolog
    connect /as sysdba;
    Connected ...
    SQL>If that doesn't get you a "Connected" response, check the local ORA_DBA group properties and membership-

Maybe you are looking for