((  SQL DEVELOPER UserName Password??? --- To Access APEX TABLES ))

How do I access APEX tables from SQL DEVELOPER?
What do I use as a USERNAME and PASSWORD--
inside SQL DEVELOPER?
Hello,
I have APEX installed on my machine.
WINDOWS 7 PROFESSIONAL 64 BIT.
I also have installed:
ORACLE XE
and
SQL DEVELOPER.
I have applications I have created in APEX
with various tables.
Question:
How can I access my APEX tables from
within SQL DEVELOPER?
What USERNAME and PASSWORD do I use?
I can do this with
HR
SQL DEVELOPER USERNAME = HR
PASSWORD = HR
This works fine.
But what about for my own APEX TABLES
I created inside my own workspace
inside APEX?
For example:
LOGIN TO APEX:
http://127.0.0.1:8080/apex/
If my
APEX WORKSPACE = DAVID_WS
SCHEMA = DAVID_SC
APEX USERNAME = DAVIDAPEX_UN
APEX PASSWORD = DAVIDAPEX_PW
LOGIN TO APEX ADMIN:
http://localhost:8080/apex/apex_admin
APEXADMIN USERNAME = DAVIDADMIN_UN
APEXADMIN PASSWORD = DAVIDADMIN_PW
So, given the above 6
NAMES and PASSWORDS above:
SQL DEVELOPER USERNAME = ????
SQL DEVELOPER PASSWORD = ????
Thanks a lot for your help!
David
Edited by: DAVID888 on Feb 3, 2011 11:53 PM

Hello david,
When you created your workspace with the below details, if the schema "DAVID_SC" was created through APEX, then you should have also specified the password as well.
APEX WORKSPACE = DAVID_WS
SCHEMA = DAVID_SC
APEX USERNAME = DAVIDAPEX_UN
APEX PASSWORD = DAVIDAPEX_PWIf you dont remember the password for "DAVID_SC", you can log on to your Oracle XE database as a "SYSTEM" user and reset the password of "DAVID_SC".
Once that is done, you can log on to SQL developer with :
username : david_sc
password : <your_new_password>
Hope it is clear and plz refer to the APEX documentation to get a better understanding of it.

