Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: Queries currently running on Oracle server???

    hi guys you can find bvy this query running query status..

    select sesion.sid,

    sql_text

    from v$sqltext sqltext, v$session sesion

    where sesion.sql_hash_value = sqltext.hash_value

    and sesion.sql_address = sqltext.address

    and sesion.username is not null

    order by sqltext.piece;

    try it...

  • RE: Replicate Oracle DB to MSSQL

    process to replication.

    PROCEDURE InitPublisher

    PROCEDURE PublishTable

    PROCEDURE RefreshXactSetJob

    PROCEDURE AlterTableLog

    PROCEDURE ValidateRowFilter

    PROCEDURE UnPublishTable

    PROCEDURE SetSqlOriginator

Viewing 2 posts - 1 through 2 (of 2 total)