Re: [Tutor] How to create a structure from a Log file

2019-03-11 Thread Bob Gailer
On Mar 11, 2019 2:53 AM, "Asad" wrote: > > Hi All , > >I think this format would be easy in a row and table format > > Date > Time > Message > 1/21/2019 > 10:13:14.237 CET > Method Entry. workDir=/tmp frameworkHome=/u01/app/oracle/product/ 12.2.0.1/dbhome_1 For me the easiest would be

Re: [Tutor] How to create a structure from a Log file

2019-03-11 Thread Asad
Hi All , I think this format would be easy in a row and table format Date Time Message 1/21/2019 10:13:14.237 CET Method Entry. workDir=/tmp frameworkHome=/u01/app/oracle/product/12.2.0.1/dbhome_1 I was also thinking of pandas but not sure how to proceed . Thanks, On Sun, Ma

Re: [Tutor] How to create a structure from a Log file

2019-03-10 Thread Bob Gailer
Thank you for showing us a sample of the log file. That is half the battle. Would you now reformat a couple of the lines so that we can see how you'd like to see them. It also may be the case that the advice given by others will be sufficient to guide you __

Re: [Tutor] How to create a structure from a Log file

2019-03-09 Thread Mark Lawrence
On 09/03/2019 18:44, Asad wrote: Hi All , Please a sample logfile [main] [ 2019-01-21 10:13:14.041 CET ] [AssistantLogHandler.configureLogging:176] Begin tracing.. INFO: Jan 21, 2019 10:13:14 AM oracle.assistants.dbua.driver.UpgradeDriver configureLogging INFO: Loading upgrade driver

Re: [Tutor] How to create a structure from a Log file

2019-03-09 Thread Asad
Hi All , Please a sample logfile [main] [ 2019-01-21 10:13:14.041 CET ] [AssistantLogHandler.configureLogging:176] Begin tracing.. INFO: Jan 21, 2019 10:13:14 AM oracle.assistants.dbua.driver.UpgradeDriver configureLogging INFO: Loading upgrade driver, DBUA running in mode : NONE DBUA

Re: [Tutor] How to create a structure from a Log file

2019-03-09 Thread Mats Wichmann
On March 9, 2019 6:08:03 AM MST, Asad wrote: >Hi All , > > I would like to know , how can I approach this problem to create >a easy structure from the logfile using python so I can review the >logfiles >quite efficiently . Please share suggestion tip or already written >codes. > > > >Thanks,

Re: [Tutor] How to create a structure from a Log file

2019-03-09 Thread Alan Gauld via Tutor
On 09/03/2019 13:08, Asad wrote: >I would like to know , how can I approach this problem to create > a easy structure from the logfile using python so I can review the logfiles > quite efficiently . Please share suggestion tip or already written codes. That depends on several things:

Re: [Tutor] How to create a structure from a Log file

2019-03-09 Thread Bob Gailer
Would you give us more information? What is an example of a log file? How would you like to see it presented? The more information you give us the easier it is for us to help. On Mar 9, 2019 11:20 AM, "Asad" wrote: Hi All , I would like to know , how can I approach this problem to cr

[Tutor] How to create a structure from a Log file

2019-03-09 Thread Asad
Hi All , I would like to know , how can I approach this problem to create a easy structure from the logfile using python so I can review the logfiles quite efficiently . Please share suggestion tip or already written codes. Thanks, ___ Tuto