Options

SCO Command Line Source Syntax

I want to use the manual connection for a source and deploy database. I am using this but I get an error. Can you advise?

/source FTREC/oracle32?@//172.16.11.250:1521/IRECS{FTREC} /target FTREC/oracle32?@//172.16.11.247:1521/IRECS{FTREC}

Answers

  • Options
    mbruegelmbruegel Posts: 43 Bronze 2
    Try a colon : (not a space) after the /source: and /target: switch

    (May just be the this page rendering)

  • Options
    mbruegelmbruegel Posts: 43 Bronze 2
    If you already have a colon after the source and target switches.

    You can also try removing the // before the IP address.

    Is IRECS a Service name or SID?
    - if a SID try adding the /direct switch  (separate switch space delimited)
    /source:<source connect string> / target:<target connect string> /direct

    - if a ServiceName try adding the /indirect switch  (separate switch space delimited)
    /source:<source connect string> / target:<target connect string> /indirect

  • Options
    mbruegelmbruegel Posts: 43 Bronze 2
    Try a colon (not a space) after the source and target switch

    /source:FTREC/oracle32?@//172.16.11.250:1521/IRECS{FTREC} /target:FTREC/oracle32?@//172.16.11.247:1521/IRECS{FTREC}
  • Options
    mbruegelmbruegel Posts: 43 Bronze 2
    Try a colon (not a space) after the source and target switch

    /source:FTREC/oracle32?@//172.16.11.250:1521/IRECS{FTREC} /target:FTREC/oracle32?@//172.16.11.247:1521/IRECS{FTREC}
Sign In or Register to comment.