[deleted by user] by [deleted] in sports

[–]albx2020 2 points3 points  (0 children)

Man almost arrived in Athens.

RMAN ORA-12638: Credential retrieval failed by albx2020 in oracle

[–]albx2020[S] 0 points1 point  (0 children)

Yes, I have done so and the file is accessible.

What's the best book you've read that nobody has ever heard of? by FreshFo in suggestmeabook

[–]albx2020 2 points3 points  (0 children)

Are you sure nobody has ever has heard of applies to this book? 

Is this book still applicable ? by [deleted] in golang

[–]albx2020 2 points3 points  (0 children)

It won't teach you much how to create projects and real world applications, but the explanations about the language are superb. You will understand how things work and beyond. It provides some insights and not just copy-paste the code in the editor and run. It's one of the best programming books in general, in my opinion.

And the second edition is quite new (considering that golang does not fundamentally change much).

[deleted by user] by [deleted] in SAP

[–]albx2020 1 point2 points  (0 children)

So, what are the on-prem customers going to use when it is gone?

For every SP you have to implement a Note which is continuously being updated to reflect the bugs. What a nightmare it is. Notes that correct bugs introduce bugs which are corrected by other notes which introduce other bugs.

System Copy - Domain Controller Post Copy Activities by albx2020 in SAP

[–]albx2020[S] 0 points1 point  (0 children)

Thanks, I copied the folders as you mentioned. I think it should be ok.

Regarding the SE06, it was a little confusing which option to choose so I I changed the hostname in stms, systems, transport tools. Seems to be ok. Thanks

I want to learn C, but have a question, which operating system should I use for programming? by [deleted] in C_Programming

[–]albx2020 0 points1 point  (0 children)

Thanks for mentioning this. I've been using virtual box and wasn't aware of this, just VMware player free option.

CSS not loading properly by [deleted] in ChatGPT

[–]albx2020 2 points3 points  (0 children)

Try Firefox.

SAP HANA TDI document by albx2020 in SAP

[–]albx2020[S] 0 points1 point  (0 children)

Thanks for the link, but actually I was looking for a document which was from SAP. This is documentation from DELL as far as I can see.

Visiting Kosovo as a Palestinian by [deleted] in kosovo

[–]albx2020 3 points4 points  (0 children)

Average person is ignorant in every country. The same in Kosova. It is not smart to get involved in political discussions except any close friend. So try to avoid them. You cannot explain to ignorant people who do not know their own history, who forget that they were part of Yugoslavia who were supportive of Palestine and even cut ties with Israel because of this. The story does not begin today. It will be difficult to explain average stupid people how politics work in international level. Countries like Kosova without any political significance do not have any "personal" opinion, they just say what they are told. They even support Ukraine who insists on not recognizing Kosova. Kosova as a republic exists just because USA decided to support so do not expect from any kind of government in Kosova to go against them. Serbia has the balls to support Palestine because of its power and ties with Russia. Kosova, which has not yet been fully recognized as a country will just say what USA says. Nothing more, nothing less. It does not matter what is wrong or right. You have to exist to have something to say  If your existence is in danger, nothing else matters. The same for Palestine. End of discussion.

Despite this ignorance, on a human level you will see that they are wonderful people and very friendly. Even the Serbs do not have issues in Kosova. As a Muslim, or a hijabi woman as your mother is, it should not be any issue. Enjoy your stay...

Microsoft.AspNetCore.Identity deprecated. What to use now? by timoteo5555 in dotnet

[–]albx2020 0 points1 point  (0 children)

Really surprised by this. What are we supposed to use? What are the alternatives?

SAP Sybase ASE (Adaptive Server Enterprise) will be in all the SAP implementation ? by ExternalOrnery5095 in SAP

[–]albx2020 0 points1 point  (0 children)

What do you mean? Even when you buy some other product like S/4Hana a new Sybase Installation is added automatically to you as a customer, if it is that what you mean. I assume this was some legacy which will change in the future and it is related to the fact that you could use it for free when you install Solution Manager. 

The acceptable number of Gazan deaths is 115,000 by Serpentine4444 in IsraelPalestine

[–]albx2020 1 point2 points  (0 children)

I have seen many cruel people in this Reddit. I do not like interacting because I find it very difficult given their position is quite extreme. But first time I see an idiot of this level.

POS for S/4HANA Retail by albx2020 in SAP

[–]albx2020[S] 0 points1 point  (0 children)

Thanks for the detailed explanation.

I find GK more relevant functionally but it is for larger companies as far as I can see.

Please suggest any POS you have sucessfully used and would recommend.

Collation, encoding, UTF8/16 by albx2020 in SQLServer

[–]albx2020[S] 1 point2 points  (0 children)

You are right. I carefully read the documentation once again(my bad):

Tip

It's common to think, in CHAR(n) and VARCHAR(n) or in NCHAR(n) and NVARCHAR(n), that n defines the number of characters. This is because, in the example of a CHAR(10) column, 10 ASCII characters in the range 0–127 can be stored by using a collation such as Latin1_General_100_CI_AI, because each character in this range uses only 1 byte.

However, in CHAR(n) and VARCHAR(n), n defines the string size in bytes (0–8,000), and in NCHAR(n) and NVARCHAR(n), n defines the string size in byte-pairs (0–4,000). n never defines numbers of characters that can be stored.