Recent content by kasundha

  1. kasundha

    Track Structural Changes in DB (Auditing not enabled)

    Thanks. Yes, we are planning to move AIX to Linux and upgrade the OE version too.
  2. kasundha

    Track Structural Changes in DB (Auditing not enabled)

    OE 11.7.19 OS : - AIX 7.2.0.0 As an audit requirement, I want to track structural-level changes in the DB. Adding new extents. Loading DF files. online backups. or any other changes in the db. (Not data level changes).
  3. kasundha

    Question DB user-level password policy implementation OE 11.73

    So do we have any mechanism to apply some conditions to DBA users like a password expiration period?
  4. kasundha

    Question DB user-level password policy implementation OE 11.73

    Encoded charaters are same for different charater sets... :oops:
  5. kasundha

    Question DB user-level password policy implementation OE 11.73

    I'm using _user table to manage user accounts in the system but I'm using application-level password policy to manage user's passwords. I need to implement a password policy in the database. scenarios as follows. for password complexity. password renewal timeframes. password history (cannot use...
  6. kasundha

    Question Online Field/Table Description Changes

    In 2023, I'm facing the same issue. If guys have found any solution to this, please do comment. thanks
  7. kasundha

    Does anyone have a Calendar (date-picker) example?

    Thank you... this is great
  8. kasundha

    XIRR Function

    I need to use XIRR function with openedge 10.2B version.
  9. kasundha

    Remove unwanted large spaces in string value

    I need to remove large spaces from a given string value before updating the db. eg: - 'PTPPromise to Pay :- 07/05/2019 , 13500.00 , Walk In , , RelativesMet customer wife . T.p.0702462817.'
  10. kasundha

    Disconnect DB is not working

    we have limited user licence and that is why i'm suffering about this issue. these days our network is a little bit slower than other days, is it effects to occur this issue.?
  11. kasundha

    Disconnect DB is not working

    This is the code. DEFINE NEW GLOBAL SHARED VARIABLE mBNAME AS CHAR. DEFINE NEW GLOBAL SHARED VARIABLE mSYSDATE AS DATE. DEFINE NEW GLOBAL SHARED VARIABLE loginname AS CHAR. DEFINE VARIABLE vConFlag AS LOGICAL NO-UNDO. SESSION:MULTITASKING-INTERVAL = 100. DO WHILE NOT (CONNECTED ("gl")...
  12. kasundha

    Disconnect DB is not working

    The session is still shown as an active session in PROMON.
  13. kasundha

    Disconnect DB is not working

    Hi all, I have scheduled an automated process to generate a system report. after the process completed it needs to disconnect the DB connection and close the program. the problem is, the program(Screen) is closing properly but the session in the DB server is still in the active mode and I have...
  14. kasundha

    Speedup For Each Code

    Hi, I have a openedge code and it gets more than 10 hours to run. first table has 40K + records and other tables have about 5 records per each record of first table. can you give me any suggestion to improve the efficiency of this code. -------------------- FOR EACH corpdata.ArrearsRpt...
Top