I will say Read the manual, and then I will answer the question briefly because this is a users group and I have loads of help with questions in here.
The webMethods Platform installation guide covers this, and it is touched upon in TradingNetworks Users Guide.
The short list is
-make sure that DB scripts are installed somewhere on your system
from the webMethods installer.
-get your DBA to create a user for TN
create user wmTN identified by wmTN;
alter user wmTN default tablespace USERS;
alter user wmTN quota unlimited on USERS;
In the directory where you installed DB scripts look for
create_TN_6-1_Oracle.sql
Connect to the DB as wmTN and run this script.
If you have already installed TN and did not configure the database you can change the DB location (instructions in
webMethods Platform installation guide ) or if you have not configured anything in TN, just uninstall and re-install that portion.
Yuo will be prompted for JDBC connection information and they provide you a template for the info.
You need username, password, host, port and SID of the DB.
#webMethods#B2B-Integration#Integration-Server-and-ESB