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, 1309👍, 0💬
Popular Posts:
How To Generate CREATE VIEW Script on an Existing View in SQL Server? If you want to know how an exi...
How To Create a Simple Stored Procedure in SQL Server Transact-SQL? If you want to create a simple s...
How To Provide Default Values to Function Parameters in SQL Server Transact-SQL? If you add a parame...
How to download and install Microsoft .NET Framework Version 2.0 in SQL Server? .NET Framework Versi...
How To Turn on mysql Extension on the PHP Engine in MySQL? The "mysql" API extension is provided as ...