How can we help you today? How can we help you today?

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}
Duncan Wheatley
0

Comments

4 comments

  • mbruegel
    Try a colon : (not a space) after the /source: and /target: switch

    (May just be the this page rendering)

    mbruegel
    0
  • mbruegel
    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

    mbruegel
    0
  • mbruegel
    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}
    mbruegel
    0
  • mbruegel
    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}
    mbruegel
    0

Add comment

Please sign in to leave a comment.