Collections:
SGA Setting Is Too Low in Oracle
What Happens If You Set the SGA Too Low in Oracle?
✍: FYIcenter.com
Let's you made a mistake and changed to SGA to 16MB from the SYSTEM admin home page. When you run the batch file StartDB.bat, it will return a message saying server stated. However, if you try to connect to your server home page: http://localhost:8080/apex/, you will get no response. Why? Your server is running, but the default instance XE was not started.
If you go the Control Panel and Services, you will see service OracleServiceXE is listed not in the running status.
⇒ StartDB.bat Failed to Start the XE Instance in Oracle
⇐ Change Program Global Area (PGA) in Oracle
2020-09-30, 1744🔥, 0💬
Popular Posts:
How to set database to be READ_ONLY in SQL Server? Databases in SQL Server have two update options: ...
How To Download Oracle Database 10g XE in Oracle? If you want to download a copy of Oracle Database ...
How to set the current database in SQL Server? Once you are connected to the SQL Server, you should ...
How To Connect the Oracle Server as SYSDBA in Oracle? This is Step 4. The best way to connect to the...
How To Convert Numeric Values to Integers in SQL Server Transact-SQL? Sometimes you need to round a ...