Using PowerShell database scripts
To install or upgrade SDL Tridion databases, use the PowerShell scripts provided on your SDL Tridion installation media.
- Prerequisites for PowerShell scripts
PowerShell scripts can run on any operating system that supports PowerShell 3.0 and any database client software that is required. Your Content Manager server machine always meets these requirements. - Executing and troubleshooting PowerShell scripts
You create databases for SDL Tridion by executing scripts using Windows PowerShell. If you are unfamiliar with PowerShell, you may need to perform some actions before you can execute the scripts. - Viewing PowerShell database script parameters
To find about the database script parameters you can specify, open a PowerShell prompt and execute the commandget-help <script> -detailed, where <script> is the full path and name of a database script. - Specifying an Oracle host port and service name for your PowerShell scripts
You can specify the host, port and service name of your Oracle database in several ways, before or during installation.