Similar Messages

  • XDB  username & password Required in Apex 4.0.1

    Hello,
    i have installed the Apex 4.0.1 on Oracle 11g R 2 windows 2003 R2.
    i installed the apex 4.0.1 using Embendded PL/SQL Gateway method.
    after installation when i run in url = http://localhost:8080/pls/apex/apex_admin it pop up one small window which required XDB username & password.
    i do not understand what to do to resolve this issue.
    i installed the apex by follwoing steps.
    please help.
    Thanks
    ---- Apex Installation Steps ---
    @apexins SYSAUX SYSAUX TEMP /i/
    @apxchpwd
    @apex_epg_config.sql c:\apex_4.0.1
    ALTER USER ANONYMOUS ACCOUNT UNLOCK;
    EXEC DBMS_XDB.SETHTTPPORT(8080);
    DECLARE
    ACL_PATH VARCHAR2(4000);
    ACL_ID RAW(16);
    BEGIN
    -- Look for the ACL currently assigned to '*' and give APEX_040000
    -- the "connect" privilege if APEX_040000 does not have the privilege yet.
    SELECT ACL INTO ACL_PATH FROM DBA_NETWORK_ACLS
    WHERE HOST = '*' AND LOWER_PORT IS NULL AND UPPER_PORT IS NULL;
    -- Before checking the privilege, ensure that the ACL is valid
    -- (for example, does not contain stale references to dropped users).
    -- If it does, the following exception will be raised:
    -- ORA-44416: Invalid ACL: Unresolved principal 'APEX_040000'
    -- ORA-06512: at "XDB.DBMS_XDBZ", line ...
    SELECT SYS_OP_R2O(extractValue(P.RES, '/Resource/XMLRef')) INTO ACL_ID
    FROM XDB.XDB$ACL A, PATH_VIEW P
    WHERE extractValue(P.RES, '/Resource/XMLRef') = REF(A) AND
    EQUALS_PATH(P.RES, ACL_PATH) = 1;
    DBMS_XDBZ.ValidateACL(ACL_ID);
    IF DBMS_NETWORK_ACL_ADMIN.CHECK_PRIVILEGE(ACL_PATH, 'APEX_040000',
    'connect') IS NULL THEN
    DBMS_NETWORK_ACL_ADMIN.ADD_PRIVILEGE(ACL_PATH,
    'APEX_040000', TRUE, 'connect');
    END IF;
    EXCEPTION
    -- When no ACL has been assigned to '*'.
    WHEN NO_DATA_FOUND THEN
    DBMS_NETWORK_ACL_ADMIN.CREATE_ACL('power_users.xml',
    'ACL that lets power users to connect to everywhere',
    'APEX_040000', TRUE, 'connect');
    DBMS_NETWORK_ACL_ADMIN.ASSIGN_ACL('power_users.xml','*');
    END;
    commit;
    SELECT par_value FROM ctxsys.ctx_parameters WHERE par_name = 'FILE_ACCESS_ROLE';
    CREATE ROLE APEX_URL_DATASTORE_ROLE;
    GRANT APEX_URL_DATASTORE_ROLE to APEX_040000;
    EXEC ctxsys.ctx_adm.set_parameter('file_access_role', 'APEX_URL_DATASTORE_ROLE');
    ALTER SYSTEM SET JOB_QUEUE_PROCESSES =1000;
    ALTER SYSTEM SET SHARED_SERVERS = 5 SCOPE=BOTH;

    Hi All,
    there is some thing wrong in documentation of Apex 4.0.1
    when i read to configure Embadded Pl/SQL gateway i followed everything from documentation and after instllation it is mentioned how to login to Apex as follwoing.
    http://hostname:port/pls/apex/apex_admin
    in following statment which i copied from documentation does not describe anything for "PLS". which is making confussion to me that there is something i missed during installation.
    3.4.12.1 Creating a Workspace Manually
    To create an Oracle Application Express workspace manually:
    1.Log in to Oracle Application Express Administration Services. Oracle Application Express Administration Services is a separate application for managing an entire Oracle Application Express instance. You log in using the ADMIN account and password created or reset during the installation process.
    a.In a Web browser, navigate to the Oracle Application Express Administration Services application.
    Because your setup uses the embedded PL/SQL gateway, go to:
    http://hostname:port/pls/apex/apex_admin
    Where:
    hostname is the name of the system where Oracle XML DB HTTP server is installed.
    port is the port number assigned to Oracle XML DB HTTP server. In a default installation, this number is 8080.
    apex is the database access descriptor (DAD) defined in the configuration file.
    where as for installation chossing HTTP server it states to login by following
    3.3.12.3 Logging in to Your Workspace
    Once you create a workspace, you must log in to it using your login credentials (that is, the workspace name, user name, and password).
    See Also:
    See "Creating Workspaces" and "Managing Workspace Requests" in Oracle Application Express Administration Guide
    To log in to your workspace:
    1.In a Web browser, navigate to the Oracle Application Express Login page.
    Because your setup uses the Oracle Application Express Listener, go to:
    http://hostname:port/apex
    Where:
    ◦hostname is the name of the system where Oracle XML DB HTTP server is installed.
    ◦port is the port number assigned to Oracle HTTP Server. In a default installation, for Oracle WebLogic Server this number is 7001, in OC4J this number is 8888, in Oracle Glassfish Server this number is 8080. These defaults are correct at the time this document was written. Please review the related Web server documentation for the latest default port if necessary.
    ◦apex is the mount point defined in the Web Server configuration file.
    -what is your opnion ??
    please reply
    Suhaib

  • Prompt for a username/password while accessing a resource in wls 6.0

    Hi all, I want to restrict access to any resource on my weblogic
    server 6.0 and prompt for a user name and password before accessing
    any resource. I did this using weblogicurl.policy file in wls 5.1.
    I am not able to find out how to do this in 6.0. Can anyone help
    me out plz. thanx, Prabhat

    WL 6.0 doesnot support URL based access control directly but you can read on
    docs on these two links and
    they helped me to restrict access to certain url's by prompting user for
    username and password
    http://e-docs.bea.com/wls/docs60/programming/webappdeployment.html
    http://e-docs.bea.com/wls/docs60/adminguide/config_web_app.html
    "Tom Mitchell" <[email protected]> wrote in message
    news:[email protected]..
    Prabhat,
    You can restrict access to deployed resources by specifying the access
    constraints in the deployment descriptors. For things without
    deployment descriptors, you can use the console.
    HTH.
    prabhat wrote:
    Hi all, I want to restrict access to any resource on my weblogic
    server 6.0 and prompt for a user name and password before accessing
    any resource. I did this using weblogicurl.policy file in wls 5.1.
    I am not able to find out how to do this in 6.0. Can anyone help
    me out plz. thanx, Prabhat--
    Tom Mitchell
    [email protected]
    Very Current Stoneham, MA Weather
    http://www.tom.org

  • Query works in SQL Developer but not in Oracle APEX

    The query below runs and produces the correct result in SQL Developer, but when I try to put it into a PL/SQL process in Apex I get the error shown. There is no semi-colon at the end of the query in APEX.
    The error is:
    ORA-06550: line 10, column 54: PL/SQL: ORA-00933: SQL command not properly ended ORA-06550: line 2, column 1: PL/SQL: SQL Statement ignored ORA-06550: line 11, column 21: PLS-00103: Encountered the symbol "end-of-file" when expecting one of the following: ( begin case declare end exception exit for goto if loop mod null pragma raise return select update while with.
    The query is:
    SELECT *
    FROM
    (SELECT *
    from T3_LEADS
    WHERE
    (SYSDATE - Last_Mailed_Date) > 60 OR Last_Mailed_Date is null
    WHERE MARKET_ID = 'Salt_Lake_City' AND rownum <= 100

    That is because when you run a SQL in SQL*Plus or SQLDeveloper the output is displayed on the screen, but in Apex you need to select those values into variables so you can do something with the data.
    delcare
      v_emp_id    employee.emp_id%type;
    begin
      select emp_id
        into v_emp_id
        from employee
      where lname = 'JOHNSON' and fname = 'BILLY';
      -- Then do something with that data
      if v_emp_id between 1 and 10 then
      end if;
    end;Probably a bad SQL for an example. For your SQL though, you are selecting * which you would be able to select into a rowtype variable, but you are probably going to start having problems like "Exact fetch returns more that one row" since your query will probably return more that one value. In those cases you want to use cursors, and loop through the data one record at a time. You can Google all of that.

  • Authentication Scheme with Username / Password stored in App Table

    Hi all,
    Up to now all of our applications have used SSO authentication, but I now need to step away from this to allow users from outside our organisation (and therefore not in our OID system) to use one specific application.
    I therefore have a table in my application that stores username and password. I have a function that compares the entered username and password to this table and returns a boolean result. This function is then registered in my Authentication Scheme as the Authentication function.
    All this works well and is causing no problems. The problem is that the password is stored and checked in plain text - obviuosly not very good.
    How do I go about changing the password column in my table, the pages that allow this password to be set and updated and the authentication function that checks the username / password to use some form of encryption?
    Also, do I need to be worrying about all the other fields (Page Sentry Function,Session Verify Function, Pre-Authentication Process etc) that the Authentication Scheme offers me - or can I just leave these blank as they are now.
    If someone can give me a complete 'out-of-the-box' solution that would be wonderful - otherwise a good hard pusj int he right direction would be much appreciated.
    Many thanks,
    Martin

    Hello Martin,
    If you check out the Discussion Forum application here, you should find the information you need. This app stores an encrypted version of the user's password in the table.
    http://www.oracle.com/technology/products/database/application_express/packaged_apps/packaged_apps.html#FORUM
    Good luck,
    Don.
    You can reward this reply by marking it as either Helpful or Correct :)

  • SQL*Plus username/password

    **While leaving the host name blank, I've tried to use the following username/password combinations to no avail:
    scott/tiger
    system/manager
    **I always receive this error message:
    ORA-12560 TNS:protocol adapter error
    **When I looked that error message up with a quick internet search, I came upon this information:
    What causes this error?
    This message indicates that there is a problem at the protocol adapter level. That is, SQL*Net and the Interchange are functioning correctly, but there is something wrong with the protocol adapter that underlies them.
    How to fix it
    Check addresses used for proper protocol specification. Before reporting this error, look at the error stack and check for lower level transport errors. For further details, turn on tracing and re-execute the operation. Turn off tracing when the operation is complete or you will use a lot of disk space. The trace file will have details of the problem.
    You may get this error running Oracle 8.1.6 under Win2000 when you try to log in using 'svrmgrl'. You can normally connect using SQL*Plus or any other product, svrmgrl is going to be discontinued.
    **I'm not terribly sure what the "how to fix it" intructions mean. I'd appreciate any help in trying to figure that out.

    I downloaded the database and received the same error message. What do you mean by that? You cannot just download a database. You can download the Oracle server software, install it, and create a database.
    Are you on a network with a database already installed somewhere on that network? In that case, ask the DBA to make your connection to that database.
    can you tell me more about tools that support PL/SQL?PL/SQL is supported in the Oracle database, Forms, Reports, web pages can be created with it etc. You really need to have an idea what you want to do. Oracle is so complex, that you cannot just start somewhere.

  • Import SQL Developer xml History files to a table

    I'd like to import my SQL Developer xml history files into an Oracle table. What's the best way to do this?

    I had some success in Pages 1, but I've only tried a couple of times so far in Pages 2 without success. The trick was to make sure the table is the exact number of columns wide. It's very "klunky" but I've ended up converting the tab-delimited text to a table in AppleWorks, saving the AppleWorks file with the table as a "floating" object (fixed objects don't translate) & opening the file in Pages. It's quicker & easier for most of what I do to just drag & drop in Pages.
    Peggy

  • Oracle 10g SQL plus username, password + Host string unkown

    Hi Friends
    I have just installed Oracle 10g in my computer. I could not use SQL plus because I dont know the exact username, password and host string to connect. Is there anybody to help me out. I am bit stressed for this.. Thanks by Hossain

    Do not reply to 5 year old posts. If you have a problem, start a post of your own, referencing the old one if necessary.
    Describe your problem explicitly, giving all relevant information.
    Please see Re: 2. How do I ask a question on the forums?

  • Developer's password to  access to the Vision database

    We have installed 11i on MS windows with the Vision database for
    test purpose. We defined and assigned the access to a functional
    end user and developer. The functional access is good, however
    the developer access is not working. My question is: What is the
    developer's password for Vision database, any additional setup
    in the environment? Pls give detail steps for defining the
    developer function and/or environment, or any other procedures.
    Thanks lot.

    Please try your set of books in the general ledger and let me know if it is responding. I have set up my calendar, chart of accounts and currency but I could not define the set of books. Click define and see if it is responding or not.
    Thanks
    [email protected]

  • Username and Password for access apex 4.2

    Hello,
    I have installed apex 4.2.
    Then i have execute java -jar apex.war to instlla listener
    Then i have execute
    http://localhost:7779/apex
    at this point the server ask
    Autentication Required
    The server http://localhost:7779/apex requires a username and password
    The server says  XDB
    ??? Witch are le Username and Password ??
    Thank You

    I understand now. You are in the Embedded Web Server and can not access the Admin settings. In order to reset the password back to defaults, we will need to restore the Network defaults on the printer, then reconfigure the printer for your wireless network again. You can use the steps below to restore the network defaults on the printer;
     Touch the little wrench (settings) icon you see in the top right hand corner of the printer touch screen.
     Touch the Wireless Menu.
     Navigate to Restore Network Defaults.
    Once restored, go to the Wireless Setup Wizard in the Wireless Menu and reconfigure the settings.
    Please click the Thumbs up icon below to thank me for responding.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Please click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution.
    Sunshyn2005 - I work on behalf of HP

  • Username/password to access basic settings

     I am trying to connect a Lexmark wireless router to my LAN and have been unable to do so thus far. Lexmark's installation wizard suggested changing the channel on my LAN. When I tried accessing my basic settings, I could not find the correct username/pw combo
    I had always left my username and password at factory settings ie admin/blank. I think I changed it as the result of a much larger conversation with Liksys tech support. Whatever the case may be, it is no longer admin/blank nor can I open the settings with any other of the usual combinations I've used elsewhere.
    I can't get customer or technical support because a convoluted effort to install a Linksys music bridge along with an new N-series router resulted in my eventually going back to my old WRTG2  v.1 series router (and throwing hundreds of $ away on Linksys products). This router is out of warranty and I cannot get any type of support aside from recommedations to use their paid support products. I even tried that spending $40 on Network Magic, which I had to uninstall bnecause ot didn't work as well as Linksys Easy Support.
    If anyone can help with either or both issues; connecting Lexmark printer wirelessly and/or resetting username AND password w/o currently being sure of either, I would greatly appreciate it. I have gotten extremely frustrated with the usual channels of support. Thanks for any help. Bill

    Hello boomer619,
    Thanks for posting. With Acrobat.com each user account have a
    designated username and password to log in with for their account.
    Is this not the username and password you are referring to?
    Are you needing them to log in using it? or just reference it
    so you know who the form is coming from?
    As far as setting up password protection within a PDF file in
    Acrobat 9, you may want to ask this question in the Windows Acrobat
    forums, since these are specific to Acrobat.com.
    Link to
    Acrobat Forums
    Thanks!
    Pete

  • SQL plus username, password, & hoststring

    Hello,
    I downloaded and installed oracle 8 lite, and then I open SQL plus , they require
    user name, password, and host string. I don't know what they are. Please tell me
    about that.
    Thank you very much for your help.
    Have a nice weekend.
    null

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by dunganh:
    Hello,
    I downloaded and installed oracle 8 lite, and then I open SQL plus , they require
    user name, password, and host string. I don't know what they are. Please tell me
    about that.
    Thank you very much for your help.
    Have a nice weekend.
    enter system as user name and manager as password and click ok. then enter the following: grant resource, connect, dba to your_name identified by your_password.
    then
    conn your_name/your_password.
    <HR></BLOCKQUOTE>
    null

  • ITunes Store requesting username & password to access servers?

    We recently updated our wireless network and now when I try to open the iTunes Store connection I get a prompt that reads:
    *"The server ax.init.itunes.apple.com at Netgear WGT624V4 requires a username and password."*
    I tried putting admin as the username and entering a password we use on our system. Afterwards I get another prompt that reads:
    *"The server phobos.apple.com at Netgear requires a username and password."*
    Once again I enter the same combination of username and password. Then I get a final message that reads:
    **"iTunes cannot connect to the iTunes store. Make sure your network connection is active and try again."*
    All other programs as well as our internet connection are functioning fine. I have gone through and turned off all firewalls, flushed the dns, and tried most of all the other tips I found on the support site. What exactly is happening and how to I resolve it???

    It looks to me like it's a user name and password set in the Netgear that's asking for the password, and it would be whatever was set when you set up the router. Consult your router's documentation; if this is a new unit, there may (and probably will) be a default password from the factory for the firewall (if there is, change it ASAP or you may open your network to all sorts of abuse from the outside).
    Hope this helps.

  • SQL Developer 3.1.07 does not show a Tables entry under the Navigator

    Installed SQL Developer 3.1.07. Under my Connections window, I log into the SYSTEM account. There is NO tables entry. SYSTEM has access to all tables in the database. It's the same behavior for other database users as well.
    I re-installed SQL Developer 3.0.04 and a Tables entry DOES appear for the same SYSTEM user connected to the same database.

    Hi J,
    I was under the impression that regardless of the Java version that my environment variables are setup to use,
    the installation of SQL Developer (when you install with a JDK), that the JDK version installed with SQL Developer
    is the one that is used.Exactly correct, unless you decide to override it in the conf file. I needed to be certain you did not.
    Anyway, trying to resolve the problem, let's go back to a possibility that something went wrong with the migration of your preference settings. Here is an old thread discussing a missing Tables node in the Connection view (sometimes called the navigator tree):
    Table node missing from navigator tree in 3.0.04
    The poster had to rename the system directory containing these settings, then ignore the offer to migrate settings upon starting up SQL Developer again. If you never migrated settings in the first place, then I'm not sure what more to say -- probably would require additional research here in the forum. But if you did migrate settings, then try the following:
    1. Export your connections (Connections node | right-click | Export Connections...)
    2. Exit SQL Developer
    3. Rename the directory to something else
    4. Restart SQL Developer
    5. Import your connections
    That directory on my Windows 7 machine for the current production release is something like:
    C:\Users\<username>\AppData\Roaming\SQL Developer\system3.1.07.42
    Hope this helps,
    Gary

  • SQL Developer 3.0.02 & External table

    Hello all,
    I encountered an interesting error while working with SQL Developer. I created external table mapped on data file in csv format. Everything works fine up to moment I double clicked the table header of the first column to make data sorting. Since I am not able to see table data even if the SQL Developer has been restarted.
    In the 'Data Editor - Log' window I can see the text as follows:
    ORA-00600: internal error code, arguments: [rworupo.1], [17], [10], [], [], [], [], []
    When I open SQL view of that table I can see:
    -- Unable to render TABLE DDL for object FSM.COMPANY with DBMS_METADATA attempting internal generator.
    CREATE TABLE COMPANY
    CUSTOMER_PROVIDER_REFID VARCHAR2(50 BYTE)
    , NAME VARCHAR2(50 BYTE)
    , REG_NUMBER VARCHAR2(50 BYTE)
    , VAT VARCHAR2(50 BYTE)
    , ADDRESS_STREET VARCHAR2(100 BYTE)
    , ADDRESS_BUILDING_NO VARCHAR2(20 BYTE)
    , ADDRESS_CITY VARCHAR2(50 BYTE)
    , ADDRESS_POSTCODE VARCHAR2(50 BYTE)
    , ADDRESS_COUNTRY VARCHAR2(50 BYTE)
    ORGANIZATION EXTERNAL
    TYPE ORACLE_LOADER
    DEFAULT DIRECTORY ETL_SOURCE
    ACCESS PARAMETERS
    RECORDS DELIMITED BY '\n'
    badfile ETL_SOURCE:'COMPANY.bad'
    logfile ETL_SOURCE:'COMPANY.log'
    discardfile ETL_SOURCE:'COMPANY.dsc'
    FIELDS TERMINATED BY ";"
    LRTRIM missing field VALUES are NULL
    "CUSTOMER_PROVIDER_REFID",
    "NAME",     
    "REG_NUMBER",     
    "VAT",
    "ADDRESS_STREET",     
    "ADDRESS_BUILDING_NO",     
    "ADDRESS_CITY",     
    "ADDRESS_POSTCODE",     
    "ADDRESS_COUNTRY"
    LOCATION
    ETL_SOURCE: 'Company.csv'
    REJECT LIMIT UNLIMITED
    In the log file for that table there is nothing, what could explain the error.
    Does anybody know how to fix it.
    Thanks for any idea.
    Jiri

    Hello Jiri!
    this is because of SQL Developer does not support "order by" over external tables.
    In general it is not disabled in SQL developer to use it for external tables but due to unknown reason execution of select including "order by" clause over external table generates ORA-00600 error.
    SQL Developer is saving all used "order by", "filter" settings (and many others) to special cache (user specific XML file) and this setting is used next time you open specific object - table.
    It means when you apply "sorting" on external table
    - oracle generates ORA-00600
    - used "order by" is stored by SQL Developer into cahce XML file
    - ...and you cannot open this table from your SQL developer anymore
    How to correct it:
    - go to SQL developer cache folder (something like C:\Documents and Settings\[username]\Application Data\SQL Developer)
    - try to find file "*GridSettings.xml" which contains this bad cache information
    there are usually tons of GridSettings.xml files
    -1134293461GridSettings.xml
    -1134293492GridSettings.xml
    -1134293523GridSettings.xml
    you have to find file which contains your specific extenal table name like...
    <uniqueName>SELECT * FROM "SCHEMANAME"."EXTERNAL_TABLE"</uniqueName>
    - find "sortClauses" tag
    <sortClauses>
    <Item class="java.lang.String">3 asc</Item>
    <Item/>
    </sortClauses>
    - you can now edit/correct content of this file/tag or just delete it completely
    - or you can easily delete complete cache folder - BUT in this case all specific user setting can be deleted!!!
    - then your table is accessible again :-)
    Regards
    Radim

Maybe you are looking for

  • Text control boxes in PDF's created in InDesign

    Not sure if this was the best place to post this, but I'm new to using InDesign and not sure who to ask.  Here is my dilemma: I have created an exercise book in Word.  There are various sections, some have questions while others are more of a journal

  • Another user who can't get this thing started, Listener will not operate!!!

    I installed from root, used port 8085 for the database (8080 used by Tomcat) and 1521 for the listener. Logged out, log back in as user oracle. Takes three full minutes to "start" the listener, but netstat -a does not show any listener on port 1521,

  • Possible for AIR app connecting to SQL 2005 server

    Is it possible using Flex AIR to connection to SQL 2005 server and fetch data ? If YES, whats step / process we need to follow please. We have the DB in sql 2005 and we want to develop desktop client and fetch the records from DB to AIR app.

  • Reformat/Reinstall Leopard 10.5 after a Failed WIndows Partition

    When trying to create a windows partition on my MacBook everything was running successfully and the screen said that it had finished the installation and needed to restart. So i did, but after restarting the Windows disc wanted me to install at the s

  • Cant update to 1.1.2

    Hi, I'm having trouble getting my ipod to update. Every time that I select check for updates in iTunes, it says that I have the current ipod software 1.1.1. What am I doing wrong?