question on fsclone

classic Classic list List threaded Threaded
7 messages Options
Sri
Reply | Threaded
Open this post in threaded view
|

question on fsclone

Sri
Hi Erman,

We want to know how patch context file is created during fs_clone.This is internal and need your expertise.can you please little bit explain on this

Thank you
Sri
Reply | Threaded
Open this post in threaded view
|

Re: question on fsclone

Sri
Exactly want to know what happens inside CloneContext.java.i know you are expert in java.i request you to please update us
Reply | Threaded
Open this post in threaded view
|

Re: question on fsclone

ErmanArslansOracleBlog
Administrator
what are you planning to do with this info?
Sri
Reply | Threaded
Open this post in threaded view
|

Re: question on fsclone

Sri
actually i wanted to know what happens at database end.it is getting connction and download the context file and then comparing it.but it was a confusion.

can you please just give some idea what happens at database end in creation of context file
Reply | Threaded
Open this post in threaded view
|

Re: question on fsclone

ErmanArslansOracleBlog
Administrator
Autoconfig is normally feeded from the context file which is located in the filesystem.
The context files are also stored in the db tier. (inside the database)
So, It is all about s_contextserial.
In cases where s_contextserial in db is higher than the s_contextserial in filesystem , then the values of the context file is derived from what the database.  (from the context file that is stored inside the database)
Sri
Reply | Threaded
Open this post in threaded view
|

Re: question on fsclone

Sri
Thanks for the update erman.i agree

Coming back to original question,how fsclone creates patch context file.

Thanks again for each and every post
Reply | Threaded
Open this post in threaded view
|

Re: question on fsclone

ErmanArslansOracleBlog
Administrator
Probably using the java : oracle.apps.ad.autoconfig.InstantiateFile.
Using oracle.apps.ad.autoconfig.InstantiateFile+ fsclone_config_txt.tmp  + fsclone_config.txt , your context file gets created, probably.

going inside of oracle.apps.ad.autoconfig.InstantiateFile, is beyond of the scope.
So, your question "how" is answered ..