19 lines
539 B
Markdown
19 lines
539 B
Markdown
|
|
Setup (schema creation).
|
||
|
|
This will create SOE schema with *secret* password in the PDB YODA where admin user is sysdba.
|
||
|
|
|
||
|
|
./oewizard -v -cl -create \
|
||
|
|
-cs wayland/YODA -u soe -p secret \
|
||
|
|
-scale 1 -tc 2 -dba "admin as sysdba" -dbap "Secret00!" \
|
||
|
|
-ts ts_swingbench
|
||
|
|
|
||
|
|
Check:
|
||
|
|
|
||
|
|
./sbutil -soe -cs wayland/YODA -soe -u soe -p secret -val
|
||
|
|
|
||
|
|
Run benchmark:
|
||
|
|
|
||
|
|
./charbench -c ../configs/SOE_Server_Side_V2.xml \
|
||
|
|
-u soe -p secret -uc 5 -cs wayland/YODA \
|
||
|
|
-min 0 -max 10 -intermin 200 -intermax 500 -mt 5000 -mr -v users,tpm,tps,errs,vresp
|
||
|
|
|