Size: a a a

2018 June 02

AK

Andrew K in Oracle APEX
Alexey Vihristyk
Apex standard upload copy/paste method max 32k, csv file upload method limited you server settings
Aw, csv... I had xlsx as source files.
источник

OS

Oleksandr Sydorchuk in Oracle APEX
Andrew K
Aw, csv... I had xlsx as source files.
True story.
источник

DS

Denis Savenko in Oracle APEX
Andrew K
Aw, csv... I had xlsx as source files.
xlsx could be easily saved as CSV
источник

DS

Denis Savenko in Oracle APEX
thank you, guys, this was also in demand by me
источник

AK

Andrew K in Oracle APEX
Denis Savenko
xlsx could be easily saved as CSV
This requires additional actions from user... And also user's PC need enough free RAM to open big file.
источник
2018 June 03

S

Sirji in Oracle APEX
Does anyone tried to maintain versions of different components...
Like I have 3 environments dev,test,prod...
Now, if I create something in dev and upgraded to prod I want to keep track of that component version wise...
источник

S

Sirji in Oracle APEX
Basically version control
источник
2018 June 04

DS

Denis Savenko in Oracle APEX
What do you mean by keep track? Do you want to be able to rollback to a particular version? Or are there other intentions?
источник

DS

Denis Savenko in Oracle APEX
Answering your question straihht forwardly, you can version control your components, for this purpose you need to export your component (App Builder > Choose an application > Click Export/Import Icon > Click Component Export in the right side menu) to a file and save it under your version control system - Git, SVN or whatever it be
источник

DS

Denis Savenko in Oracle APEX
The point is not all your items on pages are 'exportable components' and maybe you need a different approach for your task - exporting page-wide for your VCS or maybe leveraging Build Options functionality
источник

DS

Denis Savenko in Oracle APEX
i.e. for me it was always enough to commit a whole application-export-file under my VCS and track changes application-wide - I was always able to rollback to a previous version if needed and it was totally ok for me
источник

М

Матвей in Oracle APEX
Tell me please hosting with a minimum price. Better free.
источник

AV

Alexey Vihristyk in Oracle APEX
Матвей
Tell me please hosting with a minimum price. Better free.
Apex workspace for developers in Oracle Cloud.
Apex 18.1, Oracle Database SE2 18.2, ORDS 18.1.
Price is 1 $ / month for each 1GB of data.
The maximum size of workspace is 10 TB.
источник

М

Матвей in Oracle APEX
thank you Alexey, access was received
источник

DS

Denis Savenko in Oracle APEX
Guys, vote up for my tweet about docs on APEX CSS, if you also need it - https://twitter.com/whatsupbros/status/1003565969049038848?s=21
источник

AV

Alexey Vihristyk in Oracle APEX
New idea - Apex for watch OS
источник
2018 June 05

SK

Sergey Konov in Oracle APEX
could you tell me, guys, how to make highlighted equal entries in a column?
источник

AK

Alexander Krasilnikov in Oracle APEX
I made it defining an additional field in SQL: "decode(field_a, field_b, 1 , 0) AS  field_eq"  and then a highlight condition on this new field_eq.
источник

SK

Sergey Konov in Oracle APEX
could you make a screenshot so to see how it looks like?
источник
2018 June 08

S

Sirji in Oracle APEX
Does anyone have a blog link where by there is a good example how to create plugin ... I have seen some blogs which shows how to create plugin which shows alert message on page load is then anything more challenging some has created from this group and it is well documented so other can learn from it.
Thank you
источник