Oracel Database 11g Release 2 Connection with  Forms Builder 10g

I installed Oracle Database 11g at Microsoft window 32-bit , Now I want to connect it with my forms buider 10g developersuit.
Please tell me ho do I connect it.

Ghulam Yassen wrote:
yes I set the tnsname.ora file of form builder but still not solved.
again error is showing
TNS could not resolve the connect identifier specified.if your oracle database sid or service name is orcl
your tnsnames.ora should look like this:
ORCL =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = ip_address_of_server )(PORT = 1521))
(CONNECT_DATA =
(SID=orcl)
(SERVER = DEDICATED)
(SERVICE_NAME = orcl)
cmd>tnsping orcl #to test
for more info: http://download.oracle.com/docs/cd/B28359_01/network.111/b28317/tnsnames.htm
HTH
teits

Similar Messages

  • Can I connect Oracle Forms Builder 10g to MS Access Database

    Hi,
    I have Oracle forms builder installed in my PC. I downloaded the Oracle Database Server from the oracle website and installed that as well. But due to the installation of Database server, my system has become very slow. In order to avoid this I wanted to know if I can connect the forms builder to MS Access Database.
    Also, using ODBC I have created a database in my D:\ drive.
    If using MS access as a database is possible, then kindly guide me how to proceed with it.
    Thanks,
    Shashank Senan

    Hi Francois,
    Thanks for your reply.
    I have been working on Oracle forms from the past 1 year. I wanted to increase my expertise at the subject so thought I'll install it at my home and then try out developing and running a few small forms. So, in order to do this I downloaded and installed Developer Suite and database server. After installing the database server the system became very slow, as I mentioned earlier. Once I uninstalled the server, my system speed was back to normal. My system configuration is:
    512 MB ram, Intel Pentium 4 2.66 Ghz processor, Windows XP service pack 3,1 CPU.
    My requirement is very minimal. I just want a simple database where I can create tables, store data and connect form. If you have a have any other suggestion for my requirement then kindly help me in this regard.
    In the meantime I'll act on your suggestion and try and install the XE server.
    Thanks.
    Shashank

  • Server Hardware for Oracle Database 11g Release 2 with Oracle Spatial

    Hi ,
    We're to set up an Oracle Database 11g Release 2 Enterprise with Oracle Spatial.
    Can you provide me the possible Server Hardware CPU / Memory specs , number of CPUs,type of OS and teh Model, for Spatial which a million users hits the database via a webservice?
    The vendor suggested us SDD instead of HDD, any performance hike on this?
    Budget seems to okay but I think Exadata will be too dear.
    Your insights is much appreciated.Anything relating to setting up a server with spatial is greatly appreciated.
    P/S: Been a programmer and don't knwo much about server hardware specs.

    It depends.
    Seriously - before anyone can offer anything but generalities here you need to really define exactly what you expect the database to deliver.
    In general however, I will throw out these questions and ideas...
    For instance - you say a million users "hit" the database (via a web service). Is that WFS, WMS, KML or ???
    Over - how long? A year? A month? A minute? A million hits over a year spread out evenly is only about 2 per minute.
    And what is a hit? A single random record? Or about 10,000 records in the same spatial area... or? And for each record - are you returning simple point data - or hugely complex polygons with thousands of vertexes each?
    How does this software work? Is it custom - or is it well known? Does it really query the database for every map (I assume it is a map service) feature - or does it read an area once and cache it in the middle tier? Or does it do something really smart and use cached tiles for static data - overlayed with vectors for dynamic data?
    And although you say Oracle Spatial - are you really using Spatial - or just Locator functions (less processing in general)? And if spatial - are you doing raster in the db - or 3D analysis - or other special functionality?
    SSD vs. HDD. - If you can buy a server with more RAM than the data set size (pretty easy these days) - and you do mostly reads (almost always the case for a map app) - buy a small cheap array of RAID'd HDD's - internal to the server is fine. Once the data is read into RAM - the HDD's do basically nothing.
    Server CPU and memory. Amount - see above. CPU Speed (use performance benchmarks - not GHz numbers) AND memory speed (often overlooked) - buy as fast as possible. Why? You pay for licenses by the core (2 cores per license for x64). And HW is MUCH MUCH MUCH cheaper than Oracle licenses. Plan to upgrade HW every year if necessary to avoid buying more licenses (sounds crazy - but it is much cheaper).
    This may seem like a lot - but these questions are just the tip of the iceberg. I have been in charge of spec'ing, building, and programming spatial systems now for about 20 years, so I have a pretty good idea of how to do enterprise scale computing on a Ramon-noodle budget.
    Smart clean software is your friend - don't ask the HW to do anything unless absolutely necessary (cache results and reuse as much as possible), and you can get crazy performance from minimal hardware.
    Bryan

  • Oracel Database 11g Release 2

    Dear Sir/ Madam
    I am facing the following problem when Installing Oracel Database 11g R2
    The em.ear is missing .
    D:\app\Yassen\product\11.2.0\dbhome_1\oc4j\j2ee\oc4j_applications\applications\em.ear
    Please tell me how to solve this problem.
    Yassen

    Can you please tell us which OS you are using.
    Did you unzip the 2 files into a single folder. The error you are seeing is a common one when you do not unzip the 2 downloaded zip files into a single folder.

  • Connect Oracle Form Builder 10g to Oracle Database 10g Express

    Hi,
    I'm new to Oracle.
    I've installed both form builder and database 10g express.
    I tried to connect form builder to HR sample database in 10g express with the following:
    user name: hr
    password: hr
    database: hr
    but I received message: ora-12154: tns could not resolve the connect identifier specified.
    Can anyone help me on that? Do I need to change the tnsnames.ora?
    If yes, what should I need to change in order to connect to the HR sample?
    Thank you.

    Yes you need to have an entry in the tnsnames.ora file for you database service name or sid. The service name or sid is usually XE unless you changed it when you installed 10g express.

  • Unable to run the form from Form Builder 10g

    HI,
    I am having a problem with running a form with form builder 10g.
    I have create a form with some text boxes to display values in a table.
    When i compile and run the form it does not run The error shown is
    HTTP 403(Forbidden) You are not authorised to view this page.
    The Link used for the above is:
    http://127.0.0.1:1740/sWuCqhMKUT1btA1N5cXLCRshkJzmgKRIlCEUFd9RL520LVq0
    The port number 1740 changes everytime. I dont know why.
    I have started the OC4J instance before starting the Form Builder.
    I have made the changes to the runtime preferences in the form builder.
    http://localhost:8889/forms/frmservlet
    But it doesn't work when i try to run the form from Form Builder.
    ie Program-->Run Form
    The form works properly when using the 'Run a form on the Web Utility' provided with Developer Suite.
    Can anyone please suggest a solution. I have searched the forum but didnot find a solution.
    Thanks
    V.S.

    One of our DBAs has installed the software.
    It was a default installation, I believe, as no configuration was done during the installation except for increasing the virtual memory size.
    Post installation we changed the tnsnames.ora file and the sqlnet.ora file.
    Do i need to configure something ?
    Thanks,
    V.S.

  • Using php to connect to Oracle Database 11g Release 2 Enterprise Edition

    Greetings everyone!
    Please i dont know how to connect to Oracle Database 11g Release 2 Enterprise Edition with php even though i connected with php successfully with Oracle Database 11g Express Edition with the php code below. can someone help please...
    define('ORA_CON_UN', 'hr'); // User name
    define('ORA_CON_PW', 'Adlibs14$'); // Password
    define('ORA_CON_DB', '//localhost/XE'); // Connection identifier
    // use constants defined in anyco_cn.inc
    $conn = oci_pconnect(ORA_CON_UN, ORA_CON_PW, ORA_CON_DB);
    if (!$conn) {
    db_error(null, __FILE__, __LINE__);
    Edited by: user11273096 on Jul 14, 2011 3:41 PM

    Note that this forum is for XE Beta, not EE.
    Can you connect from some other client tool, such as sqlplus?
    There's a {forum:id=178} forum that may be more suitable, if basic connectivity outside php works (i.e. issue is only php specific).

  • Using php to connect to Oracle Database 11g Release 2 Enterprise Edition EE

    Greetings everyone!
    Please i dont know how to connect to Oracle Database 11g Release 2 Enterprise Edition with php even though i connected with php successfully with Oracle Database 11g Express Edition with the php code below. can someone help please...Note im referring to oracle EE not XE.
    define('ORA_CON_UN', 'hr'); // User name
    define('ORA_CON_PW', 'Adlibs14$'); // Password
    define('ORA_CON_DB', '//localhost/EE'); // Connection identifier
    // use constants defined in anyco_cn.inc
    $conn = oci_pconnect(ORA_CON_UN, ORA_CON_PW, ORA_CON_DB);
    if (!$conn) {
    db_error(null, __FILE__, __LINE__);
    Edited by: user11273096 on Jul 15, 2011 12:03 AM

    Find the hostname and service name of the database and use those values in the ORA_CON_DB constant.
    Use 'lsnrctl status' on the database host to find the service name.
    If you use a "tns" alias, you may need to create a tnsnames.ora file where PHP can access it.
    Set the environment variable TNS_ADMIN (on Linux) to the directory containing the file.
    See the section "Oracle Database Name Connection Identifiers" p 102 of the free book
    http://www.oracle.com/technetwork/topics/php/underground-php-oracle-manual-098250.html

  • Oracle database 11g release 2 installation on windows 7 (64-bit)

    I've downloaded Oracle 11g release2 for the first time on my laptop, but before it, I've worked on MySql database and oracle 10g too but they are uninstalled now. The problem is: it is not going as I saw in the video of installation. On my system, it asks for a proxy server, showing a "connection failed" dialog box. I doubt, the second file I downloaded doesn't get extracted to the same folder. But I am not sure, if this were the problem, it(setup) would have even started or not ? then I clicked on the setup and command line prompt appeared.
    Then it asked to fill in the email address.
    and Now comes the real problem, where it shown "connection failed" dialog box, asking for proxy server, proxy port, proxy username, proxy password. I don't know what values to fill in these columns.
    Here I am copy pasting Log file created while installing Oracle database 11g on my system :
    Using paramFile: C:\Users\rubbal bhusri\Downloads\Compressed\Oracle 11g release 2\database\install\oraparam.ini
    Checking monitor: must be configured to display at least 256 colors.    Actual 4294967296    Passed
    The commandline for unzip:
    C:\Users\rubbal bhusri\Downloads\Compressed\Oracle 11g release 2\database\install\unzip -qqqo ..\stage\Components\oracle.jdk\1.5.0.17.04\1\DataFiles/"*.jar" -d "C:\Users\RUBBAL~1\AppData\Local\Temp\OraInstall2013-07-29_10-32-10PM" INFO: Loading data from: jar:file:/C:/Users/rubbal%20bhusri/AppData/Local/Temp/OraInstall2013-07-29_10-32-10PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Loading beanstore from jar:file:/C:/Users/rubbal%20bhusri/AppData/Local/Temp/OraInstall2013-07-29_10-32-10PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Restoring class oracle.install.driver.oui.ConfigCmdMappings from jar:file:/C:/Users/rubbal%20bhusri/AppData/Local/Temp/OraInstall2013-07-29_10-32-10PM/ext/jlib/installcommons_1.0.0b.jar!/oracle/install/driver/oui/resource/ConfigCommandMappings.xml
    INFO: Verifying target environment...
    INFO: Checking whether the IP address of the localhost could be determined...
    INFO: Completed verification of target environment.
    INFO: Inventory exists: false
    INFO: Registering setup bean
    INFO: Building Flow
    INFO: Building the flow graph
    INFO: Loaded state prepInstall
    INFO: Loaded state decideOCMInstall
    INFO: Loaded state getOCMDetails
    INFO: Loaded state installOptions
    INFO: Loaded state getSystemClass
    INFO: Loaded state nodeSelectionPage
    INFO: Loaded state upgradeValidation
    INFO: Loaded state installType
    INFO: Loaded state quickInstallPage
    INFO: Loaded state productLanguage
    INFO: Loaded state inventoryPage
    INFO: Loaded state getOracleHome
    INFO: Loaded state dbEdition
    INFO: Loaded state configurationType
    INFO: Loaded state dbIdentifier
    INFO: Loaded state configurationOption
    INFO: Loaded state managementOption
    INFO: Loaded state storageOption
    INFO: Loaded state recoveryOption
    INFO: Loaded state selectASMDiskGroups
    INFO: Loaded state schemaPasswordDialog
    INFO: Loaded state getPrivilegedOSGroups
    INFO: Loaded state prereqExecutionDecider
    INFO: Loaded state performChecks
    INFO: Loaded state showSummary
    INFO: Loaded state setup
    INFO: Loaded state finish
    INFO: Linking states
    INFO: State[configurationOption]: route=success; to=managementOption
    INFO: State[configurationType]: route=success; to=dbIdentifier
    INFO: State[dbEdition]: route=oraclehome_location; to=getOracleHome
    INFO: State[dbIdentifier]: route=success; to=configurationOption
    INFO: State[decideOCMInstall]: route=ignoreOCM; to=installOptions
    INFO: State[decideOCMInstall]: route=requireOCM; to=getOCMDetails
    INFO: State[getOCMDetails]: route=success; to=installOptions
    INFO: State[getOracleHome]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: State[getOracleHome]: route=advanced_yes_inventory_no; to=inventoryPage
    INFO: State[getOracleHome]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: State[getOracleHome]: route=advanced_yes_upgrade_yes; to=prereqExecutionDecider
    INFO: State[getPrivilegedOSGroups]: route=success; to=prereqExecutionDecider
    INFO: State[getSystemClass]: route=desktop_class_yes; to=quickInstallPage
    INFO: State[getSystemClass]: route=server_class_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=advanced_yes_softwareDB_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=migrate_yes_clusterware_no; to=upgradeValidation
    INFO: State[installOptions]: route=migrate_yes_clusterware_yes; to=nodeSelectionPage
    INFO: State[installOptions]: route=system_class; to=getSystemClass
    INFO: State[installType]: route=advanced_yes; to=productLanguage
    INFO: State[installType]: route=basic_yes; to=quickInstallPage
    INFO: State[inventoryPage]: route=advanced_yes_createDB_yes; to=configurationType
    INFO: State[inventoryPage]: route=advanced_yes_softwareDB_yes; to=prereqExecutionDecider
    INFO: State[inventoryPage]: route=basic_yes; to=prereqExecutionDecider
    INFO: State[managementOption]: route=success; to=storageOption
    INFO: State[nodeSelectionPage]: route=create_and_configureDB; to=installType
    INFO: State[nodeSelectionPage]: route=software_onlyDB; to=productLanguage
    INFO: State[nodeSelectionPage]: route=upgradeDB; to=upgradeValidation
    INFO: State[performChecks]: route=success; to=showSummary
    INFO: State[prepInstall]: route=success; to=decideOCMInstall
    INFO: State[prereqExecutionDecider]: route=executeprereqs; to=performChecks
    INFO: State[prereqExecutionDecider]: route=ignoreprereqs; to=showSummary
    INFO: State[productLanguage]: route=productlanguage_yes; to=dbEdition
    INFO: State[quickInstallPage]: route=basic_yes_inventory_no; to=inventoryPage
    INFO: State[quickInstallPage]: route=basic_yes_inventory_yes; to=prereqExecutionDecider
    INFO: State[recoveryOption]: route=asm_chosen_asm_not_present; to=schemaPasswordDialog
    INFO: State[recoveryOption]: route=asm_chosen_asm_present; to=selectASMDiskGroups
    INFO: State[recoveryOption]: route=asm_not_chosen; to=schemaPasswordDialog
    INFO: State[schemaPasswordDialog]: route=success; to=prereqExecutionDecider
    INFO: State[selectASMDiskGroups]: route=success; to=schemaPasswordDialog
    INFO: State[setup]: route=success; to=finish
    INFO: State[showSummary]: route=success; to=setup
    INFO: State[storageOption]: route=success; to=recoveryOption
    INFO: State[upgradeValidation]: route=success; to=productLanguage
    INFO: Successfully built the flow
    INFO: Opening bean stores from which the beans can be loaded
    INFO: Loading beanstore from a given input stream
    INFO: Translating external format into raw format
    INFO: Registering the flow data beans
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'CLUSTER_NODES' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OSDBA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OSOPER' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_GlobalDBName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SID' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_StorageType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CustomInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SystemClass' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_QuickInstallOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_AllocatedMemory' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_AutoMemoryOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMCentralAgentSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_MountPointLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LaunchDBCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SecureConfigDisabled' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EnableAutoBackup' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LoadExampleSchemas' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ReceiveEmailNotification' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseDBControl' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseFileSystemForRecovery' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseSamePassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LaunchODMA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RDBMSInstalling' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SetOracleBase' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle.install.db.isCCRAuthenticationUsed' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigTabSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CharSetOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_Type' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallOptionSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_DiskGroupNameForASM' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMEmailAddress' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMSMTPServer' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpPassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpUsername' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SuperAdminSamePasswdForAll' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ASMSNMPUserPassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SuperAdminPasswords' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CharacterSet' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_DiskGroupName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OCR_PartitionLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_StarterDatabaseType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CustomComponents' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    INFO: [INS-07001] Value for property 'b_rdbmsInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'INVENTORY_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'UNIX_GROUP_NAME' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_RESPONSE_FILE' not found in the bean store.
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_USERNAME' not found in the bean store.
    INFO: [INS-07001] Value for property 'MYORACLESUPPORT_PASSWORD' not found in the bean store.
    INFO: [INS-07001] Value for property 'DECLINE_SECURITY_UPDATES' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_HOST' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_PORT' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_USER' not found in the bean store.
    INFO: [INS-07001] Value for property 'PROXY_PWD' not found in the bean store.
    INFO: [INS-07001] Value for property 'SECURITY_UPDATES_VIA_MYORACLESUPPORT' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_FAILURES' not found in the bean store.
    INFO: [INS-07001] Value for property 'COLLECTOR_IGNORE_CONFIGURATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'SELECTED_LANGUAGES' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOSTNAME' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_SystemClass' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_QuickInstallOption' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_LaunchDBCA' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_LaunchODMA' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_RDBMSInstalling' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_SetOracleBase' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle.install.db.isCCRAuthenticationUsed' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_Type' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_SuperAdminSamePasswdForAll' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_DiskGroupName' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_OCR_PartitionLocation' not found in the bean store.
    WARNING: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    WARNING: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    WARNING: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    WARNING: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    WARNING: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    WARNING: [INS-07001] Value for property 'b_rdbmsInstall' not found in the bean store.
    WARNING: [INS-07001] Value for property 'COLLECTOR_RESPONSE_FILE' not found in the bean store.
    WARNING: [INS-07001] Value for property 'COLLECTOR_IGNORE_FAILURES' not found in the bean store.
    WARNING: [INS-07001] Value for property 'COLLECTOR_IGNORE_CONFIGURATION' not found in the bean store.
    INFO: Set value for bean DBSetupBean
    INFO: [INS-07001] Value for property 'oracle_install_RACInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'CLUSTER_NODES' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OSDBA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OSOPER' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_GlobalDBName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SID' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_StorageType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CustomInstall' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SystemClass' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_QuickInstallOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_AllocatedMemory' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_AutoMemoryOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigurationType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMCentralAgentSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_MountPointLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LaunchDBCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SecureConfigDisabled' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EnableAutoBackup' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LoadExampleSchemas' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ReceiveEmailNotification' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseDBControl' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseFileSystemForRecovery' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_UseSamePassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_LaunchNetCA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_LaunchODMA' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_NoMigration' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_RDBMSInstalling' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SetOracleBase' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle.install.db.isCCRAuthenticationUsed' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_client_OraMTSPortNumber' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ConfigTabSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CharSetOption' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_Type' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallOptionSelected' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_DiskGroupNameForASM' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMEmailAddress' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_EMSMTPServer' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpPassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_RecoveryBackUpUsername' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SuperAdminSamePasswdForAll' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_ASMSNMPUserPassword' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_SuperAdminPasswords' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallEdition' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CharacterSet' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_DiskGroupName' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_OCR_PartitionLocation' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_InstallType' not found in the bean store.
    INFO: [INS-07001] Value for property 'INSTALL_TYPE' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_StarterDatabaseType' not found in the bean store.
    INFO: [INS-07001] Value for property 'oracle_install_db_CustomComponents' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_HOME' not found in the bean store.
    INFO: [INS-07001] Value for property 'ORACLE_BASE' not found in the bean store.
    INFO: [INS-07001] Value for property 'FROM_LOCATION' not found in the bean store.
    INFO: [INS-07001] Value for property 'TOPLEVEL_COMPONENT' not found in the bean store.
    INFO: [INS-07001] Value for property 'TopLevelComponentVersion' not found in the bean store.
    WARNING: Failed to load bean oracle.install.ivw.db.bean.DBInstallSettings. Reason: [INS-07001] Value for property 'DBInstallSettings' not found in the bean store.
    INFO: Closing bean stores from which the beans can be loaded
    INFO: Registering the flow views
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.PrereqGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.PrereqGUI added to View Type Registry with the key as [PrereqUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SummaryGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SummaryGUI added to View Type Registry with the key as [SummaryUI]
    INFO: Adding View[type: oracle.install.commons.base.interview.common.view.SetupGUI viewId: null uiType: null]
    INFO: oracle.install.commons.base.interview.common.view.SetupGUI added to View Type Registry with the key as [SetupUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.InventoryUI viewId: null uiType: null]
    INFO: oracle.install.ivw.common.view.InventoryUI added to View Type Registry with the key as [InventoryUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.ProductLanguageGUI viewId: ProductLanguageUI uiType: null]
    INFO: oracle.install.ivw.common.view.ProductLanguageGUI added to View Type Registry with the key as [ProductLanguageUI]
    INFO: Adding View[type: oracle.install.ivw.common.view.OCMDetailsGUI viewId: OCMDetailsUI uiType: null]
    INFO: oracle.install.ivw.common.view.OCMDetailsGUI added to View Type Registry with the key as [OCMDetailsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationTypeUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationTypeUI added to View Type Registry with the key as [ConfigurationTypeUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBIdentifierUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBIdentifierUI added to View Type Registry with the key as [DBIdentifierUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ConfigurationOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ConfigurationOptionsUI added to View Type Registry with the key as [ConfigurationOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ManagementOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.ManagementOptionsUI added to View Type Registry with the key as [ManagementOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.StorageOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.StorageOptionsUI added to View Type Registry with the key as [StorageOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.RecoveryBackupUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.RecoveryBackupUI added to View Type Registry with the key as [RecoveryBackupUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI viewId: ASMDiskGroupSelectionUI uiType: null]
    INFO: oracle.install.ivw.db.view.ASMDiskGroupSelectionGUI added to View Type Registry with the key as [ASMDiskGroupSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SchemaPasswordUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.SchemaPasswordUI added to View Type Registry with the key as [SchemaPasswordUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.QuickInstallUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.QuickInstallUI added to View Type Registry with the key as [QuickInstallUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallOptionsUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallOptionsUI added to View Type Registry with the key as [InstallOptionsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.SystemClassUI viewId: SystemClassUI uiType: null]
    INFO: oracle.install.ivw.db.view.SystemClassUI added to View Type Registry with the key as [SystemClassUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallLocationUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.InstallLocationUI added to View Type Registry with the key as [InstallLocationUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.DBEditionGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.DBEditionGUI added to View Type Registry with the key as [DBEditionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.NodeSelectionUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.NodeSelectionUI added to View Type Registry with the key as [NodeSelectionUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.FinishUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.FinishUI added to View Type Registry with the key as [FinishUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI viewId: null uiType: null]
    INFO: oracle.install.ivw.db.view.PrivilegedOSGroupsGUI added to View Type Registry with the key as [PrivilegedOSGroupsUI]
    INFO: Adding View[type: oracle.install.ivw.db.view.InstallTypeGUI viewId: installTypeUI uiType: null]
    INFO: oracle.install.ivw.db.view.InstallTypeGUI added to View Type Registry with the key as [installTypeUI]
    INFO: Initial values of Setup Properties :
    PROPERTY                                      VALUE                                              
    CLUSTER_NODES                                 {}                                                 
    COLLECTOR_IGNORE_CONFIGURATION                false                                              
    COLLECTOR_IGNORE_FAILURES                     false                                              
    COLLECTOR_RESPONSE_FILE                                                                          
    DECLINE_SECURITY_UPDATES                      false                                              
    FROM_LOCATION                                 C:\Users\rubbal bhusri\Downloads\Compressed\Oracle 
                                                   11g release 2\database\install\../stage/products.xm
                                                   l                                                  
    INSTALL_TYPE                                  EE                                                 
    MYORACLESUPPORT_PASSWORD                      *Protected value, not to be logged*                
    MYORACLESUPPORT_USERNAME                                                                         
    ORACLE_BASE                                                                                      
    ORACLE_HOME                                                                                      
    ORACLE_HOSTNAME                               rubbalbhusri-PC                                    
    PROXY_HOST                                                                                       
    PROXY_PORT                                                                                       
    PROXY_PWD                                     *Protected value, not to be logged*                
    PROXY_USER                                                                                       
    SECURITY_UPDATES_VIA_MYORACLESUPPORT          true                                               
    SELECTED_LANGUAGES                            {"en"}                                             
    b_rdbmsInstall                                true                                               
    oracle.install.db.isCCRAuthenticationUsed     false                                              
    oracle_install_LaunchNetCA                    false                                              
    oracle_install_NoMigration                    false                                              
    oracle_install_OCR_PartitionLocation                                                             
    oracle_install_RACInstall                     false                                              
    oracle_install_RDBMSInstalling                true                                               
    oracle_install_client_OraMTSPortNumber        49157                                              
    oracle_install_db_ASMSNMPUserPassword         *Protected value, not to be logged*                
    oracle_install_db_AutoMemoryOption            false                                              
    oracle_install_db_CharSetOption               3                                                  
    oracle_install_db_CharacterSet                                                                   
    oracle_install_db_ConfigTabSelected           0                                                  
    oracle_install_db_ConfigurationType           &General Purpose / Transaction Processing          
    oracle_install_db_CustomInstall               false                                              
    oracle_install_db_DiskGroupName                                                                  
    oracle_install_db_DiskGroupNameForASM                                                            
    oracle_install_db_EMCentralAgentSelected                                                         
    oracle_install_db_EMEmailAddress                                                                 
    oracle_install_db_EMSMTPServer                                                                   
    oracle_install_db_EnableAutoBackup            false                                              
    oracle_install_db_InstallEdition              EE                                                 
    oracle_install_db_InstallOption               INSTALL_DB_AND_CONFIG                              
    oracle_install_db_InstallOptionSelected       1                                                  
    oracle_install_db_InstallType                 EE                                                 
    oracle_install_db_LaunchDBCA                  false                                              
    oracle_install_db_LaunchODMA                  false                                              
    oracle_install_db_LoadExampleSchemas          false                                              
    oracle_install_db_MountPointLocation                                                             
    oracle_install_db_QuickInstallOption          false                                              
    oracle_install_db_ReceiveEmailNotification    false                                              
    oracle_install_db_RecoveryBackUpLocation                                                         
    oracle_install_db_RecoveryBackUpPassword      *Protected value, not to be logged*                
    oracle_install_db_RecoveryBackUpUsername                                                         
    oracle_install_db_SID                                                                            
    oracle_install_db_SecureConfigDisabled        false                                              
    oracle_install_db_SetOracleBase               false                                              
    oracle_install_db_StarterDatabaseType         GENERAL_PURPOSE                                    
    oracle_install_db_StorageType                 0                                                  
    oracle_install_db_SuperAdminPasswords         *Protected value, not to be logged*                
    oracle_install_db_SuperAdminSamePasswdForAll  *Protected value, not to be logged*                
    oracle_install_db_SystemClass                 DESKTOP_CLASS                                      
    oracle_install_db_Type                        1                                                  
    oracle_install_db_UseDBControl                true                                               
    oracle_install_db_UseFileSystemForRecovery    false                                              
    oracle_install_db_UseSamePassword             false                                              
    INFO: Launching Oracle Database 11g Release 2 Installer
    INFO: Started executing the flow in INTERACTIVE mode
    INFO: Waiting for completion of background operations
    INFO: Finishing all forked tasks at state prepInstall
    INFO: Waiting for completion all forked tasks at state prepInstall
    INFO: All forked task are completed at state prepInstall
    INFO: Completed background operations
    INFO: Executing action at state prepInstall
    INFO: Completed executing action at state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <prepInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <prepInstall>
    INFO: Completed validating view at state <prepInstall>
    INFO: Validating state <prepInstall>
    WARNING: Validation disabled for the state prepInstall
    INFO: Completed validating state <prepInstall>
    INFO: Verifying route success
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state decideOCMInstall
    INFO: Completed executing action at state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <decideOCMInstall>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <decideOCMInstall>
    INFO: Completed validating view at state <decideOCMInstall>
    INFO: Validating state <decideOCMInstall>
    WARNING: Validation disabled for the state decideOCMInstall
    INFO: Completed validating state <decideOCMInstall>
    INFO: Verifying route requireOCM
    INFO: Get view named [OCMDetailsUI]
    INFO: View for [OCMDetailsUI] is oracle.install.ivw.common.view.OCMDetailsGUI@675926d1
    INFO: Initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed initializing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed displaying view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed loading view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Completed localizing view <OCMDetailsUI> at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Executing action at state getOCMDetails
    INFO: Completed executing action at state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Moved to state <getOCMDetails>
    INFO: Waiting for completion of background operations
    INFO: Completed background operations
    INFO: Validating view at state <getOCMDetails>
    INFO: Completed validating view at state <getOCMDetails>
    INFO: Validating state <getOCMDetails>
    INFO: Terminating all background operations
    INFO: Terminated all background operations
    INFO: Completed validating state <getOCMDetails>
    INFO: Transition aborted
    INFO: Rolled back to state <getOCMDetails>
    INFO: Pause Oracle Database 11g Release 2 Installer
    INFO: Resume Oracle Database 11g Release 2 Installer
    INFO: Exit Status is 0
    INFO: Shutdown Oracle Database 11g Release 2 Installer
    INFO: Unloading Setup Driver

    956622 wrote:
    I've downloaded Oracle 11g release2 for the first time on my laptop, but before it, I've worked on MySql database and oracle 10g too but they are uninstalled now. The problem is: it is not going as I saw in the video of installation.
    I don't see any videos in the official Installation Guide ..Contents
    On my system, it asks for a proxy server, showing a "connection failed" dialog box. I doubt, the second file I downloaded doesn't get extracted to the same folder. But I am not sure, if this were the problem, it(setup) would have even started or not ? then I clicked on the setup and command line prompt appeared.
    Then it asked to fill in the email address.
    and Now comes the real problem, where it shown "connection failed" dialog box, asking for proxy server, proxy port, proxy username, proxy password. I don't know what values to fill in these columns.
    You don't need to give it an email address, and then you don't need to provide proxy server information.  Try the installation without it.
    <snip>

  • How to uninstall Oracle Database 11g release 2?

    Hi,
    I want to uninstall Oracle Database 11g release 2.
    Im executing the deinstall.bat that is on:
    C:\app\MachineName\product\11.2.0\dbhome_2\deinstall
    then in the command window, i get this message:
    Specify all Single Instance listeners that are to be de-configured [LISTENER]:
    What should i enter here?
    what is a listener?
    thanks..

    mseberg wrote:
    Generally the default ( return key ) is correct.
    The listener is the network feature that helps you connect. It listens for new connection attempts.
    I like to think of it as a traffic cop which allows a connection, but has nothing to do with afterwards.
    The Listener is a named process which runs on the Oracle Server, awaiting requests from Clients to connect to the Instance.
    The listener does not normally handle connections after the initial request has been done. The listener listens on a port the default is 1521.
    Best Regards
    msebergthanks a lot, i followed the steps and it is uninstalled now.

  • Not able to use oracel database 11g express edition ? please help !!!

    after installing oracel database11g express edition , i am not being able to use it ,because when i click on  get started with oracel database 11g express edition it will divert me to ip  http://127.0.0.1:8080/apex/f?p=4950 and after this it show
    Oops! Google Chrome could not connect to 127.0.0.1:8080
    so please help me out , as i am beginner and new to this , so i don't have deep knowledge of this ,so please help me out ,as soon as possible 

    Hi,
    Provide more info like os and its version - https://blogs.oracle.com/shay/entry/10_commandments_for_the_otn_fo
    Did installation complete successfully?
    check if database is up
    start command prompt
    sqlplus / as sysdba
    select open_mode from v$database;
    check the status of listener
    lsnrctl status
    Post the output of above commands here
    Regards
    Yoonas

  • Oracle database 11g release 2 installation problem on windows 7 (64-bit)

    First of all my windows is not genuine, but on my friend's desktop oracle download and installation  worked fine, he chose "create and configure database" options, and it works very well on his desktop, though his windows is also illegitimate. In my case, when I select "Create and configure database" option and pressed 'next",
    (Go to my blog to see it with snapshots: Computer Science: Oracle database 11g release 2 installation problem on windows 7 (64-bit))
    it asks to select class, I select "Desktop class" and pressed "next". The moment I pressed "next", the whole setup thing disappeared like it was never started. I searched for all possible reasons for why its not getting installed on my laptop, I used registry cleaner s/w,  deleted 25 GB of data to create free space if it were the problem, increased the virtual memory to increase the space for RAM, I did almost everything to get this setup working, but I found no success with the "Create and Configure database" option
    and
    then
    I chose a "database software only" option and chose to store in a folder w/o spaces. This way, I got database s/w only and then later I found "Database configuration Assistant (DBCA)"  from windows START button and clicked to create and configure database manually. The steps are pretty much interactive and doesn't involve much brainstorming.
    The values I filled for
    1) Global Database Name :  orcl
    2) System Identifier : orcl
    3) I chose common password for both SYS and SYSTEM
    4) while on Enterprise Manager Configuration step, It asked me to create and configure listener in oracle home, so for that too, I typed "netca" in windows START menu and clicked it. There I added a listener.
    5) I chose a Storage area which was the Oracle-home itself i.e. where our installation files goes , in my case it is : C:\oracle_base\product\11.2.0\dbhome_1\oradata
    6) Then after few more nitty-gritty clicks, we are set to go !
    Finally to write SQL code and to create your first TABLE , type "sqlplus" in windows "START" menu and click it when it appears. A command-prompt like window appears , which will ask you for username and password, so here they are :
    Username : sys/ as sysdba
    Password : (its the one you created in step 3 stated above )
    After this you are ready to write your first SQL command.

    Is this your solution to your original post at Oracle database 11g release 2 installation on windows 7 (64-bit) ?
    Pl be aware that you should not create any custom objects in SYS or SYSTEM schema - you should create any such objects in a separate custom schema.
    About Database Administrator Security and Privileges

  • Error when connecting to form builder

    When I try to connect to form builder ,I get this error message ,
    ORA-12154:TNS: could not resolve service name
    What is it?

    Try connecting through SQLPLUS first and check if the connection is going through fine. Check if the service name your are trying to connect with is defined in the TNSNAMES.ORA file. If it is not present create the service name. Also mention the versions of Oracle DB and the Forms.

  • Oracle Database 11g Release 2 date

    Does anyone know for certain when Oracle Database 11g Release 2 is scheduled for release?
    We keep hearing it was due in mid-summer, then July, then mid-August, and now we are still waiting.
    Any have an official date on this yet?

    I can tell you with absolute certainty Oracle Database 11 Release 2 will be available for download no later than the end of Larry Ellison's keynote address at OpenWorld.
    You can safely mark that date on your calendar. <g>
    No software maker, with even a hint of sanity, ever announces a date by which software will be released.

  • Install Oracle Database 11g release 2 on Oracle Linux 6.0?

    I'm running Oracle Linux Server 6.0, and am trying to install Oracle Database 11g release 2 on it. The installation is failing because it says I need "glibc-2.3.4-2.41", but I think the OS came with glibc 2.12.
    How do I upgrade glibc on this machine to glibc-2.3.4-2.41?

    898649 wrote:
    Thanks. What's UEK?UEK = Unbreakable Enterprise Kernel. It is installed by default with Oracle Linux 5 Update 7. Also, if you install the oracle-validated RPM (as part of the initial install or via yum afterwards), all the pre-requisites for installing database will be taken care of for you.

Maybe you are looking for

  • How can I sync my Iphone to a new computer without clearing all the data?

    When I first started using my iPhone, I had it paired with a MacBook which has subsequently crashed. While most of the information was backed up, not all of it was and iTunes now tells me I must completely erase all of my data. I would prefer not to

  • What's wrong with the XML file????

    Hello! I am tryig to implement a "Filter" on my Apache tomcat server. The problem occures when I try to modify the XML-file on the server. This is the XML file: <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE web-app PUBLIC "-//Sun Microsystems

  • Vendor master creation with Street1, Street2, email ids

    Hi friends, Here, I am trying to upload the data of Vendor Master. I tried creating the LSMW or BDC method, in both the cases, I could not upload the Street2, stree3, ..etc. some of the details. While executing the transaction XK01, we have that opti

  • F4 field is called first in ALV Grid

    Hello All, I have a strange issue where in I have 4 fields in alv grid. Last field is having the F4 help facility. When clicking on creating new row in the grid, automatically the control is going on to the last field (f4 field) and is getting called

  • Get iview details from EP

    hi, I need to get the iview details from the EP. To be more clear, we have folder name "Sample" inside this folder sample i create iviews ( namely iview1, ive2,etc) my problem is i need to get the details of the ivews which is present in this folder