Advertisement
kjetilk

New DBI_TRACE

Apr 11th, 2016
328
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. non-Unicode login6_sv
  2. dbd_db_login6
  3. SQLDriverConnect 'DSN=VOSTMP;UID=dba;PWD=dba', 'dba', 'xxxx'
  4. Out connection string: DSN=VOSTMP;UID=dba;PWD=dba;HOST=localhost:1111
  5. Turning autocommit on
  6. DRIVER_ODBC_VER = 03.00
  7. DRIVER_NAME = virtodbc.so, type=0
  8. DRIVER_VERSION = 06.01.3127 OpenLink
  9. MAX_COLUMN_NAME_LEN = 128
  10. DBD::ODBC is unicode built : NO
  11. SQLMoreResults supported: 1
  12. SQLDescribeParam supported: 1
  13. !!DBD::ODBC unsupported attribute passed (PrintError)
  14. setting AutoCommit
  15. !!DBD::ODBC unsupported attribute passed (LongTruncOk)
  16. !!DBD::ODBC unsupported attribute passed (LongReadLen)
  17. !!DBD::ODBC unsupported attribute passed (Username)
  18. !!DBD::ODBC unsupported attribute passed (dbi_connect_closure)
  19. !!DBD::ODBC unsupported attribute passed (Statement)
  20. SQLExecDirect DB.DBA.TTLP_MT (file_to_string_output ('/tmp/MYReAQc0Da'), 'http://localhost', 'http://example.org/graph', 512)
  21. Processing sql in non-unicode mode
  22. SQLExecDirect = 0
  23. initializing sth query timeout to -1
  24. ignore named placeholders = 0
  25. SQLPrepare SELECT count(*) FROM DB.DBA.RDF_QUAD
  26.  
  27. Processing sql in non-unicode mode for SQLPrepare
  28. SQLPrepare = 0
  29. +dbd_st_execute(4d30e28)
  30. dbd_st_finish(4d30e28)
  31. outparams = 0
  32. SQLExecute/SQLExecDirect(4f10dc0)=0
  33. SQLRowCount=0 (rows=-1)
  34. SQLNumResultCols=0 (flds=1)
  35. dbd_describe done_desc=0
  36. dbd_describe SQLNumResultCols=0 (columns=1)
  37. DescribeCol column = 1, name = count, namelen = 5, type = INTEGER(4), precision/column size = 0, scale = 0, nullable = 1
  38. SQL_COLUMN_DISPLAY_SIZE = 11
  39. SQL_COLUMN_LENGTH = 0
  40. now using col 1: type = INTEGER (4), len = 0, display size = 4, prec = 0, scale = 0
  41. -dbd_describe done_bind=0
  42. have 1 fields
  43. -dbd_st_execute(4d30e28)=-1
  44. bind_columns fbh=4f131b0 fields=1
  45. Bind 1: type = INTEGER(4), buf=4f13060, buflen=4
  46. bind_columns=0
  47. SQLFetch=0
  48. fetch num_fields=1
  49. fetch col#1 count datalen=8 displ=4
  50. SQLFetch=100
  51. Getting more results: 100
  52. No more results -- outparams = 0
  53. dbd_st_finish(4d30e28)
  54. dbd_st_finish closed query:
  55. SQLFreeHandle(stmt)=0
  56. SQLDisconnect=0
  57. DBD::ODBC Disconnected!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement