FireDAC.Phys.Oracle.TFDOracleAdmin.UserName
Delphi
property UserName: String read FUserName write FUserName;
C++
__property System::UnicodeString UserName = {read=FUserName, write=FUserName};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FireDAC.Phys.Oracle.pas FireDAC.Phys.Oracle.hpp |
FireDAC.Phys.Oracle | TFDOracleAdmin |
Description
Username with SYSDBA privilege to access the target Oracle database instance.
- Tip: The most common SYSDBA username is "SYS".