Login  Register

upgrade from 12.1.0 to 19c

classic Classic list List threaded Threaded
3 messages Options Options
Embed post
Permalink
big
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

upgrade from 12.1.0 to 19c

big
442 posts
Hi,

For this I ran dbua -keepEvents in Putty session and I had graphic windows. I continue until:



I had network interruption on PUTTY session but graphic display is still there without going forward.

What should I choose: Cancel or Pause?

How can I restart again to continue from the same step?

Thanks.
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: upgrade from 12.1.0 to 19c

ErmanArslansOracleBlog
Administrator
5727 posts
Why don't you use VNCServer.. It is server based. So no client-network interruption can make any harm to it.

I guess you are redirecting the X windows to your own client using a method similar to the one given in the following blog post;

https://ermanarslan.blogspot.com/2016/12/linux-displaying-x-windows-in-windows.html

Check the process and progress log.. If there is no dbua process on the server and no progress in the log, then you can start from scratch. Or according to the phase that your dbua stopped, you may continue your upgrade manually. That depends on the case.
big
Reply | Threaded
Open this post in threaded view
| More
Print post
Permalink

Re: upgrade from 12.1.0 to 19c

big
442 posts
Thank you.