You can't make a stand-alone application using Oracle PSQL, or MSSQL TSQL for that matter. These languages are designed for data retrieval, and do not support the creation of forms, dialog boxes, and all the other objects we associate with application interfaces.
An exception to this is MS Access, which bundles presentation objects with the database engine. But MS Access is not a true database server and is not suitable for Enterprise Applications.
In a properly designed application, SQL is used to retrieve information, which is then displayed by whatever front-end application tool you choose to use.