Skip to Main Content

NoSQL Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Regarding localhost not loading - Oracle NoSQL

User_CFJKWMar 5 2021

Screenshot 2021-03-05 at 2.20.09 PM.png (56.25 KB)HI.....I have installed oracle NoSQL in my macbook. So to launch the database i am using the code as attached document. But its not loading the localhost. Do i need to use any other command to launch or did I do anything wrong. I am new to Oracle NoSQL.

My second doubt is can i connect Oracle noSQL to any BI tools like tableau / oracle analytics. Is it supported?

Thanks,
Keerthi.

Comments

SriniVEERAVALLI
Answer

Try this

<style type="text/css">

td.ResultLinksCell {

display:none;

}

</style>

or

Marked as Answer by Srix · Sep 27 2020
Srix

work like a charm.. Thank You

Srix

I was trying to use the same approach to hide Cancel button(I need to specifically hide it on particular dashboard not across the application) on dashboard. doesnt seem to work ?

<style type="text/css">

td.promptButtonsCell.cancel {

display:none;

}

</style>

Srix

Srini,

above code disables print and export links on dashboard since they also use ResultLinksCell function, is there anyway to specifically hide certain links ?

SriniVEERAVALLI

hmm

are you talking about the initial give code or your code related to cancel?

Srix

initial given code

1 - 6

Post Details

Added on Mar 5 2021
0 comments
80 views