Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
Hi, Can you please recommend any ui components to use with django, like graphs, datagrid etc. With regards, Annadatha. On Sun, Jun 18, 2023, 8:59 PM Annadatha Rao wrote: > Dear All, > > Do DJANGO migrations work with Oracle 11.2 with python-oracle db driver, > please show me an example if wor

Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
Thank you for your reply. Annadatha. On Thu, Jun 22, 2023, 10:45 PM Praveen Chaudhary wrote: > Hi Annadatha, > > I'm glad to hear that upgrading to Oracle 21c worked for you. As for your > question about working without migrations in Django, it's certainly > possible but it's important to under

Re: Can any one help me with this question

2023-06-22 Thread Praveen Chaudhary
Hi Annadatha, I'm glad to hear that upgrading to Oracle 21c worked for you. As for your question about working without migrations in Django, it's certainly possible but it's important to understand the implication and trade-offs. Django migrations provide a way to manage and apply changes to your

Re: Can any one help me with this question

2023-06-22 Thread Annadatha Rao
Hi Prabin, Thank you, it worked when I upgraded db to 21c (oracle), thank you for your help. Small question, can I work without migrations, some have I hate migrations being a legacy programmer from (Cobol days). I value your opinion. Thank you, ANNADATHA. On Sun, Jun 18, 2023 at 9:19 PM Pravee

Re: Can any one help me with this question

2023-06-18 Thread Annadatha Rao
Thank you very much praveen, I will try and let you know. Annadatja On Sun, Jun 18, 2023, 9:19 PM Praveen Chaudhary wrote: > Yes, Django migrations can work with Oracle 11.2 using the python-oracle > database driver. However, it's important to note that the python-oracle > package is not an

Re: Can any one help me with this question

2023-06-18 Thread Praveen Chaudhary
Yes, Django migrations can work with Oracle 11.2 using the python-oracle database driver. However, it's important to note that the python-oracle package is not an official Oracle-provided driver. The official driver is called cx_Oracle, which is widely used for connecting Django to Oracle databases