有时候在JDeveloper中需要打印出来比较系统和完整的ADF运行时日志

例如,想查看VO当前执行的是哪个View Criteria,运行的完整SQL语句到底如何

以及当前Binding Variable值是什么等等信息

步骤如下:

            1.在Jdeveloper中选择Debug==》Manage Run Configurations

               1.Jdeveloper打印出完整日志(-Djbo.debugoutput=console)

           2.点击Edit,在Java Options中输入-Djbo.debugoutput=console

              1.Jdeveloper打印出完整日志(-Djbo.debugoutput=console)

       结果如下,可以看到当前执行的sql,已经我们需要查看的各种值

   1.Jdeveloper打印出完整日志(-Djbo.debugoutput=console)

相关文章:

  • 2021-08-06
  • 2021-05-24
  • 2021-08-23
  • 2021-12-31
  • 2022-12-23
  • 2021-08-27
  • 2021-10-11
猜你喜欢
  • 2021-05-13
  • 2021-05-26
  • 2022-12-23
  • 2022-01-21
  • 2021-12-25
  • 2022-12-23
  • 2022-02-25
相关资源
相似解决方案