How to use Login Information Parser Plugin?

Hi all,
How to use "Login Information Parser" plugin? I have added this plug in so that now it can be used as a smart service. I have created "logins" table which now exists in the data source. How can I get the login details of the users using this smart service and table? Can someone please explain the steps?

OriginalPostID-267857

  Discussion posts and replies are publicly visible

Parents
  • No. It's empty again. I am using Oracle SQL developer. For "logins" table, I have used the following fields and data types:
    COLUMN_NAME DATA_TYPE NULLABLE
    loginpk NUMBER(10,0) No
    date DATE Yes
    time TIMESTAMP(6) Yes
    lineNumber NUMBER(10,0) Yes
    isValidLogin NUMBER(10,0) Yes
    username VARCHAR2(255 CHAR) Yes
    ipaddress VARCHAR2(255 CHAR) Yes

    Am I going wrong in the above definition?
Reply
  • No. It's empty again. I am using Oracle SQL developer. For "logins" table, I have used the following fields and data types:
    COLUMN_NAME DATA_TYPE NULLABLE
    loginpk NUMBER(10,0) No
    date DATE Yes
    time TIMESTAMP(6) Yes
    lineNumber NUMBER(10,0) Yes
    isValidLogin NUMBER(10,0) Yes
    username VARCHAR2(255 CHAR) Yes
    ipaddress VARCHAR2(255 CHAR) Yes

    Am I going wrong in the above definition?
Children
No Data