I have just started learning databases and oracle from scratch and want a way to access the software from my macbook.I have installed oracle xe 11gr2 on my home windows pc. I am an absolute beginner and don't want to use sophisticated clients like SQLDeveloper or commandline but I have got quite familiar with Oracle Application Express for my learning purposes.
How to configure my pc so that I can connect to the installed database and access application express from my macbook or another device on the same network?
Although there is an option like using virtualmachine and portforwarding in virtualbox but that isn't feasible since I am low on storage space on my macbook.
Access oracle application express from macs on the same network
206 Views Asked by Arsh Tejay At
1
There are 1 best solutions below
Related Questions in ORACLE
- Column displays each count
- MAX and GROUP BY - SQL
- Best Practice for adding columns to a Table in Oracle database
- Updating an Oracle row with value from same row
- Retrieving data from Oracle database
- Ibatis execute update sql on oracle, it is not working and no exceptions
- Building an sql execution plan history
- Implementation of Rank and Dense Rank in MySQL
- how to update the date field for this specific condition using oracle query?
- Oracle stored procedure wrapping compile error with inline comments
- Android: How to connect oracle database using Android Java code?
- SQL Conditional Join on Columns
- Multi value wildcard search in ibatis
- Get count of consecutive days meeting a given criteria
- How to update the metadata of a layer in Oracle imported through FME Workbench?
Related Questions in MACOS
- How do I customize NSOutlineView to have border color?
- Force sublime text to use PATH from the shell value
- Do executable files always open a terminal window on MacOS?
- setting OpenGL version in objective-C
- C std library don't appear to be linked in object file
- Cross compile simple standard C program on Linux for Mac
- How to generate request format for WCF web service method for Mac and iPhone
- Bundle Multiple Xamarin apps in one pkg installer
- How to Handle Command Line Prompt from a Cocoa App
- AVFoundation - Process each image separately
- CMYK NSImage get pixel data
- how i get the mac of ibeacon or BLE
- Set JAVA_HOME on Mac
- Finding active IPv6 interfaces under Mac OS (using Python)
- OSX: Why is my launchd agent running my script twice?
Related Questions in ORACLE-SQLDEVELOPER
- Android: How to connect oracle database using Android Java code?
- Insert Into SP in Oracle Sql Developer
- Oracle 11g : staging table
- add time (char(8)) to date column
- How can I solve "Got minus one from a read call" in oracle sql developer?
- Call procedure using anonymous block in pl/sql?
- SQL - missing keyword in case when syntax
- String conversion to time
- Return multiple rows from a stored procedure
- Sql Developer conditions from Excel
- SQL - Select multiple fields from multiple tables
- executing a stored proc with output parameter
- Differences in these 2 query
- Select max value from different column in a row in oracle database
- Oracle declaring and Using Dates
Related Questions in ORACLE-APEX
- Import dmp file created in Oracle 11g (WE8ISO8859P1) to Oracle 11g XE database (AL32UTF8)
- oracle apex. Create an Export Stored procedure
- Update multiple values in an oracle table using values from an APEX collection
- Adding functionality to a button at the end of each row of the interactive report
- Apex. Calling proc within htp.prn?
- Refresh SQL query while selecting node in tree every time to display results at some text area in the same page
- Showing just the legend of an Oracle Apex/AnyChart Pie Chart
- Oracle Apex dynamically enable/disable text field depending on LOV selected value
- Oracle APEX: Add list boxes on demand
- SQL error: Missing keyword?
- Apex code for inline style
- Apex Application Item is not maintained across sessions
- Oracle sql convert timestamp into format
- APEX: Adding Select List to Tabular Form and then processing based on values
- Access oracle application express from macs on the same network
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You must connect to the http server running on your PC with a browser. This implies that your PC must be on a network accessible from your macbook
If you selected to use the embedded PL/SQL gateway and you can connect to APEX like such;
http://localhost:8080/apex or http://localhost:8080/apex/apex_admin
Use the URL above and replace 'localhost' with the IP address of your PC
You can get further information from the Oracle Application Express Administration Guide/Logging in to Oracle Application Express Administration Services
https://docs.oracle.com/cd/E11882_01/appdev.112/e12512/adm_login.htm#AEADM168