Description Syntax Example updatePortalDad

Portal Custom WLST Commands 12-3

12.1.2.3 Example

The following example creates the portal1 Portal DAD based on the specified arguments. createPortalDadname=portal1,schema=schema,password=welcome1,connect_ string=foo.oracle.com:1521:orcl,nls_language=AMERICAN_AMERICA.AL32UTF8

12.1.3 updatePortalDad

Command Category: Database Access Descriptor Commands Use with WLST: Online

12.1.3.1 Description

Updates the attributes of the Portal Database Access Descriptor.

12.1.3.2 Syntax

updatePortalDad name, [schema], [password], [connect_string], [nls_language] connect_string Optional. The connection string used to connect to a remote database. Connect string may be host name: port number: connect string. The connect string format may be ServiceNameFormat host:port:database_ service_name, SIDFormat host:port:database_sid, or TNSFormat TNS alias or the whole TNS entry. nls_language The globalization support language of the Portal database that is represented by this DAD. This setting overrides the NLS_LANG environment variable for a database session and defines some important globalization support properties of the response, including the response character set. Make sure that this language setting matches the NLS_LANG of the back-end database. Argument Definition name Name of the Database Access Descriptor. This name cannot be changed during update. schema Optional. The Portal database account user name. password Optional. The Portal database account password. connect_string Optional. The connection string used to connect to a remote database. Connect string may be host name: port number: connect string. The connect string format may be ServiceNameFormat host:port:database_service_name, SIDFormat host:port:database_sid, or TNSFormat TNS alias or the whole TNS entry. nls_language Optional. The globalization support language of the Portal database that is represented by this DAD. This setting overrides the NLS_LANG environment variable for a database session and defines some important Globalization Support properties of the response, including the response character set. Make sure that this language setting matches the NLS_LANG of the back-end database. Argument Definition 12-4 Oracle Fusion Middleware WebLogic Scripting Tool Command Reference

12.1.3.3 Example

The following example updates the portal1 Portal DAD based on the specified arguments. updatePortalDadname=portal1,schema=user1,password=welcome2,connect_ string=foo.oracle.com:1521:orcl,nls_language=AMERICAN_AMERICA.AL32UTF8

12.1.4 deletePortalDad